aboutsummaryrefslogtreecommitdiff
path: root/tw/services
AgeCommit message (Collapse)Author
2023-02-19Simplify yt-dlp scheduling functionTimo Wilken
2023-02-19Improve yt-dlp serviceTimo Wilken
- allow configuring odd or even days (useful for future get-iplayer service so they run on alternating days) - auto-update yt-dlp if not using the system package
2023-02-19Randomise yt-dlp times betterTimo Wilken
2023-02-19Add yt-dlp serviceTimo Wilken
2023-02-18Extract common service sets into separate modulesTimo Wilken
Common service sets (NextCloud, Matrix, WireGuard) should be in their own modules to make things neater, instead of being interleaved with operating system declarations.