01c6836796
* 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
41 lines
985 B
JSON
41 lines
985 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Halo",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8092,
|
|
"id": "halo",
|
|
"tipi_version": 3,
|
|
"version": "2.6.0",
|
|
"description": "Halo is a powerful and easy-to-use open source website building tool.",
|
|
"short_desc": "Halo - Open source website building tool.",
|
|
"categories": ["social", "media"],
|
|
"author": "halo-dev",
|
|
"source": "https://github.com/halo-dev/halo",
|
|
"website": "https://halo.run",
|
|
"form_fields": [
|
|
{
|
|
"type": "random",
|
|
"label": "Database password",
|
|
"min": 20,
|
|
"env_variable": "HALO_DATABASE_PASSWORD"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "Initial admin username",
|
|
"env_variable": "HALO_ADMIN_USERNAME"
|
|
},
|
|
{
|
|
"type": "text",
|
|
"label": "Initial admin password",
|
|
"min": 8,
|
|
"env_variable": "HALO_ADMIN_PASSWORD"
|
|
},
|
|
{
|
|
"type": "url",
|
|
"label": "External url",
|
|
"env_variable": "HALO_EXTERNAL_URL"
|
|
}
|
|
]
|
|
}
|