diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-25 21:24:12 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-03-25 21:24:12 -0400 |
commit | d58dac1bb32b87e79e16a2e9777a6dced701aa3b (patch) | |
tree | f273075417e09566ec6d7a63d1627429909295a1 /files/usr/local/etc/mollysocket.conf.xmpp_server | |
parent | 9ffc950b5296374f387bfc689806d7af717bb78a (diff) | |
download | infrastructure-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_server | 5 |
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}" |