WatchYourNuts (aka Nutrients): self-hosted calorie tracker
docker run --name WatchYourNuts \
-e "TZ=$YOURTIMEZONE" \
-v ~/.dockerdata/WatchYourNuts:/data/WatchYourNuts \
-p 8860:8860 \
aceberg/watchyournutsConfiguration can be done through config.yaml file or GUI, or environment variables
| Variable | Description | Default |
|---|---|---|
| HOST | Listen address | 0.0.0.0 |
| PORT | Port for web GUI | 8860 |
| THEME | Any theme name from https://bootswatch.com in lowcase or additional | emerald |
| COLOR | Background color: light or dark | light |
| TZ | Set your timezone for correct time | "" |
| Key | Description | Default |
|---|---|---|
| -d | Path to config dir | /data/WatchYourNuts |
- Bootstrap
- Themes: Free themes for Bootstrap
- Favicon and logo: Nut icons created by amoghdesign - Flaticon
