No description
Find a file
Hayden 0f8db862b4
feat: pwa support (#366)
* add PWA support

* fix broken URLs for query

* remove unused variable

* restore authURL
2023-03-23 10:27:12 -08:00
.devcontainer chore: init dev container (#85) 2022-10-15 12:56:58 -08:00
.github run frontend build before publish via goreleaser 2023-03-23 09:41:15 -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 fix: cookie-auth-issues (#365) 2023-03-22 21:52:25 -08:00
docs feat: pwa support (#366) 2023-03-23 10:27:12 -08:00
frontend feat: pwa support (#366) 2023-03-23 10:27:12 -08:00
.dockerignore end-to-end testing setup 2022-09-03 18:42:03 -08:00
.gitignore feat: goreleaser + remove cgo dependency (#363) 2023-03-22 20:49:49 -08:00
CONTRIBUTING.md feat: goreleaser + remove cgo dependency (#363) 2023-03-22 20:49:49 -08:00
docker-compose.yml setup docker volumes & versions 2022-09-13 21:15:01 -08:00
Dockerfile feat: goreleaser + remove cgo dependency (#363) 2023-03-22 20:49:49 -08:00
fly.toml set fly.io build args 2022-10-13 17:12:35 -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
renovate.json Add renovate.json (#209) 2023-01-14 09:28:52 -09:00
SECURITY.md feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
Taskfile.yml feat: goreleaser + remove cgo dependency (#363) 2023-03-22 20:49:49 -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