Skip to content

docs: point network dashboard links at https://telemetry.freenet.org - #84

Draft
sanity wants to merge 1 commit into
mainfrom
telemetry-https
Draft

docs: point network dashboard links at https://telemetry.freenet.org#84
sanity wants to merge 1 commit into
mainfrom
telemetry-https

Conversation

@sanity

@sanity sanity commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

Problem

The telemetry dashboard has moved to HTTPS at https://telemetry.freenet.org (nova, via Caddy with a Let's Encrypt cert). The site still linked to http://nova.locut.us:3133.

The old URL now 301-redirects, so plain links would still work. But the slides embed the dashboard in an iframe (data-background-iframe), and a browser blocks an http:// iframe inside an https:// page as mixed content rather than following the redirect. Those embeds are broken until the URL is updated.

Approach

Replace the dashboard URL in the four source files that reference it. Display text updated alongside hrefs so the visible label matches where the link goes.

  • hugo-site/content/quickstart/_index.md
  • hugo-site/themes/freenet/layouts/shortcodes/network-hero.html
  • hugo-site/static/slides/demo/dashboard.html
  • hugo-site/static/slides/demo/dashboard-live.html

hugo-site/static/keys/gateways.toml is deliberately not changed: that is nova.locut.us:31337, the gateway, which is unrelated to the dashboard. (It matches a naive :3133 grep as a substring.)

hugo-site/public/ is gitignored and regenerated at build time, so it is not touched here.

Testing

  • hugo build succeeds with no errors or warnings.
  • Built output carries the new URL through to index.html, quickstart/index.html, presentations/2026-02-06-freenet-lives/index.html, and both demo slides.
  • No nova.locut.us:3133 references remain in the rendered site (only the unrelated :31337 gateway entry).
  • New host verified live: https://telemetry.freenet.org/ returns 200 with a valid Let's Encrypt cert, and a real Chromium load reports the dashboard connected (wss://telemetry.freenet.org/ws, status "Live") with zero console errors.

[AI-assisted - Claude]

The telemetry dashboard now serves over HTTPS from telemetry.freenet.org.
The old http://nova.locut.us:3133 URL 301-redirects there, but the plain-HTTP
links are worth replacing directly: the slides embed the dashboard in an
iframe, and an http:// iframe inside the https:// site is blocked as mixed
content rather than redirected.

Leaves keys/gateways.toml alone - that is the gateway on :31337, not the
dashboard.

[AI-assisted - Claude]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant