diff --git a/examples/nextcloud/.env b/examples/nextcloud/.env index afb6fa0..90cf3f8 100644 --- a/examples/nextcloud/.env +++ b/examples/nextcloud/.env @@ -11,10 +11,12 @@ MSQL_TZ=Europe/Berlin # settings for the nextcloud container NC_PUID=1000 NC_PGID=1000 -NC_TRUSTEDPROXIES=172.16.0.0/24 NC_ADMIN_USER=admin NC_ADMIN_USER_PASSWORD=adminpass -NC_TRUSTED_DOMAINS=cloud.example.com + +# settings for reverse proxy usage +#NC_TRUSTED_DOMAINS=cloud.example.com +#NC_TRUSTEDPROXIES=172.16.0.0/24 #NC_OVERWRITEPROTOCOL=https #NC_OVERWRITECLIURL=https://cloud.example.com #NC_OVERWRITEHOST=cloud.example.com