aboutsummaryrefslogtreecommitdiff
path: root/vars/hostclass
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-03-25 21:24:12 -0400
committerCullum Smith <cullum@sacredheartsc.com>2025-03-25 21:24:12 -0400
commitd58dac1bb32b87e79e16a2e9777a6dced701aa3b (patch)
treef273075417e09566ec6d7a63d1627429909295a1 /vars/hostclass
parent9ffc950b5296374f387bfc689806d7af717bb78a (diff)
downloadinfrastructure-d58dac1bb32b87e79e16a2e9777a6dced701aa3b.tar.gz
add mollysocket support to xmpp server
Diffstat (limited to 'vars/hostclass')
-rw-r--r--vars/hostclass/xmpp_server3
1 files changed, 2 insertions, 1 deletions
diff --git a/vars/hostclass/xmpp_server b/vars/hostclass/xmpp_server
index fb63bbe..0830827 100644
--- a/vars/hostclass/xmpp_server
+++ b/vars/hostclass/xmpp_server
@@ -2,7 +2,8 @@
prosody_c2s_tls_port=5223
prosody_s2s_tls_port=5270
+mollysocket_port=8443
-allowed_tcp_ports="ssh http https xmpp-client xmpp-server ${prosody_c2s_tls_port} ${prosody_s2s_tls_port}"
+allowed_tcp_ports="ssh http https xmpp-client xmpp-server ${prosody_c2s_tls_port} ${prosody_s2s_tls_port} ${mollysocket_port}"
acme=true
nginx_public=true