From 8d708c22276425f87a35c52aaca448bb64562318 Mon Sep 17 00:00:00 2001 From: Timekills Date: Wed, 23 Oct 2019 21:57:09 +0300 Subject: [PATCH] Removed Google Authentication Ombi uses built-in Plex authentication so not strictly necessary. Would prefer to keep, but once it is disabled through PGBlitz in the "base" Ombi, PGBlitz no longer allows you to remove from Ombi mods. --- apps/ombi4k.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ombi4k.yml b/apps/ombi4k.yml index 3b6a343..5edad07 100644 --- a/apps/ombi4k.yml +++ b/apps/ombi4k.yml @@ -44,7 +44,7 @@ pg_labels: traefik.enable: 'true' traefik.port: '{{intport}}' - traefik.frontend.auth.forward.address: '{{gauth}}' + #traefik.frontend.auth.forward.address: '{{gauth}}' traefik.frontend.rule: 'Host:{{pgrole}}.{{domain.stdout}}{{tldset}}{{cname}}' traefik.frontend.headers.SSLHost: '{{domain.stdout}}' traefik.frontend.headers.SSLRedirect: 'true'