- Notifications
You must be signed in to change notification settings - Fork9
Starlink Dishy Grafana Dashboards
License
sponsianus/dishy_grafana
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Docker compose project for tracking Starlink Dishy and Network statistics with Grafana.
Install Git, Docker and Compose.
Clone the repo. (Suggested to clone into your
/opt
directory)git clone https://github.com/sponsianus/dishy_grafana
Copy
default.env.tpl
todefault.env
andedit the variables to suite your needs.cp default.env.tpl default.env&& nano default.env
Start the app.
docker-compose up -d
Point your browser to your hosts
IP
and port3000
to load the Grafana dashboard.http://<your-ip>:3000
- Login with the credentials you set in your newly created
default.env
file.
- Login with the credentials you set in your newly created
The project container images will be rebuilt on a regular basis but may be slightly behind their original sources.When updating, check for any variable changes indefault.env.tpl
and apply any changes to yourdefault.env
file as needed.
git pull&& docker-compose pull&& docker-compose up -d
From the directory containing thedocker-compose.yml
file:
Update repo.
git pull
Update container images.
docker-compose pull
Update the running containers.
docker-compose up -d
Watch the logs from the containers by running:
docker-compose logs -f --tail="10"
Destroy and rebuild the containers. This will destroy existing data.
docker-compose down -v&& docker-compose up -d
- Open an issue in theGitHub repo.
- Discussion on Reddit inr/Starlink.
- Seestarlink-grpc-tools for the GRPC tools used in this project.
About
Starlink Dishy Grafana Dashboards
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.