From 74e73751b1cf16872a81047687ebc1eafa84d9f7 Mon Sep 17 00:00:00 2001 From: szaimen Date: Wed, 13 Sep 2023 12:02:30 +0000 Subject: [PATCH] Yaml updates Signed-off-by: GitHub --- manual-install/latest.yml | 3 +-- manual-install/sample.conf | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manual-install/latest.yml b/manual-install/latest.yml index 0dc6cf23..7231b192 100644 --- a/manual-install/latest.yml +++ b/manual-install/latest.yml @@ -141,11 +141,10 @@ services: - RECORDING_SECRET=${RECORDING_SECRET} - TALK_RECORDING_HOST=nextcloud-aio-talk-recording - FULLTEXTSEARCH_PASSWORD=${FULLTEXTSEARCH_PASSWORD} + - REMOVE_DISABLED_APPS=${REMOVE_DISABLED_APPS} restart: unless-stopped networks: - nextcloud-aio - tmpfs: - - /tmp:exec nextcloud-aio-notify-push: image: nextcloud/aio-notify-push:latest diff --git a/manual-install/sample.conf b/manual-install/sample.conf index c454bed5..c2c5ed76 100644 --- a/manual-install/sample.conf +++ b/manual-install/sample.conf @@ -33,6 +33,7 @@ NEXTCLOUD_MOUNT=/mnt/ # This allows the Nextcloud container to access d NEXTCLOUD_STARTUP_APPS="deck twofactor_totp tasks calendar contacts notes" # Allows to modify the Nextcloud apps that are installed on starting AIO the first time NEXTCLOUD_TRUSTED_CACERTS_DIR=/usr/local/share/ca-certificates/my-custom-ca # Nextcloud container will trust all the Certification Authorities, whose certificates are included in the given directory. NEXTCLOUD_UPLOAD_LIMIT=10G # This allows to change the upload limit of the Nextcloud container +REMOVE_DISABLED_APPS=yes # Setting this to no keep Nextcloud apps that are disabled via their switch and not uninstall them if they should be installed in Nextcloud. TALK_PORT=3478 # This allows to adjust the port that the talk container is using. UPDATE_NEXTCLOUD_APPS="no" # When setting to "yes" (with quotes), it will automatically update all installed Nextcloud apps upon container startup on saturdays. IPV6_NETWORK=fd12:3456:789a:2::/64 # IPv6 subnet to use