mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
App Submission : Homebox (#501)
Co-authored-by: Nathan Fretz <nmfretz@gmail.com>
This commit is contained in:
parent
46673f2bb3
commit
d10f1e555c
0
homebox/data/.gitkeep
Normal file
0
homebox/data/.gitkeep
Normal file
20
homebox/docker-compose.yml
Normal file
20
homebox/docker-compose.yml
Normal file
@ -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
Normal file
28
homebox/umbrel-app.yml
Normal file
@ -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
Block a user