Skip to content

NodePassDash 4.0.2-beta1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jun 15:58

NodePassDash Release Notes (v4.0.2-beta1)

Changelog

  • db39e51 build: v4.0.2-beta1
  • 61c77c8 build: v4.0.2-beta1
  • d3ef9da chore(deps): Replace SQLite driver with pure Go implementation and update related configurations
  • 31d59cb feat: auto update logic
  • 16c104c feat(version): remove mock function
  • 90ce6c8 feat(version): Add version update management function, implement restart status management mechanism for version processor, integrate front-end UpdateChip component to display update status
  • b0b5baa - feat(settings): Added database information display on settings page - fix(settings): Fixed the issue of failed log cleaning - update(mask): Optimized the desensitization logic for domains in privacy mode - feat(version): Automatic update logic
  • 15475b7 refactor(tunnels): hide debug function
  • ab75d99 fix(perf): Switch to @iconify/react/dist/offline and pre-register icons + isolate dashboard time component, fix 12000 times/second setTimeout
  • 6225ca8 debug(tunnels): Add debug creation feature
  • 34e7f6e doc(readme): update db desc [skip ci]
  • 217f9f1 doc(readme): update badge [skip ci]
  • 025970b doc(readme): update badge [skip ci]

📥 Download Desc

  • Linux x86_64: nodepassdash_Linux_x86_64.tar.gz
  • Linux ARM64: nodepassdash_Linux_arm64.tar.gz
  • Linux ARMv7: nodepassdash_Linux_armv7hf.tar.gz
  • Linux ARMv6: nodepassdash_Linux_armv6.tar.gz
  • Windows 64位: nodepassdash_Windows_x86_64.zip
  • Windows 32位: nodepassdash_Windows_i386.zip

🐳 Docker Image

docker pull ghcr.io/nodepassproject/nodepassdash:4.0.2-beta1

🔧 Usage

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