Skip to content

NodePassDash 4.0.5

Choose a tag to compare

@github-actions github-actions released this 02 Jul 01:12
· 12 commits to main since this release

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

  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