From 5cee80e1d5245682e49f5fb5deab7c46da12b878 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 16 May 2024 23:08:38 +0200 Subject: [PATCH] Update .env --- examples/nextcloud/.env | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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