evert: remove experimental my.dash.board PWA virtual host
CI / Build & Test (push) Successful in 2m52s

Reverts the experimental feature that attempted to serve the dashboard
via a local HTTP server registered as a hardcoded `my.dash.board` virtual
host, intended to satisfy Chrome's PWA "secure origin" installability
requirement. The approach caused proxy connection errors and file-not-found
issues that were not worth resolving.

Removed: native-host/dashboard-server.js, native-host/test-chain.mjs
Reverted: startup.js, message-router.js, virtual-hosts.js, index.js,
          build-distributable.js, extension/pages/virtual-hosts.js,
          CI workflows (ci.yml, release.yml)
This commit is contained in:
Raven Scott
2026-03-01 04:00:29 -05:00
parent 9e70c48d48
commit f069058c98
10 changed files with 6 additions and 377 deletions
-7
View File
@@ -71,13 +71,6 @@ jobs:
exit 1
fi
if echo "$OUTPUT" | grep -q "\[dashboard-server\] listening on"; then
echo "PASS: dashboard server started (my.dash.board virtual host registered)"
else
echo "FAIL: dashboard server did not start — bundle assets may be missing"
exit 1
fi
- name: List release artifacts
run: |
echo "=== releases/ ==="