Paperless
This commit is contained in:
parent
f35dab29fa
commit
ab0cdddd1b
3 changed files with 47 additions and 2 deletions
|
|
@ -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}";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue