Skip to content

sponsianus/dishy_grafana

Repository files navigation

Starlink Dishy Grafana Dashboards

Docker Pulls GitHub stars

Docker compose project for tracking Starlink Dishy and Network statistics with Grafana.

Initial Install

  1. Install Git, Docker and Compose.

  2. Clone the repo. (Suggested to clone into your /opt directory)

    git clone https://github.com/sponsianus/dishy_grafana
  3. Copy default.env.tpl to default.env and edit the variables to suite your needs.

    cp default.env.tpl default.env && nano default.env
  4. Start the app.

    docker-compose up -d
  5. Point your browser to your hosts IP and port 3000 to load the Grafana dashboard. http://<your-ip>:3000

    • Login with the credentials you set in your newly created default.env file.

Updating

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 in default.env.tpl and apply any changes to your default.env file as needed.

One Line Update Command

git pull && docker-compose pull && docker-compose up -d

Manual Update

From the directory containing the docker-compose.yml file:

  1. Update repo.

     git pull
  2. Update container images.

    docker-compose pull
  3. Update the running containers.

    docker-compose up -d

Troubleshooting

  • 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

Support

Resources

License

MIT

About

Starlink Dishy Grafana Dashboards

Topics

Resources

License

Stars

Watchers

Forks

Languages