clanModules: Init heisenbridge matrix <-> IRC bridge

This commit is contained in:
Qubasa
2024-08-26 16:59:29 +02:00
parent ce4ef849da
commit dc34fca17c
5 changed files with 30 additions and 1 deletions

View File

@@ -203,7 +203,7 @@ in
forceSSL = true;
enableACME = true;
locations."/".root = element-web;
locations."/_matrix".proxyPass = "http://localhost:8008";
locations."/_matrix".proxyPass = "http://localhost:8008"; # TODO: We should make the port configurable
locations."/_synapse".proxyPass = "http://localhost:8008";
};
};