New service: Paperless-ngx
This commit is contained in:
parent
30cfbe9efd
commit
0b0ddfc2f9
9 changed files with 264 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue