ssh-chat
ssh-chat copied to clipboard
Add matterbridge support
https://github.com/42wim/matterbridge
Would be fun(ny).
Stumbled on this issue and thought why not :) I've just added (initial) support for ssh-chat to matterbridge ;-) https://github.com/42wim/matterbridge/commit/67a9d133e9cfef9317b3950383b6a48680998905
Add the sshchat bridge to the matterbridge.toml
[sshchat.test]
server="localhost:2022"
nick="matterbridge"
And add it to the gateway
[[gateway]]
name = "sshirc"
enable=true
[[gateway.inout]]
account = "sshchat.test"
channel = "sshchat" #must be sshchat
[[gateway.inout]]
account = "irc.freenode"
channel = "#testingtesting"
@42wim Hey that's really cute, well done! Do you have a public server running it anywhere?
I've got a public matterbridge instance running but only connected to hosted bridges (discord, gitter, slack, irc ..) No ssh-chat at the moment. But if you got a spare one I could point my matterbridge to it :)
How much activity is there normally? If it's pretty low activity, could point it at the main chat.shazow.net
instance to give it a try. If it's pretty loud, would probably be better to setup a separate one.
Not that much, sometimes bursty. You can see for yourself on https://gitter.im/42wim/matterbridge
Mmm fair. I suspect it might be a bit too off-topic for the general instance.
I think it would be nice to spin up a dedicated ssh.chat server for matterbridge.