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
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
0d9e9ffa4b
commit
e77c31fb07
1 changed files with 6 additions and 1 deletions
|
@ -103,6 +103,9 @@ nodes['rx300'] = {
|
||||||
'/home/kunsi/.weechat',
|
'/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': {
|
'check-mail-received': {
|
||||||
't-online': {
|
't-online': {
|
||||||
'email': 'franzi.kunsmann@t-online.de',
|
'email': 'franzi.kunsmann@t-online.de',
|
||||||
|
@ -348,9 +351,11 @@ nodes['rx300'] = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'paste.franzi.business': {
|
'paste.franzi.business': {
|
||||||
'webroot': '/home/kunsi/public_html',
|
|
||||||
'ssl': '_.franzi.business',
|
'ssl': '_.franzi.business',
|
||||||
'extras': True,
|
'extras': True,
|
||||||
|
'webroot_config': {
|
||||||
|
'owner': 'kunsi',
|
||||||
|
},
|
||||||
},
|
},
|
||||||
# 'postfixadmin': {
|
# 'postfixadmin': {
|
||||||
# 'domain': 'postfixadmin.franzi.business',
|
# 'domain': 'postfixadmin.franzi.business',
|
||||||
|
|
Loading…
Reference in a new issue