Skip to content
This repository has been archived by the owner on May 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request SimpleHomelab#41 from tombomb/patch-1
Browse files Browse the repository at this point in the history
fixing sab to use authelia instead of oauth
  • Loading branch information
SimpleHomelab authored Jun 5, 2020
2 parents 426f9a7 + 61da5fc commit a7e61af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-t2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ services:
- "traefik.http.routers.sabnzbd-rtr.priority=99"
## Middlewares
- "traefik.http.routers.sabnzbd-rtr-bypass.middlewares=chain-no-auth@file"
- "traefik.http.routers.sabnzbd-rtr.middlewares=chain-oauth@file"
- "traefik.http.routers.sabnzbd-rtr.middlewares=chain-authelia@file"
## HTTP Services
- "traefik.http.routers.sabnzbd-rtr.service=sabnzbd-svc"
- "traefik.http.routers.sabnzbd-rtr-bypass.service=sabnzbd-svc"
Expand Down

0 comments on commit a7e61af

Please sign in to comment.