Skip to content

Releases: NodePassProject/NowhereDash

NowhereDash 1.0.5

Choose a tag to compare

@github-actions github-actions released this 12 Sep 13:48

NowhereDash 1.0.5

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

  • 51b8b8c feat(tunnels): adapt to Nowhere 2.0

📥 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.5

🔧 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

NowhereDash 1.0.4

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:01

NowhereDash 1.0.4

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

  • 30b9658 feat(subscription): Add external node subscription support
  • 9841a34 feat(subscription): Add external node subscription support

📥 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.4

🔧 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

NowhereDash 1.0.3

Choose a tag to compare

@github-actions github-actions released this 08 Sep 08:44

NowhereDash 1.0.3

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

  • 38ac231 build: v1.0.3
  • 8771676 feat(endpoint): Added endpoint traffic statistics and billing functions
  • 9bc53f9 build: v1.0.2

📥 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.3

🔧 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

NowhereDash 1.0.2

Choose a tag to compare

@github-actions github-actions released this 07 Sep 13:38

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

NowhereDash 1.0.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 11:38

NowhereDash 1.0.1

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/v2 endpoints 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

  • fd9b56d docs(install): 更新安装文档以支持多平台安装器
  • 40c9821 docs(readme): 添加 Docker 快速启动指南 [skip ci]
  • baadc6d feat(subscription): 添加订阅图标上传和裁剪功能
  • 34b5ea0 docs(migration): 更新迁移文档中的URL方案引用
  • ad66592 docs(install): 更新卸载命令文档和脚本逻辑
  • eedbb89 fix(install): 修复节点探测功能的稳定性问题

📥 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.1

🔧 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

NowhereDash 1.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 07:18

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/v2 endpoints 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

  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