NodePassDash Release Notes (v4.0.1)
Fix
- Fix the error in passing the proxy parameter
Feature
- Add instance backup and restore function and clean up service association
Changelog
- 4bb975f build: 4.0.1
- e847b5c feat(api): Add instance backup and restore function and clean up service association fix(tunnel): Fix the error in passing the proxy parameter
- 8a126d7 Refactor(auth): Refactor system configuration cache to avoid cross-database connection leaks - Move the global configCache variable to the Service struct internally - Modify the GetSystemConfig, UpdateSystemConfig, and DeleteSystemConfig methods to use instance-level caching - Add test cases to verify the isolation of configuration cache between different database connections
📥 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.1
🔧 Usage
- Download the binary package for your target architecture.
- Extract the archive and run
./nodepassdash directly. No external runtime is required.
- 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