Set up notifiarr

This commit is contained in:
Colin Hebert
2023-01-26 12:44:05 +01:00
parent 36371b0d4a
commit 42c29d776b
6 changed files with 54 additions and 2 deletions

View File

@@ -34,8 +34,9 @@ access_control:
policy: one_factor
subject:
- 'group:transmission-basic'
# Disable authentication on API protected by API keys
- domain_regex: '^(bazarr|prowlarr|radarr|sonarr)\.'
# Disable authentication on API protected by API keys.
# Note those are behind authelia, therefore external access to the API; internal access doesn't require a bypass
- domain_regex: '^(prowlarr|radarr|sonarr|notifiarr)\.'
policy: bypass
resources:
- '^/api$'