Personal finance tracker

docker run --name inflower \
-e "TZ=$YOURTIMEZONE" \
-v ~/.dockerdata/inflower:/data/inflower \
-p 8859:8859 \
aceberg/inflower
Configuration can be done through config.yaml file or environment variables. Each user can set their own Theme, Color and Categories in GUI.
| Variable | Description | Default |
|---|---|---|
| AUTH | Enable multiuser SSO with "X-Forwarded-User" header | false |
| HOST | Listen address | 0.0.0.0 |
| PORT | Port for web GUI | 8859 |
| THEME | Any theme name from https://bootswatch.com in lowcase or additional | cerulean |
| COLOR | Background color: light or dark | dark |
| TZ | Set your timezone for correct time | "" |
| Key | Description | Default |
|---|---|---|
| -d | Path to config dir | /data/inflower |
Content type
Image
Digest
sha256:a6b4e43eb…
Size
14.1 MB
Last updated
22 days ago
docker pull aceberg/inflower