Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ymlfiles/traefik.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ services:
- "traefik.frontend.headers.STSIncludeSubdomains=true"
- "traefik.frontend.headers.STSPreload=true"
- "traefik.frontend.headers.frameDeny=true"
- "traefik.frontend.headers.customFrameOptionsValue='allow-from https:${DOMAINNAME}'"
- "traefik.frontend.passHostHeader=true"
- "traefik.frontend.auth.forward.address=http://oauth:4181"

## Google OAuth - Limits access to only your Google account
Expand Down Expand Up @@ -82,6 +84,8 @@ services:
- "traefik.frontend.headers.STSIncludeSubdomains=true"
- "traefik.frontend.headers.STSPreload=true"
- "traefik.frontend.headers.frameDeny=true"
- "traefik.frontend.headers.customFrameOptionsValue='allow-from https:${DOMAINNAME}'"
- "traefik.frontend.passHostHeader=true"
- "traefik.frontend.auth.forward.address=http://oauth:4181" # add this to any containers you want to protect (if possible, sometimes mobile apps dont work)

networks:
Expand Down