upgrade nextcloud and enable HSTS
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
TYPE=nextcloud:11.0.0+30.0.4-fpm
|
||||
TYPE=nextcloud:11.4.0+30.0.6-fpm
|
||||
TIMEOUT=900
|
||||
ENABLE_AUTO_UPDATE=true
|
||||
ENABLE_BACKUPS=true
|
||||
@ -76,4 +76,9 @@ OCC_CMDS="$OCC_CMDS|config:app:set sociallogin auto_create_groups --value 1"
|
||||
OCC_CMDS="$OCC_CMDS|config:app:set sociallogin hide_default_login --value 1"
|
||||
|
||||
#COMPOSE_FILE="$COMPOSE_FILE:compose.fulltextsearch.yml"
|
||||
#SECRET_ELASTICSEARCH_PASSWORD_VERSION=v1
|
||||
#SECRET_ELASTICSEARCH_PASSWORD_VERSION=v1
|
||||
|
||||
# This will change the nginx configuration to add the header Strict-Transport-Security.
|
||||
# You can read more about it here: https://docs.nextcloud.com/server/30/admin_manual/installation/harden_server.html#enable-http-strict-transport-security
|
||||
# And you can check out the changes made to the recipe to allow for this here: https://git.coopcloud.tech/coop-cloud/nextcloud/pulls/48
|
||||
HSTS_ENABLED=1
|
Reference in New Issue
Block a user