From e951ae1c1438493a16ddf665c4d040165ebb6474 Mon Sep 17 00:00:00 2001 From: Timekills Date: Wed, 23 Oct 2019 22:01:31 +0300 Subject: [PATCH] Removed Google Authentication from Ombi mods 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/ombiHDR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ombiHDR.yml b/apps/ombiHDR.yml index 25d7adf..60fa774 100644 --- a/apps/ombiHDR.yml +++ b/apps/ombiHDR.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'