imfreedom/k8s-cluster

Parents e766aad2a431
Children 434aa6d134e2
enable a bunch of modules and remove the http component from pidginchat.com for now
--- a/50-xmpp.imfreedom.org.yaml Sat Mar 06 23:02:24 2021 -0600
+++ b/50-xmpp.imfreedom.org.yaml Sun Mar 07 04:20:27 2021 -0600
@@ -174,7 +174,6 @@
data:
imfreedom.cfg.lua: |
VirtualHost "imfreedom.org"
- modules_enabled = {"prometheus"}
certificate = "imfreedom/tls.crt"
jetbrains_hub_groups = { "IMF Board Member", "IMF Officer", "IMF XMPP" }
http_host = "xmpp.imfreedom.org"
@@ -186,7 +185,7 @@
}
Component "conference.imfreedom.org" "muc"
name = "Instant Messaging Freedom MUC"
- modules_enabled = { "muc_mam" }
+ modules_enabled = { "muc_badge", "muc_mam", "muc_mam_hints", "muc_moderation", "muc_occupant_id", "vcard_muc" }
http_host = "conference.imfreedom.org"
http_external_url = "https://conference.imfreedom.org/"
ssl = {
@@ -200,7 +199,6 @@
modules_enabled = {"bosh"}
pidgin.cfg.lua: |
VirtualHost "pidgin.im"
- modules_enabled = {"prometheus"}
certificate = "pidgin/tls.crt"
jetbrains_hub_groups = { "Pidgin Admin", "Pidgin Contributor", "Pidgin XMPP" }
http_host = "xmpp.pidgin.im"
@@ -212,7 +210,7 @@
}
Component "conference.pidgin.im" "muc"
name = "Pidgin Internet Messaging MUC"
- modules_enabled = { "muc_mam" }
+ modules_enabled = { "muc_badge", "muc_mam", "muc_mam_hints", "muc_moderation", "muc_occupant_id", "vcard_muc" }
http_host = "conference.pidgin.im"
http_external_url = "https://conference.pidgin.im/"
ssl = {
@@ -236,10 +234,6 @@
certificate = "certs/pidginchat/tls.crt";
key = "certs/pidginchat/tls.key";
}
- Component "pidginchat.com" "http"
- http_external_url = "https://pidginchat.com/"
- http_host = "pidginchat.com"
- modules_enabled = {"bosh"}
---
apiVersion: policy/v1beta1
kind: PodDisruptionBudget