nodes/htz-cloud.pleroma: do backups
All checks were successful
bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-02-20 22:05:42 +01:00
parent fec26ab38f
commit b3ad49ac8d
Signed by: kunsi
GPG key ID: 12E3D2136B818350
3 changed files with 2 additions and 3 deletions

View file

@ -19,9 +19,6 @@ nodes['htz-cloud.pleroma'] = {
'gateway6': 'fe80::1',
},
},
'backups': {
'exclude_from_backups': True,
},
'cron': {
'auto-authorize-sm-users': '* * * * * root echo "UPDATE users SET approval_pending=false WHERE email LIKE \'\\%@seibert-media.net\' AND approval_pending=true;" | psql pleroma >/dev/null',
},