Skip to content

Commit

Permalink
Notifiarr: Add API router
Browse files Browse the repository at this point in the history
  • Loading branch information
owine committed Feb 11, 2024
1 parent 66693c1 commit 0e83153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/notifiarr/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ notifiarr_traefik_middleware_default: "{{ traefik_default_middleware }}"
notifiarr_traefik_middleware_custom: ""
notifiarr_traefik_certresolver: "{{ traefik_default_certresolver }}"
notifiarr_traefik_enabled: true
notifiarr_traefik_api_enabled: false
notifiarr_traefik_api_endpoint: ""
notifiarr_traefik_api_enabled: true
notifiarr_traefik_api_endpoint: "PathPrefix(`/api`) || PathPrefix(`/plex`)"

################################
# Docker
Expand Down

0 comments on commit 0e83153

Please sign in to comment.