diff options
author | Narrat | 2025-04-10 20:45:00 +0200 |
---|---|---|
committer | Narrat | 2025-04-10 20:46:49 +0200 |
commit | 3296c5cbb624d372e28209332b77912f93b630e5 (patch) | |
tree | 9907e7f9816185b34ba7e7fdcd28ed158b44a2e7 /opencloud.env | |
parent | f5bfee9146b048b5368fb83b468df77b1c214ea7 (diff) | |
download | aur-3296c5cbb624d372e28209332b77912f93b630e5.tar.gz |
opencloud: prefill paths for separate web-ui
paths coming from opencloud-web
Additionally add optdep on that package
Diffstat (limited to 'opencloud.env')
-rw-r--r-- | opencloud.env | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/opencloud.env b/opencloud.env index ccb9ef9dbe18..535a8c57c819 100644 --- a/opencloud.env +++ b/opencloud.env @@ -14,8 +14,8 @@ # Path to the assets if not using the build-in ones. # For example due to installing opencloud-web as a separate package -#WEB_ASSET_CORE_PATH= +#WEB_ASSET_CORE_PATH=/var/lib/opencloud-web/ # Path to the config.json in the used assets path # Allows to activate specific components -#WEB_UI_CONFIG_FILE= +#WEB_UI_CONFIG_FILE=/var/lib/opencloud-web/config.json |