commit c4fbfdb4bbbf99e96bc6a9dd8ce4bcbba127317a parent 7b9c5460c065e99ea48acfd5bf70bdc260cb4db9 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 4 May 2024 18:07:52 +0200 Fix missing config Diffstat:
| M | apps/base/matrix/draupnir-freifunk/pantalaimon.yaml | | | 19 | +++++++++++++++++++ |
1 file changed, 19 insertions(+), 0 deletions(-)
diff --git a/apps/base/matrix/draupnir-freifunk/pantalaimon.yaml b/apps/base/matrix/draupnir-freifunk/pantalaimon.yaml @@ -1,4 +1,23 @@ --- +apiVersion: v1 +data: + pantalaimon.conf: | + [Default] + LogLevel = Debug + SSL = True + + [local-matrix] + Homeserver = https://matrix.midnightthoughts.space + ListenAddress = 0.0.0.0 + ListenPort = 8008 + SSL = True + UseKeyring = False + IgnoreVerification = True +kind: ConfigMap +metadata: + name: pantalaimon-freifunk-config + namespace: matrix +--- apiVersion: apps/v1 kind: Deployment metadata: