diff --git a/apps/nextcloud/config.php b/apps/nextcloud/config.php index dc3f49d..b08ba68 100644 --- a/apps/nextcloud/config.php +++ b/apps/nextcloud/config.php @@ -40,6 +40,10 @@ $CONFIG = array( 'trusted_domains' => array( 0 => 'nc.lan' ), + 'trusted_proxies' => array( + 0 => '172.23.255.1', + 1 => '127.0.0.1' + ), 'datadirectory' => '/var/www/html/data', 'dbtype' => 'pgsql', 'version' => '20.0.9.1', diff --git a/apps/nextcloud/deployment.yaml b/apps/nextcloud/deployment.yaml index e8f2cc9..49a6ee4 100644 --- a/apps/nextcloud/deployment.yaml +++ b/apps/nextcloud/deployment.yaml @@ -43,7 +43,7 @@ spec: containerPort: 80 protocol: TCP - name: nextcloud - image: cr.lan/nextcloud + image: cr.lan/nextcloud:latest lifecycle: postStart: exec: