1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/conduit_ynh.git synced 2024-09-03 18:16:30 +02:00

Merge pull request #23 from YunoHost-Apps/testing

Testing
This commit is contained in:
Tagada 2024-02-21 02:21:41 +01:00 committed by GitHub
commit c54ae851f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -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__" },

View file

@ -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"