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.
This commit is contained in:
Timekills
2019-10-23 22:01:31 +03:00
committed by GitHub
parent 8d708c2227
commit e951ae1c14

View File

@@ -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'