bundles/matrix-media-repo: add backup/paths metadata
This commit is contained in:
parent
f52df58517
commit
978285bf32
2 changed files with 5 additions and 2 deletions
|
@ -6,6 +6,11 @@ defaults = {
|
||||||
'ffmpeg': {},
|
'ffmpeg': {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
'backups': {
|
||||||
|
'paths': {
|
||||||
|
'/var/matrix/media',
|
||||||
|
},
|
||||||
|
},
|
||||||
'icinga2_api': {
|
'icinga2_api': {
|
||||||
'matrix-media-repo': {
|
'matrix-media-repo': {
|
||||||
'services': {
|
'services': {
|
||||||
|
|
|
@ -83,8 +83,6 @@ nodes['htz.ex42-1048908'] = {
|
||||||
'paths': {
|
'paths': {
|
||||||
'/home/kunsi/.weechat',
|
'/home/kunsi/.weechat',
|
||||||
'/opt/matrix/matrix-dimension',
|
'/opt/matrix/matrix-dimension',
|
||||||
'/opt/matrix/matrix-media-repo',
|
|
||||||
'/var/matrix',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
'cron': {
|
'cron': {
|
||||||
|
|
Loading…
Reference in a new issue