chore(homebox): remove useless from description and update logo
This commit is contained in:
parent
85ec9cdaf4
commit
e2792cf2a0
|
@ -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"
|
||||
|
|
|
@ -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)
|
||||
- Logo by [@lakotelman](https://github.com/lakotelman)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 22 KiB |
Loading…
Reference in New Issue
Block a user