Set up Mautrix-Telegram bridge
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
}];
|
||||
x_forwarded = true;
|
||||
}];
|
||||
app_service_config_files =
|
||||
[ "/var/lib/matrix-synapse/telegram-registration.yaml" ];
|
||||
};
|
||||
|
||||
# Telegram bridge for Matrix
|
||||
@@ -26,17 +28,11 @@
|
||||
domain = "coolneng.duckdns.org";
|
||||
};
|
||||
appservice = {
|
||||
provisioning.enabled = false;
|
||||
id = "telegram";
|
||||
public = {
|
||||
enabled = true;
|
||||
prefix = "/public";
|
||||
external = "https://matrix.coolneng.duckdns.org/public";
|
||||
};
|
||||
address = "http://localhost:8118";
|
||||
port = 8118;
|
||||
};
|
||||
bridge = {
|
||||
relaybot.authless_portals = false;
|
||||
permissions = { "@admin:matrix.coolneng.duckdns.org" = "admin"; };
|
||||
permissions = { "@coolneng:coolneng.duckdns.org" = "admin"; };
|
||||
};
|
||||
};
|
||||
serviceDependencies = [ "matrix-synapse.service" ];
|
||||
|
||||
Reference in New Issue
Block a user