Self-hosted habit tracker with check-ins and streaks.
docker run -d --name habit \
-p 4407:4407 \
-v habit-data:/config \
-e HABIT_PIN=your-pin \
ghcr.io/studio2201/habit:latest| Variable | Default | Description |
|---|---|---|
PORT |
4407 |
Listen port |
HABIT_PIN / PIN |
(empty) | Optional access PIN (ASCII digits only, 4–64) |
DATA_DIR |
/config |
Persistent data directory |
Apache-2.0