github jasonacox/Powerwall-Dashboard v5.0.7
v5.0.7 - Custom Grafana Port Support

10 hours ago

What's Changed

  • Fixed support for custom Grafana ports — users who changed GF_SERVER_HTTP_PORT in grafana.env from the default 9000 can now use compose-dash.sh and verify.sh without errors by @nadams5755 in #773
    • compose-dash.sh now loads grafana.env alongside compose.env so Docker Compose sees the custom port.
    • powerwall.yml Grafana healthcheck uses ${GF_SERVER_HTTP_PORT:-9000} instead of hardcoded 9000.
    • verify.sh sources grafana.env and reads GF_SERVER_HTTP_PORT for the service check.
    • Minor linting: cleaned up whitespace in verify.sh and added || true to the terminal-settings RETURN trap to prevent set -e failures.

New Contributors

Full Changelog: v5.0.6...v5.0.7

Don't miss a new Powerwall-Dashboard release

NewReleases is sending notifications on new releases.