API Socks
API Connections without needing to Reverse Proxy Services
Do you need access to a services API through WAN but don't want to reverse proxy it? Organizr can help with that... All you need to do is, enable that option under that Services homepage item. After that, you are off to the races.
Application | Supports Multiple Servers |
Sonarr | Yes |
Radarr | Yes |
Lidarr | Yes |
Tautulli | Yes |
SabNZBd | No |
NZBGet | No |
qBittorrent | No |
One Connection
Multiple Connections
Make sure to replace the corresponding fields
Field | Value |
{ORGANIZR_DOMAIN} | Domain of your Organizr instance |
{SERVICE} | Supported Application |
http://{ORGANIZR_DOMAIN}/api/v2/socks/{SERVICE}/
I.E.
http://demo.organizr.app/api/v2/socks/sonarr/
Make sure to replace the corresponding fields
Field | Value |
{ORGANIZR_DOMAIN} | Domain of your Organizr instance |
{SERVICE} | Supported Application |
{#} | Id of Supported Application (Order in Organizr) |
http://{ORGANIZR_DOMAIN}/api/v2/multiple/socks/{SERVICE}/{#}
I.E.
http://demo.organizr.app/api/v2/multiple/socks/sonarr/1
http://demo.organizr.app/api/v2/multiple/socks/sonarr/2
http://demo.organizr.app/api/v2/multiple/socks/sonarr/3
get
https://demo.organizr.app/api
/v2/socks/sonarr/api/system/status?apikey=sonarrAPIkey
API Socks
Last modified 2yr ago