Skip to content

NowhereDash 1.0.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 13:38
· 6 commits to main since this release

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

  • af52707 build: v1.0.2
  • c202ac6 docs(readme): 更新文档和界面优化

📥 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

  1. Download the binary package for your target architecture.
  2. Extract the archive and run ./nowheredash directly. No external runtime is required.
  3. The service listens on http://localhost:4000 by 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