Add Paperless config

This commit is contained in:
Swarsel 2024-02-05 10:22:57 +01:00
parent 18a104027d
commit df55bfa58d
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
7 changed files with 265 additions and 0 deletions

View file

@ -163,6 +163,20 @@
};
};
"scan.swarsel.win" = {
enableACME = true;
forceSSL = true;
acmeRoot = null;
locations = {
"/" = {
proxyPass = "http://192.168.2.24:28981";
extraConfig = ''
client_max_body_size 0;
'';
};
};
};
"screen.swarsel.win" = {
enableACME = true;
forceSSL = true;