service-update-alerts/.env.sample
Jeena 7c778e338c feat: Drop Radicale checks
Remove the Radicale service entry and related auth configuration now that updates are handled by the OS package manager.
2026-03-12 14:20:51 +00:00

9 lines
299 B
Text

# Required for authenticated version checks
PAPERLESS_API_TOKEN=replace-with-api-token
# Optional (use if upstream APIs need auth to avoid rate limits)
GITHUB_TOKEN=optional-github-token
# FreshRSS login for authenticated About page
FRESHRSS_USERNAME=your-username
FRESHRSS_PASSWORD=your-password