Add hourly news briefing system with continuous marquee scroll

- Fetches 12 articles hourly from FreshRSS
- Generates 4-6 sentence summaries using Ollama
- Creates sequential sethpc.xyz short links (pi0, pi1, etc.) via yourls
- Continuous vertical marquee scrolling at reading speed
- No wait between rescrolls - immediately loops to next pass
- New briefing generated every hour at :00
- Systemd service and timer for auto-start and hourly scheduling
This commit is contained in:
2026-03-12 04:05:30 +00:00
parent c4c86747e5
commit 7d62243fe6
3 changed files with 295 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[Unit]
Description=piNail Hourly News Briefing Timer
Requires=pinail-briefing.service
[Timer]
OnBootSec=2min
OnUnitActiveSec=1h
Persistent=true
[Install]
WantedBy=timers.target