external proxies: Add more information about the job
All checks were successful
Invidious CI / build (push) Successful in 4m54s

This commit is contained in:
Fijxu 2024-12-14 17:18:23 -03:00
parent a01c8c63d3
commit 31219ce196
Signed by: Fijxu
GPG key ID: 32C1DDF333EDA6A4

View file

@ -211,6 +211,10 @@ Invidious::Jobs.register Invidious::Jobs::InstanceListRefreshJob.new
if !CONFIG.external_videoplayback_proxy.empty?
Invidious::Jobs.register Invidious::Jobs::CheckExternalProxy.new
else
# Invidious will it's own videoplayback proxy unless the admin decides to rewrite
# the /videoplayback location in the reverse proxy configuration (NGINX, Caddy, etc)
LOGGER.info("jobs: Disabling CheckExternalProxy job. Invidious will it's own videoplayback proxy")
end
if !CONFIG.tokens_server.empty?