From d10f1e555c0ce7d329fa4f13d7cc968bf2c13b6d Mon Sep 17 00:00:00 2001 From: Xosten <11696836+Xosten@users.noreply.github.com> Date: Wed, 16 Aug 2023 20:25:00 +0200 Subject: [PATCH] App Submission : Homebox (#501) Co-authored-by: Nathan Fretz --- homebox/data/.gitkeep | 0 homebox/docker-compose.yml | 20 ++++++++++++++++++++ homebox/umbrel-app.yml | 28 ++++++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 homebox/data/.gitkeep create mode 100644 homebox/docker-compose.yml create mode 100644 homebox/umbrel-app.yml diff --git a/homebox/data/.gitkeep b/homebox/data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/homebox/docker-compose.yml b/homebox/docker-compose.yml new file mode 100644 index 0000000..d5cf256 --- /dev/null +++ b/homebox/docker-compose.yml @@ -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/ diff --git a/homebox/umbrel-app.yml b/homebox/umbrel-app.yml new file mode 100644 index 0000000..dd09c45 --- /dev/null +++ b/homebox/umbrel-app.yml @@ -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 \ No newline at end of file