https://github.com/jianershi/docker-unbound-grafana
docker unbound grafana gui
https://github.com/jianershi/docker-unbound-grafana
dns dns-server docker grafana gui pi pihole prometheus unbound unbound-exporter
Last synced: 2 days ago
JSON representation
docker unbound grafana gui
- Host: GitHub
- URL: https://github.com/jianershi/docker-unbound-grafana
- Owner: jianershi
- License: mit
- Created: 2022-07-20T01:32:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T01:16:55.000Z (about 1 year ago)
- Last Synced: 2024-04-13T22:57:39.585Z (about 1 year ago)
- Topics: dns, dns-server, docker, grafana, gui, pi, pihole, prometheus, unbound, unbound-exporter
- Language: Dockerfile
- Homepage:
- Size: 1000 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - jianershi/docker-unbound-grafana - docker unbound grafana gui (docker)
README
# Docker Unbound Grafana
this repository is a docker version of [Unbound-Config](https://github.com/jianershi/unbound-config)
this build unbound and grafana separately so you have the choice of using other unbound docker.

## Pre-requisite
1. have a custom docker network `my-network`
* `docker network create my-network`
2. have all SSL certificate configured in unbound.conf under `/etc/unbound`
* `docker run -v /etc/unbound:/etc/unbound unbound-mine ./unbound-control-setup`
3. assumes prometheus configure file in `/etc/prometheus`if you choose to use your own docker unbound container, change the name in `grafana-prometheus-unbound-exporter/docker-compose.yml`
## License
MIT