From 31219ce1961fbd54956e6d000dd60602fd812421 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sat, 14 Dec 2024 17:18:23 -0300 Subject: [PATCH] external proxies: Add more information about the job --- src/invidious.cr | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/invidious.cr b/src/invidious.cr index 35cf22c6..7e7b2986 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -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?