Go to file
Hayden bff0c682ca
annotate as unfinished
2023-03-22 20:47:09 -08:00
.devcontainer chore: init dev container (#85) 2022-10-15 12:56:58 -08:00
.github update publish workflow 2023-03-22 20:46:05 -08:00
.scaffold/model feat: Notifiers CRUD (#337) 2023-03-06 21:18:58 -09:00
.vscode chore: developer cleanup (#300) 2023-02-17 21:41:01 -09:00
backend drop cgo from docker file 2023-03-22 20:40:28 -08:00
docs annotate as unfinished 2023-03-22 20:47:09 -08:00
frontend chore(deps): update dependency typescript to v5 (#355) 2023-03-21 11:23:30 -08:00
.dockerignore end-to-end testing setup 2022-09-03 18:42:03 -08:00
.gitignore wip: goreleaser 2023-03-22 09:03:19 -08:00
CONTRIBUTING.md update publish workflow 2023-03-22 20:46:05 -08:00
Dockerfile drop cgo from docker file 2023-03-22 20:40:28 -08:00
LICENSE feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
README.md feat: use notifiers on schedule (#362) 2023-03-21 11:32:48 -08:00
SECURITY.md feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
Taskfile.yml drop cgo requirement 2023-03-22 20:26:07 -08:00
docker-compose.yml setup docker volumes & versions 2022-09-13 21:15:01 -08:00
fly.toml set fly.io build args 2022-10-13 17:12:35 -08:00
renovate.json Add renovate.json (#209) 2023-01-14 09:28:52 -09:00

README.md

HomeBox

Docs | Demo | Discord

Quick Start

Configuration & Docker Compose

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

Credits