home.paperless: add proftpd for paperless ingest

This commit is contained in:
Franzi 2024-09-08 19:42:27 +02:00
parent 40fcaf56ee
commit 3f9f84f230
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 119 additions and 0 deletions

View file

@ -6,6 +6,7 @@ nodes['home.paperless'] = {
'redis',
'postgresql',
'paperless-ng',
'proftpd',
},
'groups': {
'debian-bookworm',
@ -53,6 +54,11 @@ nodes['home.paperless'] = {
'postgresql': {
'version': 15,
},
'proftpd': {
'restrict-to': {
'home.fujitsu-n7100',
},
},
'vm': {
'cpu': 2,
'ram': 2,