Adds rest api for configuring torch
Clients
Currently client app is under development
3rd party clients
AMPLink panel developed by sam4413
Bearer Token
Authtorization token is located in config Instance\TorchRemote.cfg
Troubleshooting
If you're getting access denied exception on torch startup try running torch as admin
or run this command in admin cmd netsh http add urlacl url=<webserverURl> user=<username>
replace <webserverURl>
with yours from config and <username>
with actual username on which torch is running
Usage in 3rd party apps
Docs for developers here
GitHub
Discord