Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
M
matrix-appservice-discord
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Wiki externe
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneurs
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
salixor
matrix-appservice-discord
Validations
e6cff541
Valider
e6cff541
rédigé
Il y a 6 ans
par
Will Hunt
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Add missing options to sample.yaml
parent
77f61020
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
config/config.sample.yaml
+64
-4
64 ajouts, 4 suppressions
config/config.sample.yaml
avec
64 ajouts
et
4 suppressions
config/config.sample.yaml
+
64
−
4
Voir le fichier @
e6cff541
# This is a sample of the config file showing all avaliable options.
# Where possible we have documented what they do, and all values are the
# default values.
bridge
:
bridge
:
# Domain part of the bridge, e.g. matrix.org
domain
:
"
localhost"
domain
:
"
localhost"
# This should be your publically facing URL because Discord may use it to
# fetch media from the media store.
homeserverUrl
:
"
http://localhost:8008"
homeserverUrl
:
"
http://localhost:8008"
# Interval at which to process users in the 'presence queue'. If you have
# 5 users, one user will be processed every 500 milliseconds according to the
# value below. This has a minimum value of 250.
# WARNING: This has a high chance of spamming the homeserver with presence
# updates since it will send one each time somebody changes state or is online.
presenceInterval
:
500
presenceInterval
:
500
# Disable setting presence for 'ghost users' which means Discord users on Matrix
# will not be shown as away or online.
disablePresence
:
false
disablePresence
:
false
# Disable sending typing notifications when somebody on Discord types.
disableTypingNotifications
:
false
disableTypingNotifications
:
false
# Disable parsing discord usernames out of matrix messages so
# that it highlights discord users.
# WARNING: Not always 100% accurate, but close enough usually.
disableDiscordMentions
:
false
disableDiscordMentions
:
false
# Disable deleting messages on Discord if a message is redacted on Matrix.
disableDeletionForwarding
:
false
disableDeletionForwarding
:
false
# Enable users to bridge rooms using !discord commands. See
# https://t2bot.io/discord for instructions.
enableSelfServiceBridging
:
false
enableSelfServiceBridging
:
false
# For both below, a space is inserted after @ to stop the mentions working.
# Disable relaying @everyone to Discord. Non-puppeted users can abuse this.
disableEveryoneMention
:
false
# Disable relaying @here to Discord. Non-puppeted users can abuse this.
disableHereMention
:
false
# Authentication configuration for the discord bot.
auth
:
auth
:
clientID
:
"
12345"
# Get from discord
clientID
:
"
12345"
secret
:
"
blah"
secret
:
"
blah"
botToken
:
"
foobar"
botToken
:
"
foobar"
logging
:
logging
:
# What level should the logger output to the console at.
console
:
"
warn"
#silly, verbose, info, http, warn, error, silent
console
:
"
warn"
#silly, verbose, info, http, warn, error, silent
lineDateFormat
:
"
MMM-D
HH:mm:ss.SSS"
# This is in moment.js format
lineDateFormat
:
"
MMM-D
HH:mm:ss.SSS"
# This is in moment.js format
files
:
files
:
...
@@ -25,8 +53,40 @@ logging:
...
@@ -25,8 +53,40 @@ logging:
enable
:
enable
:
-
"
DiscordBot"
-
"
DiscordBot"
database
:
database
:
filename
:
"
discord.db"
userStorePath
:
"
user-store.db"
userStorePath
:
"
user-store.db"
roomStorePath
:
"
room-store.db"
roomStorePath
:
"
room-store.db"
# You may either use SQLite or Postgresql for the bridge database, which contains
# important mappings for events and user puppeting configurations.
# Use the filename option for SQLite, or connString for Postgresql.
# If you are migrating, see https://github.com/Half-Shot/matrix-appservice-discord/blob/master/docs/howto.md#migrate-to-postgres-from-sqlite
# WARNING: You will almost certainly be fine with sqlite unless your bridge
# is in heavy demand and you suffer from IO slowness.
filename
:
"
discord.db"
# connString: "postgresql://user:password@localhost/database_name"
room
:
room
:
# Set the default visibility of alias rooms, defaults to "public".
# One of: "public", "private"
defaultVisibility
:
"
public"
defaultVisibility
:
"
public"
channel
:
# Pattern of the name given to bridged rooms.
# Can use :guild for the guild name and :name for the channel name.
namePattern
:
"
[Discord]
:guild
:name"
# Changes made to rooms when a channel is deleted.
deleteOptions
:
# Prefix the room name with a string.
#namePrefix: "[Deleted]"
# Prefix the room topic with a string.
#topicPrefix: "This room has been deleted"
# Disable people from talking in the room by raising the event PL to 50
disableMessaging
:
false
# Remove the discord alias from the room.
unsetRoomAlias
:
true
# Remove the room from the directory.
unlistFromDirectory
:
true
# Set the room to be unavaliable for joining without an invite.
setInviteOnly
:
true
# Make all the discord users leave the room.
ghostsLeave
:
true
limits
:
# Delay between discord users joining a room.
roomGhostJoinDelay
:
6000
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter