chore(matrix-conduit): change array fields to text

This commit is contained in:
Nicolas Meienberger 2023-08-15 20:38:18 +02:00
parent aea35fd139
commit 588e885d17

View File

@ -9,9 +9,7 @@
"id": "matrix-conduit", "id": "matrix-conduit",
"tipi_version": 4, "tipi_version": 4,
"version": "0.6.0", "version": "0.6.0",
"categories": [ "categories": ["social"],
"social"
],
"description": "Conduit is a fast Matrix homeserver thats easy to set up and just works. You can install it on a mini-computer like the Raspberry Pi to host Matrix for your family, friends or company.", "description": "Conduit is a fast Matrix homeserver thats easy to set up and just works. You can install it on a mini-computer like the Raspberry Pi to host Matrix for your family, friends or company.",
"short_desc": "Conduit is a simple, fast and reliable chat server written in Rust", "short_desc": "Conduit is a simple, fast and reliable chat server written in Rust",
"author": "Timo Kösters", "author": "Timo Kösters",
@ -32,7 +30,7 @@
"env_variable": "ALLOW_FEDERATION" "env_variable": "ALLOW_FEDERATION"
}, },
{ {
"type": "array", "type": "text",
"label": "Trusted Servers", "label": "Trusted Servers",
"hint": "List of domain names", "hint": "List of domain names",
"placeholder": "[\"matrix.org\"]", "placeholder": "[\"matrix.org\"]",
@ -57,7 +55,7 @@
"env_variable": "LOG" "env_variable": "LOG"
}, },
{ {
"type": "array", "type": "text",
"label": "TURN URIs", "label": "TURN URIs",
"hint": "List of TURN server URIs turn:/turns:", "hint": "List of TURN server URIs turn:/turns:",
"placeholder": "[\"turn:<your server domain>?transport=udp\", \"turn:<your server domain>?transport=tcp\"]", "placeholder": "[\"turn:<your server domain>?transport=udp\", \"turn:<your server domain>?transport=tcp\"]",