Add IRC MOTD file
This commit is contained in:
@@ -230,6 +230,15 @@ data:
|
||||
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)
|
||||
apiVersion: v1
|
||||
@@ -558,6 +567,10 @@ spec:
|
||||
- name: injected-config
|
||||
mountPath: /app/conf/unrealircd.conf
|
||||
subPath: unrealircd.conf
|
||||
- name: unrealircd-config-template
|
||||
mountPath: /app/conf/ircd.motd
|
||||
subPath: ircd.motd
|
||||
readOnly: true
|
||||
- name: unrealircd-data
|
||||
mountPath: /app/data
|
||||
- name: irc-tls
|
||||
|
||||
Reference in New Issue
Block a user