Add IRC MOTD file

This commit is contained in:
Andrew Stoltz
2026-04-16 19:29:43 -05:00
parent 929449c55c
commit f8eb946704

View File

@@ -230,6 +230,15 @@ data:
server allow; server allow;
} }
} }
ircd.motd: |
- BlueJay IRC -
Welcome to BlueJayIRC on iamworkin.lan.
Web IRC: https://webirc.iamworkin.lan
Channels: #general, #ops, #alerts
Keep it keyboard-first, practical, and kind.
Managed from bluejay-infra via ArgoCD.
--- ---
# Anope configuration template (passwords replaced by placeholders) # Anope configuration template (passwords replaced by placeholders)
apiVersion: v1 apiVersion: v1
@@ -558,6 +567,10 @@ spec:
- name: injected-config - name: injected-config
mountPath: /app/conf/unrealircd.conf mountPath: /app/conf/unrealircd.conf
subPath: unrealircd.conf subPath: unrealircd.conf
- name: unrealircd-config-template
mountPath: /app/conf/ircd.motd
subPath: ircd.motd
readOnly: true
- name: unrealircd-data - name: unrealircd-data
mountPath: /app/data mountPath: /app/data
- name: irc-tls - name: irc-tls