Skip to content

Commit

Permalink
Notifiarr: Add Authelia, default config using Authelia proxy auth
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Oct 24, 2023
1 parent 2a36b33 commit be01980
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion defaults/settings.yml.default
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ moviematch:
plex_url: http://plex:32400
notifiarr:
api_key: "api-key-from-notifiarr.com"
ui_password: "username:password"
plex_meta_manager:
time: "03:00"
qbit_manage:
Expand Down
2 changes: 1 addition & 1 deletion roles/notifiarr/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ notifiarr_dns_proxy: "{{ dns.proxied }}"
# Traefik
################################

notifiarr_traefik_sso_middleware: ""
notifiarr_traefik_sso_middleware: "{{ traefik_default_sso_middleware }}"
notifiarr_traefik_middleware_default: "{{ traefik_default_middleware }}"
notifiarr_traefik_middleware_custom: ""
notifiarr_traefik_certresolver: "{{ traefik_default_certresolver }}"
Expand Down
2 changes: 1 addition & 1 deletion roles/notifiarr/templates/notifiarr.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ api_key = "{{ notifiarr.api_key }}"
## Your auth proxy must pass the x-webauth-user header if you set this to "webauth".
## You may also set a custom auth header by setting to "webauth:<header>" e.g. "webauth:remote-user"
## Disable auth by setting this to "noauth". Not recommended. Requires "upstreams" being set.
ui_password = "{{ notifiarr.ui_password }}"
ui_password = "webauth:remote-user"

## The ip:port to listen on for incoming HTTP requests. 0.0.0.0 means all/any IP and is recommended!
## You may use "127.0.0.1:5454" to listen only on localhost; good if using a local proxy.
Expand Down

0 comments on commit be01980

Please sign in to comment.