mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 21:30:41 +00:00
[FIX] OpenCloud: path issues (#11593)
This commit is contained in:
@@ -63,10 +63,10 @@ msg_ok "Installed Collabora Online"
|
|||||||
fetch_and_deploy_gh_release "opencloud" "opencloud-eu/opencloud" "singlefile" "v5.0.2" "/usr/bin" "opencloud-*-linux-amd64"
|
fetch_and_deploy_gh_release "opencloud" "opencloud-eu/opencloud" "singlefile" "v5.0.2" "/usr/bin" "opencloud-*-linux-amd64"
|
||||||
|
|
||||||
msg_info "Configuring OpenCloud"
|
msg_info "Configuring OpenCloud"
|
||||||
DATA_DIR="/var/lib/opencloud/"
|
DATA_DIR="/var/lib/opencloud"
|
||||||
CONFIG_DIR="/etc/opencloud"
|
CONFIG_DIR="/etc/opencloud"
|
||||||
ENV_FILE="${CONFIG_DIR}/opencloud.env"
|
ENV_FILE="${CONFIG_DIR}/opencloud.env"
|
||||||
mkdir -p "$DATA_DIR" "$CONFIG_DIR"/assets/apps
|
mkdir -p "$DATA_DIR" "$CONFIG_DIR"/web/assets/{apps,themes}
|
||||||
|
|
||||||
curl -fsSL https://raw.githubusercontent.com/opencloud-eu/opencloud-compose/refs/heads/main/config/opencloud/csp.yaml -o "$CONFIG_DIR"/csp.yaml
|
curl -fsSL https://raw.githubusercontent.com/opencloud-eu/opencloud-compose/refs/heads/main/config/opencloud/csp.yaml -o "$CONFIG_DIR"/csp.yaml
|
||||||
curl -fsSL https://raw.githubusercontent.com/opencloud-eu/opencloud-compose/refs/heads/main/config/opencloud/proxy.yaml -o "$CONFIG_DIR"/proxy.yaml.bak
|
curl -fsSL https://raw.githubusercontent.com/opencloud-eu/opencloud-compose/refs/heads/main/config/opencloud/proxy.yaml -o "$CONFIG_DIR"/proxy.yaml.bak
|
||||||
@@ -83,9 +83,10 @@ STORAGE_SYSTEM_OC_ROOT=${DATA_DIR}/storage/metadata
|
|||||||
## Web
|
## Web
|
||||||
WEB_ASSET_CORE_PATH=${CONFIG_DIR}/web/assets
|
WEB_ASSET_CORE_PATH=${CONFIG_DIR}/web/assets
|
||||||
WEB_ASSET_APPS_PATH=${CONFIG_DIR}/web/assets/apps
|
WEB_ASSET_APPS_PATH=${CONFIG_DIR}/web/assets/apps
|
||||||
WEB_UI_CONFIG_FILE=${CONFIG_DIR}/web/config.json
|
WEB_ASSET_THEMES_PATH=${CONFIG_DIR}/web/assets/themes
|
||||||
# WEB_ASSET_THEMES_PATH=${CONFIG_DIR}/web/assets/themes
|
|
||||||
# WEB_UI_THEME_PATH=
|
# WEB_UI_THEME_PATH=
|
||||||
|
## Uncomment below to create & modify your web UI config
|
||||||
|
# WEB_UI_CONFIG_FILE=${CONFIG_DIR}/web/config.json
|
||||||
|
|
||||||
## Frontend
|
## Frontend
|
||||||
FRONTEND_DISABLE_RADICALE=true
|
FRONTEND_DISABLE_RADICALE=true
|
||||||
|
|||||||
Reference in New Issue
Block a user