Count consumable supplies
https://github.com/aceberg/HomeLists



docker run --name homelists \
-e "TZ=Asia/Novosibirsk" \
-v ~/.dockerdata/homelists:/data/homelists \
-p 8842:8842 \
aceberg/homelists
Configuration can be done through config file or environment variables
| Variable | Description | Default |
|---|---|---|
| DBPATH | Path to Database | /data/homelists/sqlite.db |
| GUIPORT | Port for web GUI | 8842 |
| NODEPATH | Path to local Node Bootstrap modules | |
| THEME | Any theme name from https://bootswatch.com in lowcase | superhero |
| COLOR | Color mode: light or dark (works only with NODEPATH) | light |
| TZ | Set your timezone for correct time |
Config file path is /data/homelists/config. All variables could be set there.
Content type
Image
Digest
sha256:040086927…
Size
5.9 MB
Last updated
1 day ago
docker pull aceberg/homelists