Added prosody
This commit is contained in:
39
stacks/productivity/config/rishighan.cfg.lua
Normal file
39
stacks/productivity/config/rishighan.cfg.lua
Normal file
@@ -0,0 +1,39 @@
|
||||
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";
|
||||
}
|
||||
|
||||
allow_registration = false
|
||||
|
||||
-- MAM settings
|
||||
archive_expires_after = "4w"
|
||||
default_archive_policy = true
|
||||
|
||||
-- Push
|
||||
push_notification_with_body = false
|
||||
push_notification_with_sender = false
|
||||
|
||||
VirtualHost "rishighan.com"
|
||||
ssl = {
|
||||
key = "/etc/prosody/certs/privkey.pem",
|
||||
certificate = "/etc/prosody/certs/fullchain.pem",
|
||||
}
|
||||
Reference in New Issue
Block a user