From d882e119c7acedc0703d9ef18ee28c42f67cfb0b Mon Sep 17 00:00:00 2001 From: q Date: Sun, 17 Nov 2024 17:12:59 -0500 Subject: [PATCH] trying to get web to work --- config/prosody.cfg.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/config/prosody.cfg.lua b/config/prosody.cfg.lua index dfd4560..d45605b 100755 --- a/config/prosody.cfg.lua +++ b/config/prosody.cfg.lua @@ -276,6 +276,7 @@ Component "chat.thirdculture.top" "muc" modules_enabled = { "muc_mam", "vcard_muc"} Component "upload.thirdculture.top" "http_file_share" + modules_enabled = { "http_altconnect" } http_external_url = "https://upload.thirdculture.top" http_file_share_size_limit = 20971520 http_file_share_expire_after = 60 * 60 * 24 * 7