Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
SaswatPadhi committed Dec 26, 2024
1 parent e25dfd6 commit c1d12ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netbox/env/netbox
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ SECRET_KEY: 'a988a1a6d5b1c49753bf185a7ef3b40fec60ff05b88c2dec237382b71e53e919'
NETBOX_BASE_PATH: ${NETBOX_BASE_PATH:?}
HOUSEKEEPING_INTERVAL_SECONDS: 7200
ALLOWED_HOSTS: '*'
CSRF_TRUSTED_ORIGINS: "https://localhost"
CSRF_TRUSTED_ORIGINS: "https://${SERVER_LAN_FQDN:?}:${SERVER_LAN_HTTPS_PORT:?}"
CORS_ORIGIN_ALLOW_ALL: True
2 changes: 1 addition & 1 deletion nextcloud/env/nextcloud
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MYSQL_HOST: 'mariadb'
REDIS_HOST: 'redis'
# NOTE: Overwrites necessary for reverse proxy
OVERWRITEPROTOCOL: 'https'
OVERWRITEWEBROOT: '/nextcloud'
OVERWRITEWEBROOT: '/${NEXTCLOUD_BASE_PATH:?}'
# FIXME: See https://github.com/nextcloud/docker/issues/1494
#APACHE_DISABLE_REWRITE_IP: 1
NEXTCLOUD_DATA_DIR: '/data'
Expand Down

0 comments on commit c1d12ab

Please sign in to comment.