2023-02-28 22:57:11 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "HomeBox",
|
2023-03-11 16:09:02 +00:00
|
|
|
"port": 7745,
|
2023-02-28 22:57:11 +00:00
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "homebox",
|
2024-01-04 21:58:19 +00:00
|
|
|
"tipi_version": 9,
|
|
|
|
"version": "0.10.3",
|
2023-10-10 07:34:52 +00:00
|
|
|
"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",
|
2023-03-11 16:09:02 +00:00
|
|
|
"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",
|
2023-03-11 16:09:02 +00:00
|
|
|
"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"
|
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
2023-11-16 07:49:19 +00:00
|
|
|
"supported_architectures": [
|
|
|
|
"arm64",
|
|
|
|
"amd64"
|
|
|
|
]
|
2023-02-28 22:57:11 +00:00
|
|
|
}
|