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.
This commit is contained in:
Timekills
2019-10-23 21:57:09 +03:00
committed by GitHub
parent 565ac15c09
commit 8d708c2227

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'