mirror of
https://github.com/YunoHost-Apps/dendrite_ynh.git
synced 2024-09-03 18:25:58 +02:00
Merge pull request #130 from YunoHost-Apps/testing
Give higher .well-known priority vs nextcloud
This commit is contained in:
commit
53fb61ab9b
4 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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__" }
|
||||
}';
|
||||
|
|
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue