home.nas: add bundle:mixcloud-downloader

This commit is contained in:
Franzi 2022-12-07 04:24:38 +01:00
parent 615f6107bc
commit 15ea875742
Signed by: kunsi
GPG key ID: 12E3D2136B818350
4 changed files with 74 additions and 6 deletions

View file

@ -5,6 +5,7 @@ nodes['home.nas'] = {
'bundles': {
'backup-client',
'lm-sensors',
'mixcloud-downloader',
'mosquitto',
'nfs-server',
'scansnap',
@ -186,12 +187,6 @@ nodes['home.nas'] = {
'find /storage/nas/ -type d -exec chmod 0775 {} \;',
'find /storage/nas/ -type f -exec chmod 0664 {} \;',
],
'when': '*-*-* 03:00:00',
},
'nas_mixcloud': {
'command': vault.decrypt('encrypt$gAAAAABgxFkM0Zd8SOhk8aK_zsUY5S39FvyxvEq9TVnAK-ryn9qjrpziqUgNyPXFQBSUHPCV5DX6CW6iSQFGO54truPoaymdHFwchWh3u6bOar_h8x3er3I=').format_into('wget --mirror --page-requisites --convert-links --domains {0} --execute robots=off https://{0}/'),
'pwd': '/storage/nas/Musik/Compilations',
'user': 'kunsi',
'when': '*-*-* 02:00:00',
},
},