From 5969169072b71b9fc89e917505ae132f6da5ba4c Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 13 Feb 2024 21:01:37 +0100 Subject: [PATCH 1/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 7386178..c6f5efe 100644 --- a/conf/server_name.conf +++ b/conf/server_name.conf @@ -1,10 +1,10 @@ -location /.well-known/matrix/server { +location = /.well-known/matrix/server { return 200 '{"m.server": "__DOMAIN__:__PORT_TLS__"}'; 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__" } }'; From e21e6e7875f4727f07b5b10dec87971cc51067d4 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 14 Feb 2024 10:34:56 +0100 Subject: [PATCH 2/3] Bump package version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index c14c154..1109a9e 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Dendrite" description.en = "Matrix homeserver of second generation" description.fr = "Serveur Matrix de seconde génération" -version = "0.13.6~ynh1" +version = "0.13.6~ynh2" maintainers = ["tituspijean"] From 4c9c22247ca3b3fab9aca2303b5aa8463f87cb87 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 14 Feb 2024 09:34:59 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83d24cb..71e4aef 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Dendrite is a second-generation Matrix homeserver written in Go. It intends to p - Scalable: can run on multiple machines and eventually scale to massive homeserver deployments. -**Shipped version:** 0.13.6~ynh1 +**Shipped version:** 0.13.6~ynh2 ## :red_circle: Antifeatures - **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability. diff --git a/README_fr.md b/README_fr.md index 521df1a..2ba15d4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Dendrite est un serveur domestique Matrix de deuxième génération écrit en Go - Évolutif : peut fonctionner sur plusieurs machines et éventuellement évoluer vers des déploiements massifs de serveurs domestiques. -**Version incluse :** 0.13.6~ynh1 +**Version incluse :** 0.13.6~ynh2 ## :red_circle: Fonctions indésirables - **Alpha software**: Early development stage. May contain changing or unstable features, bugs, and security vulnerability.