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>
30 lines
800 B
JSON
30 lines
800 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "SimpleX SMP",
|
|
"port": 5223,
|
|
"available": true,
|
|
"exposable": true,
|
|
"no_gui": true,
|
|
"id": "simplex-smp",
|
|
"tipi_version": 8,
|
|
"version": "5.3.0",
|
|
"categories": [
|
|
"social"
|
|
],
|
|
"description": "A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.",
|
|
"short_desc": "A reference implementation of the SimpleX Messaging Protocol for simplex queues over public networks.",
|
|
"author": "Simplex Team",
|
|
"source": "https://github.com/simplex-chat/simplexmq",
|
|
"form_fields": [
|
|
{
|
|
"type": "password",
|
|
"label": "SMP Password",
|
|
"max": 50,
|
|
"min": 3,
|
|
"required": true,
|
|
"env_variable": "SIMPLEX_SMP_PASSWORD"
|
|
}
|
|
],
|
|
"supported_architectures": ["amd64"]
|
|
}
|