From 5aacc121d7fd529c7c81de1521df6e9594afe7e0 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Thu, 18 Dec 2025 16:33:03 +0100 Subject: [PATCH] added nextcloud (fixed), gitea --- nextcloud-system/nextcloud.yaml | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/nextcloud-system/nextcloud.yaml b/nextcloud-system/nextcloud.yaml index 3a3881a..1671efd 100644 --- a/nextcloud-system/nextcloud.yaml +++ b/nextcloud-system/nextcloud.yaml @@ -69,9 +69,16 @@ data: 'overwriteprotocol' => 'https', 'overwrite.cli.url' => 'https://dooplex.hu', 'filelocking.enabled' => true, - 'memcache.local' => '\\OC\\Memcache\\APCu', 'default_phone_region' => 'HU', 'allow_local_remote_servers' => true, + 'trusted_proxies' => array ( + '10.42.0.0/16', + '10.43.0.0/16', + '192.168.0.0/24', + ), + 'forwarded_for_headers' => array ( + 'HTTP_X_FORWARDED_FOR', + ), ); previews.config.php: |-