ssh-chat icon indicating copy to clipboard operation
ssh-chat copied to clipboard

Add matterbridge support

Open shazow opened this issue 7 years ago • 7 comments

https://github.com/42wim/matterbridge

Would be fun(ny).

shazow avatar Nov 19 '17 01:11 shazow

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 avatar Dec 03 '17 00:12 42wim

@42wim Hey that's really cute, well done! Do you have a public server running it anywhere?

shazow avatar Dec 03 '17 02:12 shazow

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 :)

42wim avatar Dec 03 '17 22:12 42wim

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.

shazow avatar Dec 03 '17 22:12 shazow

Not that much, sometimes bursty. You can see for yourself on https://gitter.im/42wim/matterbridge

42wim avatar Dec 03 '17 23:12 42wim

Mmm fair. I suspect it might be a bit too off-topic for the general instance.

shazow avatar Dec 03 '17 23:12 shazow

I think it would be nice to spin up a dedicated ssh.chat server for matterbridge.

minecraftchest1 avatar Apr 18 '21 19:04 minecraftchest1