This commit is contained in:
2025-12-20 23:19:57 +01:00
parent a96f532cdf
commit 1bc2a274ae

View File

@@ -3,6 +3,9 @@
enable = true;
virtualHosts."docs.manticore-hippocampus.ts.net" = {
extraConfig = ''
tls {
get_certificate tailscale
}
reverse_proxy localhost:${toString config.services.paperless.port}
'';
};
@@ -30,6 +33,7 @@
"desktop.ini"
];
PAPERLESS_OCR_LANGUAGE = "deu+eng";
PAPERLESS_CSRF_TRUSTED_ORIGINS = "https://docs.manticore-hippocampus.ts.net";
};
};
}