Externalize TeslaMate dashboards to forge mirror #296

Merged
eblume merged 4 commits from externalize-teslamate-dashboards into main 2026-03-15 18:31:20 -07:00
Showing only changes of commit 5c71b53ccf - Show all commits

Fix init container: use internal HTTP URL for forge

Busybox wget doesn't support HTTPS properly. Use http://forge.ops.eblu.me
(Caddy internal) instead of https://forge.eblu.me (Fly.io public).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Erich Blume 2026-03-15 17:56:07 -07:00

View file

@ -55,7 +55,7 @@ spec:
- |
set -e
TESLAMATE_VERSION="v3.0.0"
BASE_URL="https://forge.eblu.me/mirrors/teslamate/raw/tag/${TESLAMATE_VERSION}/grafana/dashboards"
BASE_URL="http://forge.ops.eblu.me/mirrors/teslamate/raw/tag/${TESLAMATE_VERSION}/grafana/dashboards"
DEST="/tmp/dashboards/TeslaMate"
mkdir -p "$DEST"
for f in \