23 lines
821 B
Python
23 lines
821 B
Python
nodes.update(uberspaceify.nodes({
|
|
"cleriewi.uber.space": {
|
|
"bundles": (
|
|
"uberspace-redirect-clerie",
|
|
"uberspace-clerie-backup",
|
|
"uberspace-clerie-monitoring",
|
|
"uberspace-crontab-dir",
|
|
"uberspace-supervisord",
|
|
),
|
|
"metadata": {
|
|
"clerie-backup": {
|
|
"repos": generate_default_repos("cleriewi.uber.space", "cleriewi"),
|
|
},
|
|
"cron": {
|
|
"jobs": {
|
|
"backup_main-cyan": "42 */2 * * * clerie-backup main-cyan backup && clerie-backup-update-monitoring main cyan",
|
|
"backup_main-magenta": "13 */2 * * * clerie-backup main-magenta backup && clerie-backup-update-monitoring main magenta",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}))
|