NodePassDash Release Notes (v4.0.3)
Feature
- Supplemental personalized settings on the setup page, including privacy settings and switches for experimental feature settings
- The setup page interface provides a network status check button
- Implement version comparison algorithm supporting pre-release tag sorting
Changelog
- 97ebc0a build: 4.0.3
- 6cedb65 feat(setup): Supplemental personalized settings on the setup page, including privacy settings and switches for experimental feature settings
- b43bf9e rebuild: v4.0.2 to fixed cicd CGO problem
📥 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.3
🔧 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