v1.0.0
vssm_full
Build script that produces a single vssm binary with the web dashboard (vssm_web) embedded.
Requirements
- Go
- Node.js + npm
- git
A flake.nix is provided for Nix users, run nix develop for a shell with all dependencies available.
Usage
./build.sh
This clones vssm and vssm_web at the versions pinned in versions.txt, builds the frontend, embeds it into the Go binary, and outputs ./vssm.
Versions
Edit versions.txt to pin specific tagged releases of vssm and vssm_web.
Configuration
See the vssm README for configuration details, including the config file format, auth tokens, and instance setup.
Running as a background service
WIP — instructions for setting up vssm daemon as a systemd service (or equivalent) will be added here in the future.
Releases
1
v1.0.0 - Initial Release
Latest
Languages
Nix
58.8%
Shell
41.2%