You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
histausse 2358c02289
move registration to a folder
2 years ago
handlers move from maiin repo 2 years ago
tasks move registration to a folder 2 years ago
templates move from maiin repo 2 years ago
LICENSE add licence 2 years ago
README.md move from maiin repo 2 years ago
TODO.md move registration to a folder 2 years ago

README.md

Matrix Discord Bridge

Install the matrix bridge for discord: https://github.com/Half-Shot/matrix-appservice-discord

This role is part of my ansible roles. It is made to interact with other roles that are listed here, and require some variables.

Role required:

  • postgre (TODO: ADD LINK HERE)

Variable required:

ansible_managed: str, msg indicating a file managed by ansible
matrix_server_name: the matrix server name
matrix_bridge_discord_client_ID: Value for id the client to the server (see https://github.com/Half-Shot/matrix-appservice-discord for generation)
matrix_bridge_discord_botToken: **SECRET** value for auth the client to the server (see https://github.com/Half-Shot/matrix-appservice-discord for generation)
matrix_bridge_discord_postgre_user_pwd: **SECRET** pwd for connecting to the postgre db

Add role to you ansible playbook:

To add this role to your project, you can use git submodules:

git submodule add ssh://git@gitea.auro.re:2222/Pains-Perdus/matrix-bridge-discord.git roles/matrix-bridge-discord
git submodule init

Copyright 2021 Jean-Marie Mineau histausse@protonmail.com