From c08877a114c3558dd8ab6c195586d2c08438c6fb Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Thu, 16 May 2024 22:33:11 +0200 Subject: [PATCH] Update .env --- examples/nextcloud/.env | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/nextcloud/.env b/examples/nextcloud/.env index 7bddb0c..afb6fa0 100644 --- a/examples/nextcloud/.env +++ b/examples/nextcloud/.env @@ -11,6 +11,10 @@ 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 #NC_OVERWRITEPROTOCOL=https #NC_OVERWRITECLIURL=https://cloud.example.com #NC_OVERWRITEHOST=cloud.example.com