Remove transmission

This commit is contained in:
Colin Hebert
2023-04-25 09:34:10 +10:00
parent f7a06d7eac
commit dfdefb08c4
4 changed files with 12 additions and 12 deletions

View File

@@ -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)\.'