-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
afea28e
commit dc480af
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,12 +20,19 @@ poetry install | |
Le compte utilisateur utilisé par le bot doit être créé manuellement (via Tchap web par exemple) comme un compte utilisateur classique (avec un email dédié et autorisé donc). | ||
|
||
Il est nécessaire de créer un fichier `config.toml` contenant les informations de connexion de votre bot. | ||
|
||
Ce fichier peut aussi contenir une liste de MatrixID de salons dans lesquels le bot est autorisé d'agir. Il est recommandé de renseigner cette liste pour restreindre le champ d'action du bot. | ||
|
||
Ce fichier contenant des informations sensibles, il n'est pas gitté. | ||
``` | ||
homeserver = "<your matrix server https://matrix.…>" | ||
bot_username = "<your username [email protected]>" | ||
bot_password = "<your password>" | ||
allowed_room_ids = [ | ||
"<matrix-id-of-allowed-room#1>", | ||
] | ||
``` | ||
|
||
# Construire l'image du container Docker | ||
|