hockwill

Results 10 comments of hockwill

I do no use the Dashy status lights. I have 'ETIMEDOUT' timeout errors as well when I turn them on. Mine appears to be because of network configuration on my...

In your glances config file you can specify alias's for different devices. Example below pulled from a configuration template file I used to setting an instance up. This will use...

I can look again later this week at the ip plugin. I suspect it is a similar problem in that the fields returned have changed names. On Wed, Aug 7,...

> Awesome, just tested and all plugins except the IP plugin seems to work, (the IP plugin shows a message that the glances version is not compatible with that plugin)...

I see this was approved a bit ago. Is there something else I need to do that I have not done? Sorry for the close/open. I was seeing if it...

I set `BASE_URL` as per https://github.com/Lissy93/dashy/blob/master/docs/management.md#passing-in-environmental-variables. I used https://github.com/Lissy93/dashy/issues/727#issuecomment-1313188413 as reference for the nginx side. This served up a working dashboard. If the rewriting is distasteful you can also use...

The error message from the browser console says it did not fetch the remote resource at all as the page that was requesting the resource and the resource are from...

I am getting different results with different browsers using the `https://snippet.host/tvcw/raw`. - Curl has the `access-control-allow-origin: *` in the response. Excellent. - Firefox does not and complains about it being...

Yes CORS is a browser/https thing. The https server hosting the config files it the one that needs to provide the headers. I poked about to make my own instance...

https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS I do not use Caddy anywhere can cannot provide header setups for it.