SouLSLayeR
SouLSLayeR
Their [docs](https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)) are quite good. Unfortunately it seems that [only cookie-based auth is supported](https://github.com/qbittorrent/qBittorrent/wiki/WebUI-API-(qBittorrent-4.1)#authentication). I also checked out how Heimdall does things, and you guessed it, it uses cookies as...
For folks behind Traefik this is my config: We define a middleware called cors-headers in config.yml: ``` cors-headers: headers: accessControlAllowMethods: - GET - OPTIONS - PUT accessControlAllowOriginList: - https://homer.url.here accessControlAllowHeaders:...
Hmmm, examine the response with and without it, maybe you must allow a specific header through.
Sure, that's how I'd go about it too. If for some reason something feels funky, just try doing the same thing without the proxy; I usually just start the same...
Oh man, this would be great!
Hi @YeonV, is this still on the roadmap? 👀 I just flashed some tuya bulbs and because they are so weak (6w) using the white channels would be a game...
> Internally for effect generation we use either RGB or HSV, and pixel data is transported internally as R,G,B arrays. > > I don't see much of an appetite to...
Can confirm; MINI R2 still broken in 3.5 and 3.5.1, working with 3.4 local mode :( edit: pulled from master and it worked fine ¯\_(ツ)_/¯