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:
@@ -1,19 +1,5 @@
|
||||
[Unit]
|
||||
Description=CyberLux Next.js (binds 127.0.0.1:3000 for nginx/Tor)
|
||||
After=network-online.target tor.service nginx.service
|
||||
Wants=network-online.target tor.service nginx.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
# Use the account that owns the repo and ran ./start.sh (not root).
|
||||
# This unit only starts Next.js; Tor/nginx are expected to be configured already.
|
||||
User=REPLACE_ME
|
||||
Group=REPLACE_ME
|
||||
WorkingDirectory=/path/to/cyberlux
|
||||
Environment=NODE_ENV=production
|
||||
ExecStart=/usr/bin/npm run start:onion
|
||||
Restart=on-failure
|
||||
RestartSec=8
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
# Legacy template — the real unit is generated by:
|
||||
# sudo CYBERLUX_USER=<you> bash scripts/install-systemd.sh
|
||||
# which writes /etc/systemd/system/cyberlux.service
|
||||
#
|
||||
# See DEPLOY.md in the repo root.
|
||||
|
||||
Reference in New Issue
Block a user