Install
curl -fsSL https://github.com/joym-gits/bugsift/releases/latest/download/install.sh | bashThe installer pulls pre-built images from GitHub Container
Registry (see the publish-images workflow), generates all
secrets, writes .env, runs migrations, and starts the
stack. Full self-host guide:
https://github.com/joym-gits/bugsift/blob/main/deploy/README.md.
Pin this version
BUGSIFT_IMAGE_TAG=v0.2.0 \
curl -fsSL https://github.com/joym-gits/bugsift/releases/download/v0.2.0/install.sh | bashFull Changelog: v0.1.0...v0.2.0