From 15ec451d7bf02b38f23a7d7bb1dc81967f048619 Mon Sep 17 00:00:00 2001 From: criz Date: Sun, 5 Oct 2025 08:19:49 +0200 Subject: [PATCH] Solve nextcloud client not connecting on android --- Containers/NextCloud/compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Containers/NextCloud/compose.yml b/Containers/NextCloud/compose.yml index dc221e2..f4e03a6 100644 --- a/Containers/NextCloud/compose.yml +++ b/Containers/NextCloud/compose.yml @@ -20,9 +20,14 @@ services: - PHP_MEMORY_LIMIT=4G - PHP_UPLOAD_LIMIT=64G - APACHE_BODY_LIMIT=0 + - TRUSTED_PROXIES=100.65.19.39 + - OVERWRITEPROTOCOL=https + - OVERWRITEHOST=cloud.rufous-trench.ts.net + labels: tsdproxy.enable: "true" tsdproxy.name: "cloud" + tsdproxy.ephemeral: "false" redis: image: redis:alpine