cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit 1bcb29dd91ca6d1a6fd6c65e0c8ea561116da8b7
parent 2fa3163f1192b87fe4bfaf9bdac5230ff42d898f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Thu, 16 May 2024 23:09:31 +0200

setup host-meta

Diffstat:
Mapps/base/ejabberd/release.yaml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/apps/base/ejabberd/release.yaml b/apps/base/ejabberd/release.yaml @@ -15,6 +15,10 @@ spec: values: listenGlobal: s2s_use_starttls: optional + modules: + mod_host_meta: + enabled: true + options: {} listen: stun: enabled: false @@ -28,6 +32,8 @@ spec: /bosh: mod_bosh /upload: mod_http_upload /ws: ejabberd_http_ws + /.well-known/host-meta: mod_host_meta + /.well-known/host-meta.json: mod_host_meta s2s-tls: enabled: true port: 5270