home.paperless: add proftpd for paperless ingest
This commit is contained in:
parent
40fcaf56ee
commit
3f9f84f230
4 changed files with 119 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue