2022-07-28 17:46:12 +00:00
|
|
|
{
|
2022-08-24 09:18:00 +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",
|
2024-05-07 19:34:35 +00:00
|
|
|
"tipi_version": 29,
|
|
|
|
"version": "0.15.3",
|
2023-11-24 01:52:26 +00:00
|
|
|
"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",
|
2023-02-21 20:25:36 +00:00
|
|
|
"form_fields": [
|
2023-02-21 18:46:03 +00:00
|
|
|
{
|
|
|
|
"type": "password",
|
|
|
|
"label": "Password",
|
|
|
|
"max": 50,
|
|
|
|
"min": 3,
|
|
|
|
"required": true,
|
2023-02-21 20:25:36 +00:00
|
|
|
"env_variable": "HOMARR_PASSWORD"
|
2023-02-21 18:46:03 +00:00
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
2023-11-24 01:52:26 +00:00
|
|
|
"supported_architectures": [
|
|
|
|
"arm64",
|
|
|
|
"amd64"
|
|
|
|
]
|
2022-07-28 17:46:12 +00:00
|
|
|
}
|