aboutsummaryrefslogtreecommitdiff
path: root/tw/services
AgeCommit message (Collapse)Author
2023-05-21Extract Nextcloud cron command into scriptTimo Wilken
2023-05-20Raise OPcache memory limitTimo Wilken
Requested by Nextcloud's self-check.
2023-05-20Clean up phone backupsTimo Wilken
2023-05-20Add restic cleanup serviceTimo Wilken
2023-05-20Rename `restic-backup-repository' to allow for cleanup reposTimo Wilken
2023-04-30Configure regular restic backupsTimo Wilken
2023-04-28Use proper SSL cert pathTimo Wilken
This avoids relying on nss-certs being installed system-wide.
2023-04-25Restic REST server is now an upstream packageTimo Wilken
2023-04-22Set SSL CA cert locations for Nextcloud cronTimo Wilken
2023-04-21Fix restic-server setupTimo Wilken
2023-04-21Draft of restic server deploymentTimo Wilken
2023-04-21Add initial restic-server codeTimo Wilken
2023-02-20Explicitly specify system-wide SSL certsTimo Wilken
By default, OpenSSL only uses its built-in certificates, but we need to use the system-wide ones for connecting to YouTube and BBC Sounds.
2023-02-19Add get-iplayer serviceTimo Wilken
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.