diff --git a/hosts/rico1/services/dendrite/config.yaml b/hosts/rico1/services/dendrite/config.yaml index ead6cb8..ce78a0f 100644 --- a/hosts/rico1/services/dendrite/config.yaml +++ b/hosts/rico1/services/dendrite/config.yaml @@ -15,7 +15,7 @@ global: max_size_estimated: 1gb max_age: 1h - well_known_server_name: "matrix.adtya.xyz:443" + well_known_server_name: "https://matrix.adtya.xyz:443" well_known_client_name: "https://matrix.adtya.xyz:443" trusted_third_party_id_servers: diff --git a/hosts/rico2/services/adtya.xyz.nix b/hosts/rico2/services/adtya.xyz.nix index 7a64e98..9005b83 100644 --- a/hosts/rico2/services/adtya.xyz.nix +++ b/hosts/rico2/services/adtya.xyz.nix @@ -13,7 +13,7 @@ in handle /.well-known/matrix/server { header Content-Type application/json header Access-Control-Allow-Origin * - respond `{"m.server": "matrix.adtya.xyz:443"}` + respond `{"m.server": "https://matrix.adtya.xyz:443"}` } handle /.well-known/matrix/client {