1
0
Fork 1
mirror of https://github.com/hay-kot/homebox.git synced 2025-02-23 20:59:02 +00:00
No description
Find a file
2023-03-22 09:11:19 -08:00
.devcontainer chore: init dev container () 2022-10-15 12:56:58 -08:00
.github set working dir 2023-03-22 09:11:19 -08:00
.scaffold/model feat: Notifiers CRUD () 2023-03-06 21:18:58 -09:00
.vscode chore: developer cleanup () 2023-02-17 21:41:01 -09:00
backend wip: goreleaser 2023-03-22 09:03:19 -08:00
docs feat: use notifiers on schedule () 2023-03-21 11:32:48 -08:00
frontend chore(deps): update dependency typescript to v5 () 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 refactor: http interfaces () 2022-10-29 18:15:35 -08:00
docker-compose.yml setup docker volumes & versions 2022-09-13 21:15:01 -08:00
Dockerfile build(docker): add image source label () 2023-02-16 10:36:40 -09:00
fly.toml set fly.io build args 2022-10-13 17:12:35 -08:00
LICENSE feat: items-editor () 2022-09-12 14:47:27 -08:00
README.md feat: use notifiers on schedule () 2023-03-21 11:32:48 -08:00
renovate.json Add renovate.json () 2023-01-14 09:28:52 -09:00
SECURITY.md feat: items-editor () 2022-09-12 14:47:27 -08:00
Taskfile.yml chore: refactor api endpoints () 2023-03-20 20:32:10 -08:00

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