chore(matrix-conduit): change array fields to text
This commit is contained in:
parent
aea35fd139
commit
588e885d17
|
@ -9,9 +9,7 @@
|
|||
"id": "matrix-conduit",
|
||||
"tipi_version": 4,
|
||||
"version": "0.6.0",
|
||||
"categories": [
|
||||
"social"
|
||||
],
|
||||
"categories": ["social"],
|
||||
"description": "Conduit is a fast Matrix homeserver that’s 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",
|
||||
"author": "Timo Kösters",
|
||||
|
@ -32,7 +30,7 @@
|
|||
"env_variable": "ALLOW_FEDERATION"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"type": "text",
|
||||
"label": "Trusted Servers",
|
||||
"hint": "List of domain names",
|
||||
"placeholder": "[\"matrix.org\"]",
|
||||
|
@ -57,7 +55,7 @@
|
|||
"env_variable": "LOG"
|
||||
},
|
||||
{
|
||||
"type": "array",
|
||||
"type": "text",
|
||||
"label": "TURN URIs",
|
||||
"hint": "List of TURN server URIs turn:/turns:",
|
||||
"placeholder": "[\"turn:<your server domain>?transport=udp\", \"turn:<your server domain>?transport=tcp\"]",
|
||||
|
|
Loading…
Reference in New Issue
Block a user