Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ansible-warpzone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infrastruktur
ansible-warpzone
Commits
0c9d3b40
Commit
0c9d3b40
authored
2 years ago
by
void
Browse files
Options
Downloads
Patches
Plain Diff
bridge für camp23 planungs channel
parent
0127cf5f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
webserver/docker_matterbridge/templates/matterbridge_cw.toml
+37
-0
37 additions, 0 deletions
webserver/docker_matterbridge/templates/matterbridge_cw.toml
with
37 additions
and
0 deletions
webserver/docker_matterbridge/templates/matterbridge_cw.toml
+
37
−
0
View file @
0c9d3b40
...
...
@@ -318,6 +318,7 @@ Server="https://matrix-client.matrix.org"
#Use a dedicated user for this and not your own!
#Messages sent from this user will not be relayed to avoid loops.
#REQUIRED
# Bot Account: @chaos_west_bot
Login
=
"cw_bot"
Password
=
"{{ matrix_pass_cwbot }}"
...
...
@@ -427,3 +428,39 @@ enable=true
## Raum auf dem Matrix.org Server
account
=
"matrix.matrixorg"
channel
=
"#chaos-west-bridge:matrix.org"
###################################################################
#Gateway configuration
###################################################################
#You can specify multiple gateways using [[gateway]]
#Each gateway has a [[gateway.in]] and a [[gateway.out]]
#[[gateway.in]] specifies the account and channels we will receive messages from.
#[[gateway.out]] specifies the account and channels we will send the messages
#from [[gateway.in]] to.
#
#Most of the time [[gateway.in]] and [[gateway.out]] are the same if you
#want bidirectional bridging. You can then use [[gateway.inout]]
[[gateway]]
#OPTIONAL (not used for now)
name
=
"gateway2"
#Enable enables this gateway
##OPTIONAL (default false)
enable
=
true
[[gateway.inout]]
## Vorgehen um Guppen-ID zu bekommen:
## - Bot in Gruppe einfügen
## - Chatnachricht erstellen
## - https://api.telegram.org/<API Token>/getUpdates ausrufen, die ID findet sich in der Eigenschaft "message.chat.id"
## - @RawDataBot in den Channel einladen
account
=
"telegram.bot"
channel
=
"-746336048"
[[
gateway.inout
]]
## Raum auf dem Matrix.org Server
account
=
"matrix.matrixorg"
channel
=
"#camp23:matrix.c3re.de"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment