File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -93,6 +93,9 @@ DEMO_USERS=
9393# After the first initialization, the admin password can only be changed via the OpenCloud User Settings UI or by using the OpenCloud CLI.
9494# Documentation: https://docs.opencloud.eu/docs/admin/resources/common-issues#-change-admin-password-set-in-env
9595INITIAL_ADMIN_PASSWORD =
96+ # Whether clients should check for updates.
97+ # Defaults to "true".
98+ CHECK_FOR_UPDATES =
9699# Define the openCloud loglevel used.
97100#
98101LOG_LEVEL =
@@ -209,7 +212,7 @@ COLLABORA_SSL_ENABLE=false
209212# Please comment out the following line:
210213COLLABORA_SSL_VERIFICATION = false
211214# Enable home mode in Collabore Online.
212- # Home users can enable this setting, which in turn disables welcome screen and user feedback popups,
215+ # Home users can enable this setting, which in turn disables welcome screen and user feedback popups,
213216# but also limits concurrent open connections to 20 and concurrent open documents to 10.
214217# Default is false if not specified.
215218COLLABORA_HOME_MODE =
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ services:
3939 NOTIFICATIONS_SMTP_AUTHENTICATION : " ${SMTP_AUTHENTICATION}"
4040 NOTIFICATIONS_SMTP_ENCRYPTION : " ${SMTP_TRANSPORT_ENCRYPTION:-none}"
4141 FRONTEND_ARCHIVER_MAX_SIZE : " 10000000000"
42+ FRONTEND_CHECK_FOR_UPDATES : " ${CHECK_FOR_UPDATES:-true}"
4243 PROXY_CSP_CONFIG_FILE_LOCATION : /etc/opencloud/csp.yaml
4344 # enable to allow using the banned passwords list
4445 OC_PASSWORD_POLICY_BANNED_PASSWORDS_LIST : banned-password-list.txt
You can’t perform that action at this time.
0 commit comments