Thanks for this amazing app! It works very nice, I enjoy using the API to get data about my Unraid setup.
One little feature request which I would love to see:
- An API endpoint where I can supply a URL to, so that the UnraidAPI Docker makes a request to this API endpoint with the Unraid authentication cookie. In my case I would love to read the Intel_HTop data from its API which is available at: `http://<UNRAIDIP>/plugins/gpustat/gpustatusmulti.php?gpus={"00:02.0":{"id":"00:02.0","model":"AlderLake-S GT1","vendor":"intel","guid":"0000:00:02.0","panel":1}}`
So in this case I would like to call an API endpoint at the UnraidAPI docker image and add the: `/plugins/gpustat/gpustatusmulti.php?gpus={"00:02.0":{"id":"00:02.0","model":"AlderLake-S GT1","vendor":"intel","guid":"0000:00:02.0","panel":1}}` as parameter in the body for example.
Would this be possible to add? If could create a pull request which implements this logic, but I wanted to ask you @BoKKeR first if this is a good idea. I think it's great