NodePassDash Release Notes (v4.0.5)
Optimize
- Refactor PostgreSQL database connection logic
Changelog
- f91223e build: 4.0.5
- 7f87ac8 refactor(db): Refactor PostgreSQL database connection logic
π₯ 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.5
π§ 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