Skip to content

infra_gateway: bypass tinyauth on /api/* for sonarr and radarr

jedmund requested to merge jedmund/servarr-api-auth-bypass into main

Created by: jedmund

Summary

  • Add sonarr-api and radarr-api routers that match PathPrefix(\/api`)withpriority: 100, routing to the same backend services without the tinyauth@file` middleware
  • The existing sonarr and radarr routers are unchanged — the UI still requires auth

Merge request reports

Loading