app-store/apps/homebox/config.json
Nicolas Meienberger 01c6836796
local domain configs H-L (#678)
* feat(halo): change config to support local domain

* feat(hammond): change config to support local domain

* feat(haven): change config to support local domain

* feat(hedgedoc): change config to support local domain

* feat(hello-world): change config to support local domain

* feat(homarr): change config to support local domain

* feat(homebox): change config to support local domain

* feat(immich): change config to support local domain

* feat(invidious): change config to support local domain

* feat(it-tools): change config to support local domain

* feat(jackett): change config to support local domain

* feat(jellyseerr): change config to support local domain

* feat(joplin): change config to support local domain

* feat(kandboard): change config to support local domain

* feat(kapowarr): change config to support local domain

* feat(kavita): change config to support local domain

* feat(libreddit): change config to support local domain

* feat(librephotos): change config to support local domain

* feat(libretranslate): change config to support local domain

* feat(lidarr): change config to support local domain

* feat(lidarr-deemix): change config to support local domain

* feat(linkstack): change config to support local domain

* feat(lodestone-core): change config to support local domain
2023-06-10 17:29:03 +02:00

26 lines
746 B
JSON

{
"$schema": "../schema.json",
"name": "HomeBox",
"port": 7745,
"available": true,
"exposable": true,
"id": "homebox",
"tipi_version": 5,
"version": "0.9.2",
"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"
}
]
}