Tor ops: launch UI, onion list/health scripts, systemd installer, README glow-up
- Replace fake-site footer with dark-web launch CTA; fix HubChatter inside AppProviders (client crash) - Add /launch, DEPLOY.md, onions:list|status|health, list-onion-urls, install-systemd, onion-status - start.sh CYBERLUX_PREPARE_ONLY; copy pass on satellite pages; Navbar launch link - README: operator cheat sheet, phone Tor note, systemd via install-systemd.sh Made-with: Cursor
This commit is contained in:
@@ -8,7 +8,11 @@
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"start:onion": "next start -H 127.0.0.1 -p 3000"
|
||||
"start:onion": "next start -H 127.0.0.1 -p 3000",
|
||||
"health:stack": "bash scripts/health-check-stack.sh",
|
||||
"onions:status": "node scripts/onion-status.cjs",
|
||||
"onions:list": "bash scripts/list-onion-urls.sh",
|
||||
"install:systemd": "bash -c 'echo Run: sudo CYBERLUX_USER=$USER bash scripts/install-systemd.sh'"
|
||||
},
|
||||
"dependencies": {
|
||||
"next": "16.1.7",
|
||||
|
||||
Reference in New Issue
Block a user