aceberg/HomeLists
1
0
Fork
You've already forked HomeLists
0
Count consumable supplies
  • Go 56.1%
  • HTML 42.8%
  • Dockerfile 0.6%
  • Makefile 0.5%
2026年03月09日 22:07:48 +07:00
.github goreleaser 2026年02月05日 02:17:26 +07:00
assets Screenshots 2022年11月07日 22:36:59 +07:00
cmd/HomeLists go 1.19->1.25 2026年02月02日 05:16:19 +07:00
internal Release 1.0.4 2026年03月09日 22:07:48 +07:00
.gitignore go 1.19->1.25 2026年02月02日 05:16:19 +07:00
.goreleaser.yaml goreleaser 2026年02月05日 02:14:59 +07:00
.version Release 1.0.4 2026年03月09日 22:07:48 +07:00
CHANGELOG.md Release 1.0.4 2026年03月09日 22:07:48 +07:00
docker-compose.yml docker-compose 2022年10月06日 15:35:40 +07:00
Dockerfile Upd paths in Dockerfile 2026年02月03日 01:06:30 +07:00
go.mod go 1.19->1.25 2026年02月02日 05:16:19 +07:00
go.sum go 1.19->1.25 2026年02月02日 05:16:19 +07:00
LICENSE Initial commit 2022年09月12日 13:59:22 +07:00
Makefile go 1.19->1.25 2026年02月02日 05:16:19 +07:00
README.md README upd 2023年01月15日 16:48:49 +07:00
TODO.md Release badge 2022年11月09日 14:15:37 +07:00

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