2022-09-12 22:47:27 +00:00
|
|
|
<div align="center">
|
2022-09-14 17:45:23 +00:00
|
|
|
<img src="/docs/docs/assets/img/lilbox.svg" height="200"/>
|
2022-09-12 22:47:27 +00:00
|
|
|
</div>
|
2022-09-14 17:43:55 +00:00
|
|
|
|
2022-09-12 22:47:27 +00:00
|
|
|
<h1 align="center" style="margin-top: -10px"> HomeBox </h1>
|
|
|
|
<p align="center" style="width: 100;">
|
|
|
|
<a href="https://hay-kot.github.io/homebox/">Docs</a>
|
|
|
|
|
|
|
|
|
<a href="https://homebox.fly.dev">Demo</a>
|
|
|
|
|
|
|
|
|
<a href="https://discord.gg/tuncmNrE4z">Discord</a>
|
2022-08-30 02:30:36 +00:00
|
|
|
</p>
|
2022-08-30 02:40:54 +00:00
|
|
|
|
2022-09-14 17:35:23 +00:00
|
|
|
## 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
|
|
|
|
```
|
|
|
|
|
2022-09-06 19:37:53 +00:00
|
|
|
## MVP Todo
|
|
|
|
|
2022-09-14 05:17:13 +00:00
|
|
|
- [ ] Asset Attachments for Items
|
|
|
|
- [ ] Db Migrations
|
|
|
|
- [ ] How To
|
2022-09-14 17:35:23 +00:00
|
|
|
- [x] Documentation
|
|
|
|
- [x] Docker Compose
|
|
|
|
- [x] Config Options
|
2022-09-06 19:37:53 +00:00
|
|
|
- [x] Locations
|
|
|
|
- [x] Create
|
|
|
|
- [x] Update
|
|
|
|
- [x] Delete
|
|
|
|
- [x] Labels
|
|
|
|
- [x] Create
|
|
|
|
- [x] Update
|
|
|
|
- [x] Delete
|
2022-09-13 04:54:30 +00:00
|
|
|
- [x] Items CRUD
|
2022-09-06 19:37:53 +00:00
|
|
|
- [x] Create
|
2022-09-13 04:54:30 +00:00
|
|
|
- [x] Update
|
2022-09-09 06:05:23 +00:00
|
|
|
- [x] Delete
|
2022-09-12 22:47:27 +00:00
|
|
|
- [x] Fields To Add
|
|
|
|
- [x] Quantity
|
|
|
|
- [x] Insured (bool)
|
2022-09-13 04:54:30 +00:00
|
|
|
- [x] Bulk Import via CSV
|
2022-09-09 18:20:38 +00:00
|
|
|
- [x] Initial
|
2022-09-13 04:54:30 +00:00
|
|
|
- [x] Add Warranty Columns
|
|
|
|
- [x] All Fields
|
|
|
|
- [x] Documentations
|
2022-09-09 06:05:23 +00:00
|
|
|
- [x] Release Flow
|
|
|
|
- [x] CI/CD Docker Builds w/ Multi-arch
|
2022-09-09 20:57:44 +00:00
|
|
|
- [x] Auto Fly.io Deploy for Nightly
|
2022-09-09 21:02:23 +00:00
|
|
|
- [x] Deploy Docs
|
2022-09-14 05:17:13 +00:00
|
|
|
- [x] Repo House Keeping
|
2022-09-12 22:47:27 +00:00
|
|
|
- [x] Add License
|
2022-09-14 05:16:00 +00:00
|
|
|
- [x] Issues Template
|
2022-09-12 22:47:27 +00:00
|
|
|
- [x] PR Templates
|
|
|
|
- [x] Security Policy
|
2022-09-14 05:16:00 +00:00
|
|
|
- [x] Feature Request Template
|
2022-09-14 05:15:01 +00:00
|
|
|
- [x] Embedded Version Info
|
|
|
|
- [x] Version Number
|
|
|
|
- [x] Git Hash
|
|
|
|
- [x] Setup Docker Volumes in Dockerfile
|
2022-09-14 17:39:52 +00:00
|
|
|
- [x] Warranty Information
|
|
|
|
- [x] Option for Lifetime Warranty or Warranty Period
|
2022-09-12 22:47:27 +00:00
|
|
|
|
|
|
|
## All Todo's
|
2022-09-06 19:37:53 +00:00
|
|
|
|
2022-09-14 17:39:52 +00:00
|
|
|
- [ ] Dev Container for Development
|
2022-09-06 19:37:53 +00:00
|
|
|
- [ ] User Invitation Links to Join Group
|
|
|
|
- [ ] Maintenance Logs
|
|
|
|
- [ ] Schedule Future Maintenance
|
|
|
|
- [ ] Email on Maintenance Due
|
2022-09-14 17:39:52 +00:00
|
|
|
- [ ] QR Code Stickers to Scan to enter a Maintenance Task
|
2022-09-06 19:37:53 +00:00
|
|
|
- [ ] Export CSV (With IDs)
|
|
|
|
- [ ] User Profile
|
|
|
|
- [ ] Adjust Theme (Daisy UI)
|
|
|
|
- [ ] Delete Profile
|
2022-09-09 21:12:54 +00:00
|
|
|
- [ ] Send User Invites
|
2022-09-06 19:37:53 +00:00
|
|
|
- [ ] Set Currency
|
|
|
|
- [ ] Change Password
|
|
|
|
- [ ] Admin Page
|
|
|
|
- [ ] Instance Statistics
|
|
|
|
- [ ] User Management
|
|
|
|
- [ ] Delete User
|
|
|
|
- [ ] Reset Password
|
2022-09-09 21:12:54 +00:00
|
|
|
- [ ] Expose Swagger API Documentation
|
2022-09-12 22:47:27 +00:00
|
|
|
- [ ] Dynamic Port / Host Settings
|
|
|
|
|
|
|
|
## Credits
|
2022-09-14 05:17:13 +00:00
|
|
|
|
2022-09-12 22:47:27 +00:00
|
|
|
- Logo by [@lakotelman](https://github.com/lakotelman)
|