/HomeLists

Count consumable supplies

Primary LanguageGoMIT LicenseMIT

HomeLists


Docker Binary-release Docker Image Size (latest semver)

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

Screenshot1

Screenshot2

Screenshot3

Quick start

docker run --name homelists \
-e "TZ=Asia/Novosibirsk" \
-v ~/.dockerdata/homelists:/data/homelists \
-p 8842:8842 \
aceberg/homelists

Config

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
THEME Any theme name from https://bootswatch.com in lowcase superhero
TZ Set your timezone for correct time ""

Config file

Config file path is /data/homelists/config. All variables could be set there.

Thanks