services: paperless: setup reverse proxy

This commit is contained in:
Antoine Martin 2021-07-12 19:07:39 +02:00
parent df3cffadaf
commit 95733f9e05
3 changed files with 41 additions and 0 deletions

View file

@ -120,6 +120,11 @@ in
enable = true;
};
paperless = {
enable = true;
port = 8085;
};
postgresql-backup = {
enable = true;
};