diff --git a/README.md b/README.md index 43965e1..8f50410 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This application allows to integrate a custom tile in YunoHost's user portal. Ty In technical terms: this app only adds a NGINX configuration snippet with either `redirect` or `proxy_pass` rule, and a YunoHost tile + appropriate SSOwat configuration. -**Shipped version:** 1.0.2~ynh1 +**Shipped version:** 1.0.2~ynh2 ## Disclaimers / important information ## Redirect type @@ -47,7 +47,7 @@ Visitor's address bar will remain the same. Typically used to integrate into Yun ## Documentation and resources -* Official app website: +* Upstream app code repository: * YunoHost Store: * Report a bug: diff --git a/README_fr.md b/README_fr.md index 180231b..1e63929 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ Cette application permet d'intégrée une tuile personalisée dans le portail ut En terme technique: cette app se contente de rajouter le morceau de configuration NGINX approprié avec soit `redirect` ou `proxy_pass`, et la tuile YunoHost + configuration SSOwat correspondante. -**Version incluse :** 1.0.2~ynh1 +**Version incluse :** 1.0.2~ynh2 ## Avertissements / informations importantes ## Types de redirection @@ -47,7 +47,7 @@ L'adresse du client restera inchangé dans le navigateur. Typiquement utilisé p ## Documentations et ressources -* Site officiel de l’app : +* Dépôt de code officiel de l’app : * YunoHost Store: * Signaler un bug : diff --git a/manifest.json b/manifest.json index c36681d..e25fcc6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,19 +6,19 @@ "en": "Create a redirection or a proxy to another path", "fr": "Créer une redirection ou un proxy vers un autre emplacement" }, - "version": "1.0.2~ynh1", + "version": "1.0.2~ynh2", "license": "AGPL-3.0-or-later", "url": "https://github.com/YunoHost-Apps/redirect_ynh", "upstream": { "license": "AGPL-3.0-or-later", - "website": "https://github.com/YunoHost-Apps/redirect_ynh" + "code": "https://github.com/YunoHost-Apps/redirect_ynh" }, "maintainer": { "name": "alexAubin", "email": "alex.aubin@mailoo.org" }, "requirements": { - "yunohost": ">= 4.2.0" + "yunohost": ">= 11.2" }, "multi_instance": true, "services": [ @@ -49,7 +49,7 @@ }, { "name": "redirect_type", - "type": "string", + "type": "select", "ask": { "en": "Redirect type", "fr": "Type de redirection"