Skip to content

A chat bridge for the various support channels

Notifications You must be signed in to change notification settings

dokku/chat-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-bridge

An irc <=> slack chat bridge

Bridges

  • #dokku: the dokku chatroom
    • slack (#dokku): enabled
    • irc (#dokku): enabled

Adding a new bridge

  • Add the dokku-bot app on slack to the channel.
  • Ensure the dokku-bot user on irc can join the channel.
  • Add a new stanza like so to the matterbridge.toml.sigl:
    [[gateway]]
    name   = "$CHANNEL_ALIAS"
    enable = true
    
    [[gateway.inout]]
    account = "irc.freenode"
    channel = "$IRC_CHANNEL_NAME_WITHOUT_HASH"
    
    [[gateway.inout]]
    account = "slack.dokku"
    channel = "$SLACK_CHANNEL_NAME_WITHOUT_HASH"
    
  • In the previously added gateway stanza, ensure the following are changed (using #lollipop as the example channel name on both discord and slack):
    • $CHANNEL_ALIAS: should be lollipop
    • $IRC_CHANNEL_NAME_WITHOUT_HASH: should be #lollipop
    • $SLACK_CHANNEL_NAME_WITHOUT_HASH: should be lollipop
  • Deploy with the new bridge settings.

About

A chat bridge for the various support channels

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published