summaryrefslogtreecommitdiff
path: root/tw/services
AgeCommit message (Collapse)Author
2023-02-19Simplify yt-dlp scheduling function furtherTimo Wilken
This way of trying to schedule every second day doesn't actually work. Just run every night at the same hour and randomise the minutes.
2023-02-19Use mcron's #:user instead of manual setuidTimo Wilken
2023-02-19Generate separate script for yt-dlp mcron actionTimo Wilken
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.