From a69c7b523ba8dfbe9bc99af397cc38c47f023adc Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 6 Sep 2023 12:20:04 -0700 Subject: [PATCH] Add trusted proxy for podman --- nextcloud-container.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nextcloud-container.nix b/nextcloud-container.nix index 196276a..d763911 100644 --- a/nextcloud-container.nix +++ b/nextcloud-container.nix @@ -112,6 +112,8 @@ in { overwriteProtocol = "https"; extraTrustedDomains = [ "nextcloud.fudo.org" ]; defaultPhoneRegion = "CA"; + # TODO: is there a way to narrow this? + trustedProxies = [ "10.0.0.0/8" ]; }; }; };