Paperless

This commit is contained in:
Aleksandr Lebedev 2025-09-27 17:09:57 +02:00
parent f35dab29fa
commit ab0cdddd1b
3 changed files with 47 additions and 2 deletions

View file

@ -76,6 +76,15 @@ in {
proxyPass = "http://[::1]${config.services.ntfy-sh.settings.listen-http}";
};
};
"paperless.kylekrein.com" = {
enableACME = true;
forceSSL = true;
locations."/" = let
cfg = config.services.paperless;
in {
proxyPass = "http://${cfg.address}:${cfg.port}";
};
};
};
};