nodes/rx300: move paste.franzi.business to /var/www, add cronjob to clean up old stuff
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-07-24 12:23:07 +02:00
parent 0d9e9ffa4b
commit e77c31fb07
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -103,6 +103,9 @@ nodes['rx300'] = {
'/home/kunsi/.weechat',
},
},
'cron': {
'cleanup-paste.franzi.business': '0 0 * * * kunsi /usr/bin/find /var/www/paste.franzi.business/ -maxdepth 1 -type d -mtime +60 -exec rm -r {} \;',
},
'check-mail-received': {
't-online': {
'email': 'franzi.kunsmann@t-online.de',
@ -348,9 +351,11 @@ nodes['rx300'] = {
},
},
'paste.franzi.business': {
'webroot': '/home/kunsi/public_html',
'ssl': '_.franzi.business',
'extras': True,
'webroot_config': {
'owner': 'kunsi',
},
},
# 'postfixadmin': {
# 'domain': 'postfixadmin.franzi.business',