app-store/apps/homarr/config.json
2023-02-21 13:46:03 -05:00

29 lines
702 B
JSON

{
"$schema": "../schema.json",
"name": "Homarr",
"available": true,
"exposable": true,
"port": 8102,
"id": "homarr",
"tipi_version": 7,
"version": "0.11.4",
"categories": [
"utilities"
],
"description": "A homepage for your server.",
"short_desc": "Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place.",
"author": "ajnart",
"source": "https://github.com/ajnart/homarr",
"website": "https://discord.gg/C2WTXkzkwK",
"form_fields": [
{
"type": "password",
"label": "Password",
"max": 50,
"min": 3,
"required": true,
"env_variable": "PASSWORD"
}
]
}