diff --git a/apps/homebox/config.json b/apps/homebox/config.json index 72e9b86c..0bacd13f 100644 --- a/apps/homebox/config.json +++ b/apps/homebox/config.json @@ -1,7 +1,7 @@ { "$schema": "../schema.json", "name": "HomeBox", - "port": 8150, + "port": 7745, "available": true, "exposable": true, "id": "homebox", @@ -10,13 +10,13 @@ "categories": ["utilities"], "description": "Homebox is the inventory and organization system built for the Home User", "short_desc": "Homebox is the inventory and organization system built for the Home User", - "author": "https://github.com/hay-kot", + "author": "hay-kot", "source": "https://github.com/hay-kot/homebox", "form_fields": [ { "type": "text", "label": "Allow Users Registration", - "hint": "True or False if you want to allow self registration.", + "hint": "true or false if you want to allow self registration.", "placeholder": "false", "required": true, "env_variable": "HBOX_OPTIONS_ALLOW_REGISTRATION" diff --git a/apps/homebox/metadata/description.md b/apps/homebox/metadata/description.md index eb5d9449..f7bf610a 100644 --- a/apps/homebox/metadata/description.md +++ b/apps/homebox/metadata/description.md @@ -1,5 +1,3 @@ -[![](https://github.com/hay-kot/homebox/raw/main/docs/docs/assets/img/lilbox.svg)](https://github.com/hay-kot/homebox/blob/main/docs/docs/assets/img/lilbox.svg) - # [](https://github.com/hay-kot/homebox/blob/main/README.md#-homebox-)HomeBox [Docs](https://hay-kot.github.io/homebox/) | [Demo](https://homebox.fly.dev) | [Discord](https://discord.gg/tuncmNrE4z) @@ -8,13 +6,6 @@ [Configuration & Docker Compose](https://hay-kot.github.io/homebox/quick-start) -```shell -docker run --name=homebox \ - --restart=always \ - --publish=3100:7745 \ - ghcr.io/hay-kot/homebox:latest -``` - ## [](https://github.com/hay-kot/homebox/blob/main/README.md#credits)Credits -- Logo by [@lakotelman](https://github.com/lakotelman) \ No newline at end of file +- Logo by [@lakotelman](https://github.com/lakotelman) diff --git a/apps/homebox/metadata/logo.jpg b/apps/homebox/metadata/logo.jpg index 28cf5829..fbe5e7e5 100644 Binary files a/apps/homebox/metadata/logo.jpg and b/apps/homebox/metadata/logo.jpg differ