New service: Paperless-ngx

This commit is contained in:
pazpi 2025-05-05 22:42:35 +02:00
parent 30cfbe9efd
commit 0b0ddfc2f9
9 changed files with 264 additions and 0 deletions

View file

@ -34,6 +34,7 @@ in
"portainer"
"vaultwarden"
"immich"
"paperless"
];
};
@ -135,6 +136,15 @@ in
];
};
paperless.deployment = {
targetHost = hosts.paperless;
tags = [
"lxc"
"bacco"
"paperless"
];
};
deadbeef.deployment = {
allowLocalDeployment = true;
targetHost = null;