summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2021-05-28 16:02:56 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2021-05-28 16:05:54 +0100
commit044cb5f419886a49e7add0c477c66793c6ef7fa8 (patch)
tree7afba0714234c7fdd53a91b056add0a44b091780
parentd8846756039bb64cf4284f648b5d063e0dad0323 (diff)
downloadinfrastructure-044cb5f419886a49e7add0c477c66793c6ef7fa8.tar.gz
Move cip logging to libera.chat
-rw-r--r--baserock_webserver/irclogs/irclogs-generation.service4
-rw-r--r--baserock_webserver/irclogs/supybot-baserock.conf44
2 files changed, 44 insertions, 4 deletions
diff --git a/baserock_webserver/irclogs/irclogs-generation.service b/baserock_webserver/irclogs/irclogs-generation.service
index 3e3b661f..ca5b1eb8 100644
--- a/baserock_webserver/irclogs/irclogs-generation.service
+++ b/baserock_webserver/irclogs/irclogs-generation.service
@@ -11,8 +11,8 @@ ExecStart=/bin/sh -c "/usr/bin/rsync -a /home/supybot/logs/ChannelLogger/freenod
ExecStart=/usr/bin/logs2html -t 'IRC logs for #automotive' -p 'IRC logs for #automotive for ' /home/supybot/logs/ChannelLogger/freenode/#automotive/
ExecStart=/bin/sh -c "/usr/bin/rsync -a /home/supybot/logs/ChannelLogger/freenode/\#automotive/*html /home/supybot/logs/ChannelLogger/freenode/\#automotive/*css /srv/irclogs.baserock.org/automotive"
-ExecStart=/usr/bin/logs2html -t 'IRC logs for #cip' -p 'IRC logs for #cip for ' /home/supybot/logs/ChannelLogger/freenode/#cip/
-ExecStart=/bin/sh -c "/usr/bin/rsync -a /home/supybot/logs/ChannelLogger/freenode/\#cip/*html /home/supybot/logs/ChannelLogger/freenode/\#cip/*css /srv/irclogs.baserock.org/cip"
+ExecStart=/usr/bin/logs2html -t 'IRC logs for #cip' -p 'IRC logs for #cip for ' /home/supybot/logs/ChannelLogger/libera/#cip/
+ExecStart=/bin/sh -c "/usr/bin/rsync -a /home/supybot/logs/ChannelLogger/libera/\#cip/*html /home/supybot/logs/ChannelLogger/libera/\#cip/*css /srv/irclogs.baserock.org/cip"
ExecStart=/usr/bin/logs2html -t 'IRC logs for #trustable' -p 'IRC logs for #trustable for ' /home/supybot/logs/ChannelLogger/freenode/#trustable/
ExecStart=/bin/sh -c "/usr/bin/rsync -a /home/supybot/logs/ChannelLogger/freenode/\#trustable/*html /home/supybot/logs/ChannelLogger/freenode/\#trustable/*css /srv/irclogs.baserock.org/trustable"
diff --git a/baserock_webserver/irclogs/supybot-baserock.conf b/baserock_webserver/irclogs/supybot-baserock.conf
index 2171ae11..a9243ecb 100644
--- a/baserock_webserver/irclogs/supybot-baserock.conf
+++ b/baserock_webserver/irclogs/supybot-baserock.conf
@@ -38,7 +38,7 @@ supybot.user:
#
# Default value:
###
-supybot.networks: freenode gimp
+supybot.networks: freenode gimp libera
###
# Determines what password will be used on freenode. Yes, we know that
@@ -63,7 +63,7 @@ supybot.networks.freenode.servers: chat.freenode.com:6667
#
# Default value:
###
-supybot.networks.freenode.channels: #automotive #baserock #cip #trustable #freedesktop-sdk
+supybot.networks.freenode.channels: #automotive #baserock #trustable #freedesktop-sdk
###
# Determines what key (if any) will be used to join the channel.
@@ -81,6 +81,46 @@ supybot.networks.freenode.channels.key:
supybot.networks.freenode.ssl: False
###
+# Determines what password will be used on libera. Yes, we know that
+# technically passwords are server-specific and not network-specific,
+# but this is the best we can do right now.
+#
+# Default value:
+###
+supybot.networks.libera.password: {{ brlogger_bot_password }}
+
+###
+# Determines what servers the bot will connect to for libera. Each
+# will be tried in order, wrapping back to the first when the cycle is
+# completed.
+#
+# Default value:
+###
+supybot.networks.libera.servers: irc.libera.chat:6667
+
+###
+# Determines what channels the bot will join only on libera.
+#
+# Default value:
+###
+supybot.networks.libera.channels: #cip
+
+###
+# Determines what key (if any) will be used to join the channel.
+#
+# Default value:
+###
+supybot.networks.libera.channels.key:
+
+###
+# Determines whether the bot will attempt to connect with SSL sockets to
+# libera.
+#
+# Default value: False
+###
+supybot.networks.libera.ssl: False
+
+###
# Determines what password will be used on gimp. Yes, we know that
# technically passwords are server-specific and not network-specific,
# but this is the best we can do right now.