Xosten
1 year ago
committed by
GitHub
3 changed files with 48 additions and 0 deletions
@ -0,0 +1,20 @@ |
|||
version: "3.7" |
|||
|
|||
services: |
|||
|
|||
app_proxy: |
|||
environment: |
|||
APP_HOST: homebox_web_1 |
|||
APP_PORT: 7745 |
|||
|
|||
web: |
|||
# TODO: update with version-tagged image when available (https://github.com/hay-kot/homebox/pull/372) |
|||
image: ghcr.io/hay-kot/homebox:nightly-rootless@sha256:1ec765caa21ad37a1fe64eaed2b10b1652169389a275c914eab71e6fd10232b9 |
|||
restart: on-failure |
|||
user: 1000:1000 |
|||
environment: |
|||
- HBOX_LOG_LEVEL=info |
|||
- HBOX_LOG_FORMAT=text |
|||
- HBOX_WEB_MAX_UPLOAD_SIZE=10 |
|||
volumes: |
|||
- ${APP_DATA_DIR}/data:/data/ |
@ -0,0 +1,28 @@ |
|||
manifestVersion: 1 |
|||
id: homebox |
|||
name: HomeBox |
|||
tagline: An inventory and organization system built for the home user |
|||
category: files |
|||
version: "0.9.2" |
|||
port: 7745 |
|||
description: >- |
|||
Homebox is an inventory and organization system built for the home user! With a focus on simplicity and ease of use, Homebox is the perfect solution for your home inventory, organization, and management needs. |
|||
|
|||
|
|||
Homebox is currently in beta and undergoing active development, meaning that it is not yet feature complete and may contain bugs. |
|||
developer: hay-kot |
|||
website: https://hay-kot.github.io/homebox/ |
|||
repo: https://github.com/hay-kot/homebox |
|||
support: https://github.com/hay-kot/homebox/issues |
|||
gallery: |
|||
- 1.jpg |
|||
- 2.jpg |
|||
- 3.jpg |
|||
releaseNotes: "" |
|||
dependencies: [] |
|||
path: "" |
|||
torOnly: false |
|||
defaultUsername: "" |
|||
defaultPassword: "" |
|||
submitter: Xosten |
|||
submission: https://github.com/getumbrel/umbrel-apps/pull/501 |
Loading…
Reference in new issue