blog_dirty #8

Merged
cronekorkn merged 10 commits from blog_dirty into master 2023-04-20 11:10:04 +02:00
3 changed files with 39 additions and 0 deletions
Showing only changes of commit d451a70db8 - Show all commits

View file

@ -0,0 +1,7 @@
directories = {
'/var/lib/twitch-clips': {},
}
pkg_pip = {
'twitch-dl': {},
}

View file

@ -0,0 +1,28 @@
defaults = {
'backup': {
'paths': {
'/var/lib/twitch-clips',
},
},
'systemd-timers': {
f'twitch-clip-download': {
'command': '/usr/local/bin/twitch-dl clips cronekorkn_ --download --all',
'when': 'daily',
'persistent': True,
'working_dir': '/var/lib/twitch-clips',
'after': {
'network-online.target',
},
},
},
'zfs': {
'datasets': {
'tank/twitch-clips': {
'mountpoint': '/var/lib/twitch-clips',
'needed_by': {
'svc_systemd:twitch-clip-download.timer',
},
},
},
},
}

View file

@ -30,6 +30,7 @@
'steam-chat-logger',
'steam-chat-viewer',
'systemd-swap',
'twitch-clip-download',
'raspberrymatic-cert',
'tasmota-charge',
'wireguard',
@ -153,6 +154,9 @@
'max': 70,
},
},
'twitch-clip-download': {
'channel_name': 'cronekorkn_',
},
'vm': {
'cores': 16,
'threads': 32,