Files
flook-stacks/stacks/productivity/config/rishighan.cfg.lua

42 lines
750 B
Lua

modules_enabled = {
"roster";
"saslauth";
"tls";
"dialback";
"disco";
"carbons";
"pep";
"private";
"blocklist";
"vcard4";
"vcard_legacy";
"version";
"uptime";
"time";
"ping";
"register";
"admin_adhoc";
"mam";
"csi_simple";
"smacks";
"cloud_notify";
"http_file_share";
}
allow_registration = false
archive_expires_after = "4w"
default_archive_policy = true
push_notification_with_body = false
push_notification_with_sender = false
http_file_share_expire_after = 60 * 60 * 24 * 30
http_file_share_size_limit = 1073741824 -- 1GB
VirtualHost "rishighan.com"
http_host = "xmpp.rishighan.com"
ssl = {
key = "/etc/prosody/certs/privkey.pem",
certificate = "/etc/prosody/certs/fullchain.pem",
}