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

Switch CCCV Rocket Chat to cw_bot service account

parent 2adea276
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
- { path: /srv/matterbridge/secret/telegram_token_cw, 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 }
- { path: /srv/matterbridge/secret/rocket_token_cw, length: -1 }
# Folder Structure
......
......@@ -5,7 +5,7 @@ services:
cw:
image: 42wim/matterbridge:1.22.2
image: 42wim/matterbridge:1.22.3
restart: always
volumes:
- /srv/matterbridge/etc/matterbridge_cw.toml:/matterbridge.toml:ro
......@@ -16,7 +16,7 @@ services:
wz:
image: 42wim/matterbridge:1.22.2
image: 42wim/matterbridge:1.22.3
restart: always
volumes:
- /srv/matterbridge/etc/matterbridge_wz.toml:/matterbridge.toml:ro
......
......@@ -256,14 +256,19 @@ ShowTopicChange=false
[rocketchat.cccv]
#The rocketchat hostname. (prefix it with http or https)
#REQUIRED (when not using webhooks)
Server="https://rocket.events.ccc.de"
Server="https://rocket.cccv.de"
#login/pass of your bot.
#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!
#Use a dedicated user for this and not your own!
#REQUIRED (when not using webhooks)
#Login="yourlogin@domain.com"
#Password="yourpass"
# When using access token set Login to the User ID associated with your token and Token to your token.
# When Token is set Password is ignored.
Login="{{rocket_user_cw}}"
Password="{{rocket_pass_cw}}"
Token="{{rocket_token_cw}}"
#Enable to not verify the certificate on your rocketchat server.
......
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