Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Starlink Dishy Grafana Dashboards

License

NotificationsYou must be signed in to change notification settings

sponsianus/dishy_grafana

Repository files navigation

Docker PullsGitHub 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. Copydefault.env.tpl todefault.env andedit 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 hostsIP and port3000 to load the Grafana dashboard.http://<your-ip>:3000

    • Login with the credentials you set in your newly createddefault.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 indefault.env.tpl and apply any changes to yourdefault.env file as needed.

One Line Update Command

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

Manual Update

From the directory containing thedocker-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

Packages

 
 
 

Languages


[8]ページ先頭

©2009-2025 Movatter.jp