From 6d4b204e92a40cf16b089d26fb933f3b7517e651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B5=D1=80=D0=B3=D0=B5=D0=B9=20=D0=9A=D0=BE=D0=B4?= =?UTF-8?q?=D0=BE=D0=BB=D0=BE=D0=B2?= Date: Wed, 10 May 2023 12:16:45 +0300 Subject: [PATCH] Conduit: add force_expose --- apps/matrix-conduit/config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/matrix-conduit/config.json b/apps/matrix-conduit/config.json index e5ab89eb..df2872ea 100644 --- a/apps/matrix-conduit/config.json +++ b/apps/matrix-conduit/config.json @@ -4,6 +4,7 @@ "port": 6167, "available": true, "exposable": true, + "force_expose": true, "no_gui": true, "id": "matrix-conduit", "tipi_version": 1,