Homebox is the inventory and organization system built for the Home User
  • Go 46.6%
  • Vue 35.8%
  • TypeScript 15%
  • HTML 2.1%
  • Dockerfile 0.2%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2024-05-23 07:53:43 -08:00
.devcontainer
.github
.scaffold/model
.vscode
backend Add currency "norwegian krones" (#836) 2024-03-12 14:48:51 -08:00
docs chore: remove deprecated version tag for Docker v2 (#902) 2024-05-23 07:53:43 -08:00
frontend fix(deps): update dependency @vueuse/nuxt to v10.9.0 (#827) 2024-04-28 08:11:54 -08:00
.dockerignore
.gitignore
CONTRIBUTING.md
docker-compose.yml chore: remove deprecated version tag for Docker v2 (#902) 2024-05-23 07:53:43 -08:00
Dockerfile
Dockerfile.rootless
fly.toml
LICENSE
pnpm-lock.yaml chore: bump deps (#810) 2024-03-01 09:08:14 -09:00
README.md Update README.md (#891) 2024-05-23 07:52:56 -08:00
renovate.json
SECURITY.md
Taskfile.yml fix blocking error during startup when in demo mode (#838) 2024-03-05 06:44:43 -09:00

HomeBox

Docs | Demo | Discord

Quick Start

Configuration & Docker Compose

# If using the rootless image, ensure data 
# folder has correct permissions
mkdir -p /path/to/data/folder
chown 65532:65532 -R /path/to/data/folder
docker run -d \
  --name homebox \
  --restart unless-stopped \
  --publish 3100:7745 \
  --env TZ=Europe/Bucharest \
  --volume /path/to/data/folder/:/data \
  ghcr.io/hay-kot/homebox:latest
# ghcr.io/hay-kot/homebox:latest-rootless

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you are not a coder, you can still contribute financially. Financial contributions help me prioritize working on this project over others and helps me know that there is a real demand for project development.

Buy Me A Coffee

Credits