Removed OAUTH (breaks bitwarden-apps)

Using oauth will cause Browser Extensions and Applications to be unable to load the server url properly. Removing this line fixes the problem. Login page is secured by accounts already.
This commit is contained in:
Zoink5
2019-03-26 11:31:31 +01:00
committed by GitHub
parent 6d9bc83cbb
commit 50a75a5780

View File

@@ -28,7 +28,6 @@
traefik.enable: 'true'
traefik.backend: "{{pgrole}}"
traefik.port: '80'
traefik.frontend.auth.forward.address: '{{gauth}}'
traefik.frontend.rule: 'Host:bit.{{domain.stdout}},{{pgrole}}.{{domain.stdout}},{{tldset}}'
- name: 'Setting PG Volumes'