2022-09-12 14:47:27 -08:00
|
|
|
<div align="center">
|
2022-09-14 09:45:23 -08:00
|
|
|
<img src="/docs/docs/assets/img/lilbox.svg" height="200"/>
|
2022-09-12 14:47:27 -08:00
|
|
|
</div>
|
2022-09-14 09:43:55 -08:00
|
|
|
|
2022-09-12 14:47:27 -08: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-29 18:30:36 -08:00
|
|
|
</p>
|
2022-08-29 18:40:54 -08:00
|
|
|
|
2022-09-14 09:35:23 -08:00
|
|
|
## Quick Start
|
|
|
|
|
2022-09-14 10:32:12 -08:00
|
|
|
[Configuration & Docker Compose](https://hay-kot.github.io/homebox/quick-start)
|
2022-09-06 11:37:53 -08:00
|
|
|
|
2022-09-14 10:32:12 -08:00
|
|
|
```bash
|
2023-05-13 21:38:57 +03:00
|
|
|
# If using the rootless image, ensure data
|
|
|
|
# folder has correct permissions
|
|
|
|
mkdir -p /path/to/data/folder
|
|
|
|
chown 65532:65532 -R /path/to/data/folder
|
2023-03-21 11:32:48 -08:00
|
|
|
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
|
2023-05-13 21:38:57 +03:00
|
|
|
# ghcr.io/hay-kot/homebox:latest-rootless
|
2022-09-14 10:32:12 -08:00
|
|
|
```
|
2022-09-12 14:47:27 -08:00
|
|
|
|
|
|
|
## Credits
|
2022-09-13 21:17:13 -08:00
|
|
|
|
2022-09-12 14:47:27 -08:00
|
|
|
- Logo by [@lakotelman](https://github.com/lakotelman)
|