diff --git a/README.md b/README.md index c6e3682..00eabea 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Admin UI for Synapse -**Shipped version:** 0.8.5~ynh2 - +**Shipped version:** 0.8.5~ynh3 ## Screenshots @@ -26,7 +25,6 @@ Admin UI for Synapse ## Documentation and resources -* Official app website: * Upstream app code repository: * YunoHost documentation for this app: * Report a bug: diff --git a/README_fr.md b/README_fr.md index fed43a4..5b34eea 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,29 +5,27 @@ It shall NOT be edited by hand. # Synapse Admin pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/synapse-admin.svg)](https://dash.yunohost.org/appci/app/synapse-admin) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/synapse-admin.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/synapse-admin.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/synapse-admin.svg)](https://dash.yunohost.org/appci/app/synapse-admin) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/synapse-admin.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/synapse-admin.maintain.svg) [![Installer Synapse Admin avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=synapse-admin) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Synapse Admin rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Synapse Admin rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble Admin UI pour Synapse -**Version incluse :** 0.8.5~ynh2 +**Version incluse :** 0.8.5~ynh3 +## Captures d’écran -## Captures d'écran - -![Capture d'écran de Synapse Admin](./doc/screenshots/screenshots.jpg) +![Capture d’écran de Synapse Admin](./doc/screenshots/screenshots.jpg) ## Documentations et ressources -* Site officiel de l'app : -* Dépôt de code officiel de l'app : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -43,4 +41,4 @@ ou sudo yunohost app upgrade synapse-admin -u https://github.com/YunoHost-Apps/synapse-admin_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/conf/endpoint.nginx.conf b/conf/endpoint.nginx.conf index d7b771b..c942f6e 100644 --- a/conf/endpoint.nginx.conf +++ b/conf/endpoint.nginx.conf @@ -5,4 +5,6 @@ location /_synapse/admin { proxy_set_header Host $host; client_max_body_size 100M; + + more_set_headers "Access-Control-Allow-Origin: __DOMAIN__"; } diff --git a/manifest.json b/manifest.json index e131e14..2add42a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,11 +6,10 @@ "en": "Admin UI for Synapse", "fr": "Admin UI pour Synapse" }, - "version": "0.8.5~ynh2", + "version": "0.8.5~ynh3", "url": "https://github.com/Awesome-Technologies/synapse-admin", "upstream": { "license": "Apache-2.0", - "website": "https://github.com/Awesome-Technologies/synapse-admin", "code": "https://github.com/Awesome-Technologies/synapse-admin" }, "license": "Apache-2.0", @@ -18,7 +17,7 @@ "name": "" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [