https://github.com/aceberg/homelists
Count consumable supplies
https://github.com/aceberg/homelists
docker golang-application self-hosted selfhosted
Last synced: 6 months ago
JSON representation
Count consumable supplies
- Host: GitHub
- URL: https://github.com/aceberg/homelists
- Owner: aceberg
- License: mit
- Created: 2022-09-12T06:59:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T09:48:51.000Z (over 2 years ago)
- Last Synced: 2025-03-20T01:11:16.587Z (7 months ago)
- Topics: docker, golang-application, self-hosted, selfhosted
- Language: Go
- Homepage: https://hub.docker.com/r/aceberg/homelists
- Size: 391 KB
- Stars: 34
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
![]()
HomeLists
[](https://github.com/aceberg/HomeLists/actions/workflows/main-docker-all.yml)
[](https://github.com/aceberg/HomeLists/actions/workflows/release.yml)
Count consumable supplies
https://github.com/aceberg/HomeLists


## Quick start
```sh
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
- All go packages listed in [dependencies](https://github.com/aceberg/go-homelists/network/dependencies)
- [Bootstrap](https://getbootstrap.com/)
- Themes: [Free themes for Bootstrap](https://bootswatch.com)
- Favicon and logo: [List icons created by Freepik - Flaticon](https://www.flaticon.com/free-icon/list_3039383?related_id=3039383&origin=search)