1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/redirect_ynh.git synced 2024-09-03 20:16:10 +02:00

Merge pull request #44 from YunoHost-Apps/fix-manifest

Fix manifest
This commit is contained in:
eric_G 2023-11-02 23:21:36 +01:00 committed by GitHub
commit 8fbebd33bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

@ -6,7 +6,7 @@
"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": {
@ -18,7 +18,7 @@
"email": "alex.aubin@mailoo.org"
},
"requirements": {
"yunohost": ">= 4.2.0"
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
@ -49,7 +49,7 @@
},
{
"name": "redirect_type",
"type": "string",
"type": "select",
"ask": {
"en": "Redirect type",
"fr": "Type de redirection"