external proxies: Add more information about the job
All checks were successful
Invidious CI / build (push) Successful in 4m54s
All checks were successful
Invidious CI / build (push) Successful in 4m54s
This commit is contained in:
parent
a01c8c63d3
commit
31219ce196
1 changed files with 4 additions and 0 deletions
|
@ -211,6 +211,10 @@ Invidious::Jobs.register Invidious::Jobs::InstanceListRefreshJob.new
|
||||||
|
|
||||||
if !CONFIG.external_videoplayback_proxy.empty?
|
if !CONFIG.external_videoplayback_proxy.empty?
|
||||||
Invidious::Jobs.register Invidious::Jobs::CheckExternalProxy.new
|
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
|
end
|
||||||
|
|
||||||
if !CONFIG.tokens_server.empty?
|
if !CONFIG.tokens_server.empty?
|
||||||
|
|
Loading…
Reference in a new issue