app-store/apps/homebox/config.json
renovate[bot] a5dbc5b099
chore(deps): update ghcr.io/hay-kot/homebox docker tag to v0.9.1 (#308)
* chore(deps): update ghcr.io/hay-kot/homebox docker tag to v0.9.1

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-04-13 20:03:30 +02:00

28 lines
754 B
JSON

{
"$schema": "../schema.json",
"name": "HomeBox",
"port": 7745,
"available": true,
"exposable": true,
"id": "homebox",
"tipi_version": 3,
"version": "0.9.1",
"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": "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.",
"placeholder": "false",
"required": true,
"env_variable": "HBOX_OPTIONS_ALLOW_REGISTRATION"
}
]
}