commit 6b7f63effbdf31d93c277426822f67e55f3679d7 (patch) parent b46901279d2d0c550d849cd391be46c0597ecdff Author: alex <alex@garbash.com> Date: Sat, 9 Oct 2021 00:15:14 -0400 irc: Add soju (irc bouncer) config soju is an important part of our setup since it enables us to chat while the other is offline.. I suppose we could use email, but it's nice to keep it all in IRC! Diffstat:
M | Makefile | | | 3 | ++- |
A | home/_soju/soju.cfg | | | 7 | +++++++ |
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -6,7 +6,8 @@ FILES = /etc/httpd.conf \ /usr/local/bin/newrepo \ /usr/local/man/man1/newrepo.1 \ /usr/local/bin/wggen \ - /usr/local/man/man8/wggen.8 + /usr/local/man/man8/wggen.8 \ + /home/_soju/soju.cfg .PHONY: pull pull: diff --git a/home/_soju/soju.cfg b/home/_soju/soju.cfg @@ -0,0 +1,7 @@ +http-origin irc.garbash.com +listen irc+insecure://10.6.6.1:6677 +listen ircs://irc.garbash.com:6699 +listen wss://irc.garbash.com:8080 +tls /etc/ssl/uacme/garbash.com/cert.pem /etc/ssl/uacme/private/garbash.com/key.pem +db sqlite3 /home/_soju/soju.db +log fs /home/_soju/logs