forked from mirrors_public/oddlama_nix-config
fix: missing opened firewall port for proxy-home
This commit is contained in:
parent
20a5e1e66a
commit
1b1a19e377
4 changed files with 13 additions and 3 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue