Alicia Sykes

Results 310 comments of Alicia Sykes
trafficstars

Not come across technitium before, but it looks pretty cool. I had a quick look at the API docs, looks like the [`/getStats`](https://github.com/TechnitiumSoftware/DnsServer/blob/master/APIDOCS.md#get-stats) endpoint returns eexactly what we'd need. Their...

Heya @maxisam Should be possible, yup. The source for the image widget is in [`ImageWidget.vue`](https://github.com/Lissy93/dashy/blob/master/src/components/Widgets/ImageWidget.vue). Would you be up for submitting a PR for this?

All the functionality for custom headers etc is already there (in the [`WidgetMixin`](https://github.com/Lissy93/dashy/blob/master/src/mixins/WidgetMixin.js)). So it's just a case of tying it together. You'd just need to add an option to...

I'm not sure if this is relevant, maybe their setup is completely different - but I have seen some users with Grafana widgets as (I think) iframes, like [this one](https://github.com/Lissy93/dashy/blob/master/docs/showcase.md#dipans-dash)...

Heya @Larvotto You can use something like [YAML to JSON](https://jsonformatter.org/yaml-to-json), then in the config editor, select Code mode, and paste the contents in. JSON and YAML have exactly the same...

Yes, as someone who really cares about privacy also, I see the appeal of full offline mode. So I will add this to the todo list, although I have already...

Thanks so much for the sponsorship! 💖 It's super kind of you :)

So I was thinking about this last night, and I think the best option would be for there to be zero external network requests in the default setup, but then...