Swapped volatile Tailscale ips for fixed wireguard ips

This commit is contained in:
2026-06-29 11:29:17 +02:00
parent cbfb1fef0e
commit a24e82bf5a
8 changed files with 13 additions and 15 deletions
+2 -2
View File
@@ -22,10 +22,10 @@
settings = {
PAPERLESS_USE_X_FORWARDED_HOST = true;
PAPERLESS_USE_X_FORWARDED_PORT = true;
PAPERLESS_ALLOWED_HOSTS = "ngx.cyperpunk.de,100.109.179.25,localhost";
PAPERLESS_ALLOWED_HOSTS = "ngx.cyperpunk.de,10.10.0.2,localhost";
PAPERLESS_CSRF_TRUSTED_ORIGINS = [
"https://ngx.cyperpunk.de"
"http://100.109.179.25:28101"
"http://10.10.0.2:28101"
];
PAPERLESS_OCR_LANGUAGE = "deu+eng";
PAPERLESS_CONSUMER_POLLING = 60;