diff --git a/pikit-web/onboarding/index.html b/pikit-web/onboarding/index.html index fdfdf3e..997f0e3 100644 --- a/pikit-web/onboarding/index.html +++ b/pikit-web/onboarding/index.html @@ -85,17 +85,19 @@ +

Use your phone

-

Scan to open https://pikit.local

+

Scan to open http://pikit.local

- QR code to https://pikit.local + QR code to http://pikit.local
+

Once trusted, this page will auto-forward you to the secure dashboard.

If the hostname ever fails, try http://<pi-ip>/ (or https://<pi-ip>/ — your browser will show the same warning to bypass).

@@ -169,11 +171,10 @@ const has = (s) => ua.includes(s) || platform.includes(s); if (has("windows")) openOne("win"); else if (has("mac")) openOne("mac"); - else if (has("arch") || has("manjaro") || has("garuda")) openOne("arch"); - else if (has("fedora") || has("centos") || has("rhel")) openOne("fedora"); - else if (has("ubuntu") || has("debian") || has("mint")) openOne("deb"); + else if (has("arch") || has("manjaro") || has("garuda") || has("endeavour")) openOne("arch"); + else if (has("fedora") || has("centos") || has("rhel") || has("alma") || has("rocky")) openOne("fedora"); + else if (has("ubuntu") || has("debian") || has("mint") || has("pop")) openOne("deb"); else if (has("bsd")) openOne("bsd"); - else if (has("linux")) openOne("deb"); if (hasCookie) { statusChip.textContent = "HTTPS trusted — redirecting…";