mirror of
https://github.com/YunoHost-Apps/reverseproxy_ynh.git
synced 2024-09-03 20:16:23 +02:00
Merge pull request #40 from YunoHost-Apps/testing
Kill legacy setting_set on is_public
This commit is contained in:
commit
62718ad5c4
4 changed files with 5 additions and 4 deletions
|
@ -22,7 +22,8 @@ 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.1~ynh1
|
||||
**Shipped version:** 1.0.2~ynh1
|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
## Redirect type
|
||||
|
|
|
@ -22,7 +22,8 @@ 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.1~ynh1
|
||||
**Version incluse :** 1.0.2~ynh1
|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
## Types de redirection
|
||||
|
|
|
@ -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.1~ynh1",
|
||||
"version": "1.0.2~ynh1",
|
||||
"license": "AGPL-3.0-or-later",
|
||||
"url": "https://github.com/YunoHost-Apps/redirect_ynh",
|
||||
"upstream": {
|
||||
|
|
|
@ -62,7 +62,6 @@ then
|
|||
fi
|
||||
|
||||
ynh_app_setting_set $app 'redirect_type' $redirect_type
|
||||
ynh_app_setting_set $app 'is_public'
|
||||
fi
|
||||
|
||||
# Migrate legacy permissions to new system
|
||||
|
|
Loading…
Reference in a new issue