From 588e885d178235bbdce5e75ab40858f74ad45605 Mon Sep 17 00:00:00 2001 From: Nicolas Meienberger Date: Tue, 15 Aug 2023 20:38:18 +0200 Subject: [PATCH] chore(matrix-conduit): change array fields to text --- apps/matrix-conduit/config.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/matrix-conduit/config.json b/apps/matrix-conduit/config.json index 7548cbfa..dd8c1ef1 100644 --- a/apps/matrix-conduit/config.json +++ b/apps/matrix-conduit/config.json @@ -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:?transport=udp\", \"turn:?transport=tcp\"]",