Sabnzbd Support

This commit is contained in:
Francisco Coelho 2022-09-12 02:22:39 +01:00
parent eeac1200e7
commit 9d790894d5
15 changed files with 111 additions and 0 deletions

View file

@ -14,6 +14,7 @@ const serviceProxyHandlers = {
speedtest: genericProxyHandler,
tautulli: genericProxyHandler,
traefik: genericProxyHandler,
sabnzbd: genericProxyHandler,
// uses X-API-Key header auth
gotify: credentialedProxyHandler,
portainer: credentialedProxyHandler,