From 8c07cfd5c9501e3020786b0c29272a84bf534227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 13 Feb 2024 09:24:50 +0100 Subject: [PATCH 1/3] remove maintenance --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 12780d4..e32d4ee 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Serveur de chat simple, rapide et fiable alimenté par Matrix" version = "0.6.0~ynh6" -maintainers = [ "eric_G" ] +maintainers = [ "" ] [upstream] license = "Apache-2.0" From dbea1689c256ad35022c5ae834e90229330d69d4 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 13 Feb 2024 21:03:16 +0100 Subject: [PATCH 2/3] Give higher .well-known priority vs nextcloud --- conf/server_name.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/server_name.conf b/conf/server_name.conf index a569bf0..b5990aa 100644 --- a/conf/server_name.conf +++ b/conf/server_name.conf @@ -1,9 +1,9 @@ -location /.well-known/matrix/server { +location = /.well-known/matrix/server { return 200 '{"m.server": "__DOMAIN__:443"}'; add_header Content-Type application/json; add_header Access-Control-Allow-Origin '*'; } -location /.well-known/matrix/client { +location = /.well-known/matrix/client { return 200 '{ "m.homeserver": { "base_url": "https://__DOMAIN__" }, "org.matrix.msc3575.proxy": { "url": "https://__DOMAIN__" }, From 1b9957c260b0053e0384f9fea994acdaa18bfa9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 14 Feb 2024 11:17:05 +0100 Subject: [PATCH 3/3] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index e32d4ee..7df66f1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ description.fr = "Serveur de chat simple, rapide et fiable alimenté par Matrix" version = "0.6.0~ynh6" -maintainers = [ "" ] +maintainers = [] [upstream] license = "Apache-2.0"