NowhereDash 1.0.2
NowhereDash 1.0.2
NowhereDash is the new Portal-only dashboard for managing Nowhere nodes through OpenCtrl. It ships as a single Go binary with an embedded React web UI, first-run setup, SQLite/PostgreSQL support, endpoint management, Portal editing, subscriptions, telemetry, and self-update workflows.
Changelog
📥 Download Desc
- Linux x86_64:
nowheredash_Linux_x86_64.tar.gz - Linux ARM64:
nowheredash_Linux_arm64.tar.gz - Linux ARMv7:
nowheredash_Linux_armv7hf.tar.gz - Linux ARMv6:
nowheredash_Linux_armv6.tar.gz - Windows 64位:
nowheredash_Windows_x86_64.zip - Windows 32位:
nowheredash_Windows_i386.zip
🐳 Docker Image
docker pull ghcr.io/nodepassproject/nowheredash:1.0.2🔧 Usage
- Download the binary package for your target architecture.
- Extract the archive and run
./nowheredashdirectly. No external runtime is required. - The service listens on
http://localhost:4000by default.
📝 Deployment Notes
- Single-binary deployment: Run the application with a single executable file.
- Automatic initialization: The application creates required files and directories automatically.
- Data persistence: The database file is stored at
db/database.db