Add a Discord/Matrix bridge
This commit is contained in:
parent
b627d552b5
commit
a15a93a317
5 changed files with 31 additions and 3 deletions
|
@ -32,6 +32,13 @@ in {
|
|||
require_transport_security = true;
|
||||
};
|
||||
|
||||
# Allows a Discord/Matrix bridge, comment on first use and copy using instructions
|
||||
app_service_config_files = [
|
||||
# cp /var/lib/matrix-appservice-discord/discord-registration.yaml /var/lib/matrix-synapse/
|
||||
# chown matrix-synapse:matrix-synapse /var/lib/matrix-synapse/discord-registration.yaml
|
||||
"/var/lib/matrix-synapse/discord-registration.yaml"
|
||||
];
|
||||
|
||||
# Disable registration without email
|
||||
registrations_require_3pid = [ "email" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue