NowhereDash 1.0.0
NowhereDash 1.0.0
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.
Highlights
- Manage multiple OpenCtrl
/api/v2endpoints from one dashboard. - Create, edit, monitor, import, export, and subscribe to Nowhere Portal instances.
- Publish selected running Portals as token-authenticated
/sub/portal?token=...feeds. - Generate matching
nowhere://import URLs and QR codes for Portal and subscription flows. - Deploy through release archives, Docker images, or the unified installer script.
Changes
- Reworked the release notes for the new NowhereDash release line.
- Improved node installation diagnostics and API key detection in the installer.
- Added subscription profile icons for Anywhere-compatible subscription clients.
Changelog
- baadc6d feat(subscription): 添加订阅图标上传和裁剪功能
- 34b5ea0 docs(migration): 更新迁移文档中的URL方案引用
- ad66592 docs(install): 更新卸载命令文档和脚本逻辑
- eedbb89 fix(install): 修复节点探测功能的稳定性问题
- b7c5af4 fix(install): 修复安装脚本中的函数返回值问题
- 36bd075 init nowheredash
📥 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.0🔧 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