1cc62c2202
* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
34 lines
792 B
JSON
34 lines
792 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Halo",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8092,
|
|
"id": "halo",
|
|
"tipi_version": 11,
|
|
"version": "2.10.1",
|
|
"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": "url",
|
|
"label": "External url",
|
|
"env_variable": "HALO_EXTERNAL_URL"
|
|
}
|
|
],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|