Skip to content

Commit 13e076b

Browse files
committed
feat: enable check for updates flag
1 parent cfe3f0f commit 13e076b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.env.example

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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
9595
INITIAL_ADMIN_PASSWORD=
96+
# Whether clients should check for updates.
97+
# Defaults to "true".
98+
CHECK_FOR_UPDATES=
9699
# Define the openCloud loglevel used.
97100
#
98101
LOG_LEVEL=
@@ -209,7 +212,7 @@ COLLABORA_SSL_ENABLE=false
209212
# Please comment out the following line:
210213
COLLABORA_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.
215218
COLLABORA_HOME_MODE=

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)