mirror of
https://github.com/hay-kot/homebox.git
synced 2025-07-27 04:40:27 +00:00
update docs
This commit is contained in:
parent
84144d823d
commit
6341aebe66
13 changed files with 139 additions and 19 deletions
26
README.md
26
README.md
|
@ -20,15 +20,33 @@
|
|||
<a href="https://discord.gg/tuncmNrE4z">Discord</a>
|
||||
</p>
|
||||
|
||||
## Quick Start
|
||||
|
||||
```yml
|
||||
version: "3.4"
|
||||
services:
|
||||
homebox:
|
||||
image: ghcr.io/hay-kot/homebox:nightly
|
||||
container_name: homebox
|
||||
restart: always
|
||||
volumes:
|
||||
- homebox-data:/data/
|
||||
ports:
|
||||
- 3100:7745
|
||||
|
||||
volumes:
|
||||
homebox-data:
|
||||
driver: local
|
||||
```
|
||||
|
||||
## MVP Todo
|
||||
|
||||
- [ ] Asset Attachments for Items
|
||||
- [ ] Db Migrations
|
||||
- [ ] How To
|
||||
- [ ] Documentation
|
||||
- [ ] Docker Compose
|
||||
- [ ] Config File
|
||||
- [ ] TLDR; Getting Started
|
||||
- [x] Documentation
|
||||
- [x] Docker Compose
|
||||
- [x] Config Options
|
||||
- [x] Locations
|
||||
- [x] Create
|
||||
- [x] Update
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue