Skip to content
Snippets Groups Projects
Commit 1b5127ec authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

Rocketchat mit in CW Bridge

parent dea26440
No related branches found
No related tags found
No related merge requests found
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
- { path: /srv/matterbridge/secret/mattermost_pass_cwbot, length: -1 } - { path: /srv/matterbridge/secret/mattermost_pass_cwbot, length: -1 }
- { path: /srv/matterbridge/secret/telegram_token_cw, length: -1 } - { path: /srv/matterbridge/secret/telegram_token_cw, length: -1 }
- { path: /srv/matterbridge/secret/telegram_token_wz, length: -1 } - { path: /srv/matterbridge/secret/telegram_token_wz, length: -1 }
- { path: /srv/matterbridge/secret/rocket_user_cw, length: -1 }
- { path: /srv/matterbridge/secret/rocket_pass_cw, length: -1 }
# Folder Structure # Folder Structure
......
...@@ -245,6 +245,32 @@ StripNick=false ...@@ -245,6 +245,32 @@ StripNick=false
#OPTIONAL (default false) #OPTIONAL (default false)
ShowTopicChange=false ShowTopicChange=false
###################################################################
#rocketchat section
###################################################################
[rocketchat]
#You can configure multiple servers "[rocketchat.name]" or "[rocketchat.name2]"
#In this example we use [rocketchat.work]
#REQUIRED
[rocketchat.cccv]
#The rocketchat hostname. (prefix it with http or https)
#REQUIRED (when not using webhooks)
Server="https://rocket.events.ccc.de"
#login/pass of your bot.
#login needs to be the login with email address! user@domain.com
#Use a dedicated user for this and not your own!
#REQUIRED (when not using webhooks)
Login="{{rocket_user_cw}}"
Password="{{rocket_pass_cw}}"
#Enable to not verify the certificate on your rocketchat server.
#e.g. when using selfsigned certificates
#OPTIONAL (default false)
SkipTLSVerify=true
################################################################### ###################################################################
#General configuration #General configuration
################################################################### ###################################################################
...@@ -318,6 +344,10 @@ enable=true ...@@ -318,6 +344,10 @@ enable=true
[[gateway.inout]] [[gateway.inout]]
## Raum Town-Squre auf dem Warpzone Mattermost Server ## Raum Town-Squre auf dem Warpzone Mattermost Server
account="mattermost.chaoswest" account="rocketchat.cccv"
channel="town-square" channel="#chaos-west"
#[[gateway.inout]]
## Raum Town-Squre auf dem Warpzone Mattermost Server
#account="mattermost.chaoswest"
#channel="town-square"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment