mirror of
https://github.com/YunoHost-Apps/redirect_ynh.git
synced 2024-09-03 20:16:10 +02:00
commit
9f43cb868f
3 changed files with 8 additions and 8 deletions
|
@ -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: <https://github.com/YunoHost-Apps/redirect_ynh>
|
||||
* Upstream app code repository: <https://github.com/YunoHost-Apps/redirect_ynh>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/redirect>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/redirect_ynh/issues>
|
||||
|
||||
|
|
|
@ -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 : <https://github.com/YunoHost-Apps/redirect_ynh>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/YunoHost-Apps/redirect_ynh>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/redirect>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/redirect_ynh/issues>
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue