Browse Source

App Submission : Homebox (#501)

Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
main
Xosten 1 year ago
committed by GitHub
parent
commit
d10f1e555c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 0
      homebox/data/.gitkeep
  2. 20
      homebox/docker-compose.yml
  3. 28
      homebox/umbrel-app.yml

0
homebox/data/.gitkeep

20
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/

28
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
Loading…
Cancel
Save