app-store/apps/homarr/config.json

33 lines
769 B
JSON
Raw Permalink Normal View History

2022-07-28 17:46:12 +00:00
{
"$schema": "../schema.json",
2022-07-28 17:46:12 +00:00
"name": "Homarr",
"available": true,
2022-11-11 19:33:58 +00:00
"exposable": true,
2022-07-28 17:46:12 +00:00
"port": 8102,
"id": "homarr",
"tipi_version": 29,
"version": "0.15.3",
"categories": [
"utilities"
],
2022-07-28 17:46:12 +00:00
"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": [
2023-02-21 18:46:03 +00:00
{
"type": "password",
"label": "Password",
"max": 50,
"min": 3,
"required": true,
"env_variable": "HOMARR_PASSWORD"
2023-02-21 18:46:03 +00:00
}
],
"supported_architectures": [
"arm64",
"amd64"
]
2022-07-28 17:46:12 +00:00
}