Releases: nullne/happy
Releases · nullne/happy
v0.0.1
Docker Images
# Standalone server (recommended, no external dependencies)
docker pull ghcr.io/nullne/happy/server-standalone:v0.0.1
# Full server (requires PostgreSQL + Redis)
docker pull ghcr.io/nullne/happy/server:v0.0.1
# Web app
docker pull ghcr.io/nullne/happy/webapp:v0.0.1CLI & Agent
Download the .tgz files below and install with:
npm install -g ./happy-*.tgz
npm install -g ./happy-agent-*.tgzWhat's Changed
- feat: add Agent/Project/Task data models, CRUD APIs, and happy-web IM UI by @nullne in #1
- feat: merge happy-web into happy-app, remove dev token auth by @nullne in #2
- feat: add CI workflow for auto-build and GitHub Release by @nullne in #3
New Contributors
Full Changelog: https://github.com/nullne/happy/commits/v0.0.1