No description
Find a file
Hayden 2e82398e5c
chore: cleanup (#27)
* implement password score UI and functions

* update strings tests to use `test`instead of `it`

* update typing

* refactor login/register UI+Logic

* fix width on switches to properly display

* fetch and store self in store

* (WIP) unify card styles

* update labels page

* bump nuxt

* use form area

* use text area for description

* unify confirm API

* unify UI around pages

* change header background height
2022-09-25 14:33:13 -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 fix(deps): bump github.com/swaggo/swag from 1.8.5 to 1.8.6 in /backend (#23) 2022-09-25 13:29:37 -08:00
docs feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
frontend chore: cleanup (#27) 2022-09-25 14:33:13 -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: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00
docker-compose.yml setup docker volumes & versions 2022-09-13 21:15:01 -08:00
Dockerfile feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -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 fix docker run code 2022-09-14 10:45:37 -08:00
SECURITY.md feat: items-editor (#5) 2022-09-12 14:47:27 -08:00
Taskfile.yml feat: item-attachments CRUD (#22) 2022-09-24 11:33:38 -08:00

HomeBox

Docs | Demo | Discord

Quick Start

Configuration & Docker Compose

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

Credits