aboutsummaryrefslogtreecommitdiff
path: root/files/usr/local/etc/mollysocket.conf.xmpp_server
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 /files/usr/local/etc/mollysocket.conf.xmpp_server
parent9ffc950b5296374f387bfc689806d7af717bb78a (diff)
downloadinfrastructure-d58dac1bb32b87e79e16a2e9777a6dced701aa3b.tar.gz
add mollysocket support to xmpp server
Diffstat (limited to 'files/usr/local/etc/mollysocket.conf.xmpp_server')
-rw-r--r--files/usr/local/etc/mollysocket.conf.xmpp_server5
1 files changed, 5 insertions, 0 deletions
diff --git a/files/usr/local/etc/mollysocket.conf.xmpp_server b/files/usr/local/etc/mollysocket.conf.xmpp_server
new file mode 100644
index 0000000..9fd83c9
--- /dev/null
+++ b/files/usr/local/etc/mollysocket.conf.xmpp_server
@@ -0,0 +1,5 @@
+host = "127.0.0.1"
+port = ${mollysocket_local_port}
+webserver = true
+allowed_endpoints = ["https://${prosody_public_fqdn}/"]
+vapid_privkey = "${mollysocket_vapid_key}"