Support FreshRSS login with challenge hashing, add GitHub token usage, and update service metadata for Immich and PeerTube.
10 lines
342 B
Text
10 lines
342 B
Text
# Required for authenticated version checks
|
|
PAPERLESS_API_TOKEN=replace-with-api-token
|
|
RADICALE_BASIC_AUTH=base64-user-colon-pass
|
|
|
|
# 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
|