feat: display if a backend is blocked

This commit is contained in:
Fijxu
2025-12-31 17:40:32 -03:00
parent 687eb2e3f6
commit faba304b5f
4 changed files with 44 additions and 5 deletions

View File

@@ -1181,6 +1181,17 @@ video_cache:
##
#check_backends_interval: true
##
## The endpoint to check if a backend is alive or not.
## If using a the nadeko.net Invidious companion patches you can set it to
## "/status" to check if the Invidious companion instance that is being checked
## is blocked by youtube.
##
## Accepted values: a string
## Default: "/healthz"
##
#check_backends_path: "/healthz"
##
## Forces the video proxy.
##