feat: Add authenticated service checks

Support FreshRSS login with challenge hashing, add GitHub token usage, and update service metadata for Immich and PeerTube.
This commit is contained in:
Jeena 2026-03-12 13:57:25 +00:00
parent 95cd8e0906
commit 7537de2f53
11 changed files with 257 additions and 59 deletions

View file

@ -9,6 +9,7 @@ description = "Check running service versions against upstream releases"
requires-python = ">=3.10"
dependencies = [
"PyYAML>=6.0",
"bcrypt>=4.0",
]
[project.optional-dependencies]