Remove transmission
This commit is contained in:
@@ -28,12 +28,12 @@
|
||||
access_control:
|
||||
default_policy: deny
|
||||
rules:
|
||||
# Support for one factor for transmission API
|
||||
# Only users in "transmission-basic" should be allowed to do so
|
||||
- domain_regex: '^transmission-api\.'
|
||||
# Support for one factor for qbittorrent API
|
||||
# Only users in "qbittorrent-basic" should be allowed to do so
|
||||
- domain_regex: '^qbittorrent-api\.'
|
||||
policy: one_factor
|
||||
subject:
|
||||
- 'group:transmission-basic'
|
||||
- 'group:qbittorrent-basic'
|
||||
# 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: '^(sabnzbd|prowlarr|radarr|sonarr|bazarr|notifiarr|readarr-audiobook|readarr-ebook)\.'
|
||||
|
||||
Reference in New Issue
Block a user