Add trusted proxy for podman
This commit is contained in:
parent
6132dc4584
commit
a69c7b523b
|
@ -112,6 +112,8 @@ in {
|
||||||
overwriteProtocol = "https";
|
overwriteProtocol = "https";
|
||||||
extraTrustedDomains = [ "nextcloud.fudo.org" ];
|
extraTrustedDomains = [ "nextcloud.fudo.org" ];
|
||||||
defaultPhoneRegion = "CA";
|
defaultPhoneRegion = "CA";
|
||||||
|
# TODO: is there a way to narrow this?
|
||||||
|
trustedProxies = [ "10.0.0.0/8" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue