[Feature Request] Support Blocky stats (Widget) #2732
Replies: 3 comments 2 replies
-
To add Blocky's metrics as a widget in Homepage, you would typically use the Prometheus widget since Blocky can export metrics in a format that Prometheus can scrape. Once Prometheus is scraping Blocky's metrics, you can then configure the Prometheus widget in Homepage to display the desired metrics. Here's a general outline of the steps you would need to follow:
Here is an example of how the Prometheus widget configuration might look in your Homepage YAML configuration file: widget:
type: prometheus
url: http://prometheushost:port You would replace Please note that the specific metrics you want to display from Blocky will need to be defined in the Prometheus widget configuration. You can refer to the Prometheus widget documentation for Homepage to understand how to specify which metrics to display. If you need further assistance with the specific configuration or if you encounter any issues, please provide more details, and I'll be happy to help you troubleshoot. Thanks for posting a discussion about homepage here on GitHub. Homepage now uses a fancy new AI tool thanks to our friends at Glime, so the answer above is the AI bot's attempt to answer your question. If you feel it's sufficient you can mark the answer and close this post, otherwise feel free to leave it open of course! Thanks for using Homepage! ❤️ This comment was generated by Glime. |
Beta Was this translation helpful? Give feedback.
-
I would also like to see Blocky added, since we already have NextDNS. |
Beta Was this translation helpful? Give feedback.
-
Prometheus is an overkill here |
Beta Was this translation helpful? Give feedback.
-
Description
Blocky is a DNS Server written in GO ( https://0xerr0r.github.io/blocky/v0.23/ ) that can also export some metrics ( https://0xerr0r.github.io/blocky/v0.23/prometheus_grafana/ ).
It doesn't have a web interface to configure it but would it be possible to add the metrics as a widget in homepage ?
Other
No response
Beta Was this translation helpful? Give feedback.
All reactions