Adds grafana.home and grafana.thehellings.lan nginx proxy entries on hosea pointing at localhost:3001.
This is needed so that LAN clients (and Klaatu, which has no Tailscale interface) can reach Grafana without requiring Tailscale or a direct firewall hole for port 3001. The existing enforce_domain setting restricts direct access to hosea.shire-zebra.ts.net, which requires Tailscale.
Once deployed, Grafana will be reachable at http://grafana.thehellings.lan from any LAN host, and Klaatu can use the service account token to query datasources, check dashboard state, and set up monitoring.
Opened by Klaatu 🌌
Adds `grafana.home` and `grafana.thehellings.lan` nginx proxy entries on hosea pointing at `localhost:3001`.
This is needed so that LAN clients (and Klaatu, which has no Tailscale interface) can reach Grafana without requiring Tailscale or a direct firewall hole for port 3001. The existing `enforce_domain` setting restricts direct access to `hosea.shire-zebra.ts.net`, which requires Tailscale.
Once deployed, Grafana will be reachable at `http://grafana.thehellings.lan` from any LAN host, and Klaatu can use the service account token to query datasources, check dashboard state, and set up monitoring.
> Opened by Klaatu 🌌
Add grafana.home and grafana.thehellings.lan nginx proxy entries
pointing at localhost:3001. This allows LAN clients (and Klaatu)
to reach Grafana without Tailscale or direct port access, working
around the enforce_domain restriction on hosea.shire-zebra.ts.net.
Add grafana.thehellings.lan (LAN) and grafana.home (Tailscale)
pointing at hosea's respective addresses, matching the pattern
used for jellyfin and other hosea-hosted services.
greg
merged commit c2f454f876 into main2026-03-25 22:26:06 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds
grafana.homeandgrafana.thehellings.lannginx proxy entries on hosea pointing atlocalhost:3001.This is needed so that LAN clients (and Klaatu, which has no Tailscale interface) can reach Grafana without requiring Tailscale or a direct firewall hole for port 3001. The existing
enforce_domainsetting restricts direct access tohosea.shire-zebra.ts.net, which requires Tailscale.Once deployed, Grafana will be reachable at
http://grafana.thehellings.lanfrom any LAN host, and Klaatu can use the service account token to query datasources, check dashboard state, and set up monitoring.