app-store/apps/homebox/config.json

32 lines
816 B
JSON
Raw Normal View History

2023-02-28 22:57:11 +00:00
{
"$schema": "../schema.json",
"name": "HomeBox",
"port": 7745,
2023-02-28 22:57:11 +00:00
"available": true,
"exposable": true,
"id": "homebox",
"tipi_version": 9,
"version": "0.10.3",
"categories": [
"utilities"
],
2023-02-28 22:57:11 +00:00
"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": "hay-kot",
2023-02-28 22:57:11 +00:00
"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.",
2023-02-28 22:57:11 +00:00
"placeholder": "false",
"required": true,
"env_variable": "HBOX_OPTIONS_ALLOW_REGISTRATION"
}
],
"supported_architectures": [
"arm64",
"amd64"
]
2023-02-28 22:57:11 +00:00
}