fix: missing opened firewall port for proxy-home

This commit is contained in:
oddlama 2024-05-20 13:20:54 +02:00
parent 20a5e1e66a
commit 1b1a19e377
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 13 additions and 3 deletions

View file

@ -107,7 +107,7 @@ in {
PAPERLESS_URL = "https://${paperlessDomain}";
PAPERLESS_ALLOWED_HOSTS = paperlessDomain;
PAPERLESS_CORS_ALLOWED_HOSTS = "https://${paperlessDomain}";
PAPERLESS_TRUSTED_PROXIES = lib.concatStringSep "," [
PAPERLESS_TRUSTED_PROXIES = lib.concatStringsSep "," [
sentinelCfg.wireguard.proxy-sentinel.ipv4
wardWebProxyCfg.wireguard.proxy-home.ipv4
];