imfreedom/k8s-cluster

Parents f04ca08397bc
Children a019b0c04101
Turn on slack webhooks for conference.pidgin.im and add a secret config that has the default values for it
--- a/50-xmpp.imfreedom.org/files/pidgin.cfg.lua Sun Oct 10 05:58:52 2021 -0500
+++ b/50-xmpp.imfreedom.org/files/pidgin.cfg.lua Mon Nov 08 22:29:26 2021 -0600
@@ -11,7 +11,7 @@
Component "conference.pidgin.im" "muc"
name = "Pidgin Internet Messaging MUC"
-modules_enabled = { "muc_badge", "muc_mam", "muc_mam_hints", "muc_moderation", "muc_occupant_id", "vcard_muc" }
+modules_enabled = { "muc_badge", "muc_mam", "muc_mam_hints", "muc_moderation", "muc_occupant_id", "slack_webhooks", "vcard_muc" }
http_host = "conference.pidgin.im"
http_external_url = "https://conference.pidgin.im/"
ssl = {
--- a/50-xmpp.imfreedom.org/kustomization.yaml Sun Oct 10 05:58:52 2021 -0500
+++ b/50-xmpp.imfreedom.org/kustomization.yaml Mon Nov 08 22:29:26 2021 -0600
@@ -11,4 +11,11 @@
resources:
- manifest.yaml
- prometheus.yaml
+secretGenerator:
+ - name: prosody
+ files:
+ - secrets/hub.cfg.lua
+ - secrets/slack_webhooks.cfg.lua
+ options:
+ disableNameSuffixHash: true
---