Skip to content

Repository files navigation

Habit

Self-hosted habit tracker with check-ins and streaks.

Run with Docker / Podman

docker run -d --name habit \
  -p 4407:4407 \
  -v habit-data:/config \
  -e HABIT_PIN=your-pin \
  ghcr.io/studio2201/habit:latest

Open http://localhost:4407

Configuration

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

License

Apache-2.0

About

Habit tracker / streaks. Self-hosted companion on port 4407.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages