No description
Find a file
2022-09-14 10:32:12 -08:00
.github setup docker volumes & versions 2022-09-13 21:15:01 -08:00
.vscode feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
backend update docs 2022-09-14 09:35:23 -08:00
docs update docs 2022-09-14 09:35:23 -08:00
frontend update docs 2022-09-14 09:35:23 -08:00
scripts feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
.dockerignore end-to-end testing setup 2022-09-03 18:42:03 -08:00
.gitignore feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
docker-compose.yml setup docker volumes & versions 2022-09-13 21:15:01 -08:00
Dockerfile setup docker volumes & versions 2022-09-13 21:15:01 -08:00
fly.toml ui cleanup 2022-09-08 22:05:23 -08:00
LICENSE feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
README.md update readme 2022-09-14 10:32:12 -08:00
SECURITY.md feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
Taskfile.yml setup docker volumes & versions 2022-09-13 21:15:01 -08:00

HomeBox

Docs | Demo | Discord

Quick Start

Configuration & Docker Compose


```yml
docker run --name=homebox \
    --restart=always \
    --publish=3100:7745 \
    ghcr.io/hay-kot/homebox:nightly

Credits