From ee5bdaf014e20e68d355a736f5e07363826e0434 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 16 Aug 2022 23:30:25 +0200 Subject: [PATCH 1/7] Kill legacy setting_set on is_public --- scripts/upgrade | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 20cc495..93caed4 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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 From 3b61a610d9d409fa0a591ca6b6a83b61989675e7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 16 Aug 2022 21:30:29 +0000 Subject: [PATCH 2/7] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 199f982..560361f 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ In technical terms: this app only adds a NGINX configuration snippet with either **Shipped version:** 1.0.1~ynh1 + ## Disclaimers / important information ## Redirect type diff --git a/README_fr.md b/README_fr.md index a4d1979..d9794b2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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.1~ynh1 + ## Avertissements / informations importantes ## Types de redirection From 114466d3c35471f791b292c03b38a67dbe70554f Mon Sep 17 00:00:00 2001 From: tituspijean Date: Mon, 29 Aug 2022 08:46:58 +0200 Subject: [PATCH 3/7] Bump app version --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 8d7b508..c36681d 100644 --- a/manifest.json +++ b/manifest.json @@ -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": { From cc9b0d535a5e6a0b3f407a870b06b2f833a1d8c9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 29 Aug 2022 06:47:01 +0000 Subject: [PATCH 4/7] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 560361f..24beda7 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,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.1~ynh1 +**Shipped version:** 1.0.2~ynh1 ## Disclaimers / important information diff --git a/README_fr.md b/README_fr.md index d9794b2..9b913cd 100644 --- a/README_fr.md +++ b/README_fr.md @@ -22,7 +22,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.1~ynh1 +**Version incluse :** 1.0.2~ynh1 ## Avertissements / informations importantes From ec2f7c9ed5f2c58949d9fd74b4fb5d677022c488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 19 Jan 2023 09:32:08 +0100 Subject: [PATCH 5/7] fix linter --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index c36681d..ea811b4 100644 --- a/manifest.json +++ b/manifest.json @@ -11,7 +11,7 @@ "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", From 155f89a8f93cadafc0c19f48327fe39e68bf61c7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 19 Jan 2023 08:32:12 +0000 Subject: [PATCH 6/7] Auto-update README --- README.md | 3 +-- README_fr.md | 15 +++++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 24beda7..63e9d26 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,6 @@ In technical terms: this app only adds a NGINX configuration snippet with either **Shipped version:** 1.0.2~ynh1 - ## Disclaimers / important information ## Redirect type @@ -47,7 +46,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 documentation for this app: * Report a bug: diff --git a/README_fr.md b/README_fr.md index 9b913cd..115335e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,15 @@ It shall NOT be edited by hand. # Redirect pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/redirect.svg)](https://dash.yunohost.org/appci/app/redirect) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/redirect.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/redirect.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/redirect.svg)](https://dash.yunohost.org/appci/app/redirect) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/redirect.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/redirect.maintain.svg) [![Installer Redirect avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=redirect) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Redirect 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 Redirect 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 Cette application permet d'intégrée une tuile personalisée dans le portail utilisateur de YunoHost. Les cas d'usage typiques sont: - **redirection 301/302 visible** : avoir une tuile d'app "virtuelle" qui se contente de rediriger vers une autre url ou un site externe @@ -22,8 +22,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~ynh1 ## Avertissements / informations importantes ## Types de redirection @@ -47,7 +46,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 : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -63,4 +62,4 @@ ou sudo yunohost app upgrade redirect -u https://github.com/YunoHost-Apps/redirect_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 From c719f861bdb6b7e24d408e52007be1045a021646 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 26 Sep 2023 19:22:56 +0000 Subject: [PATCH 7/7] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 63e9d26..40033d3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Redirect for YunoHost -[![Integration level](https://dash.yunohost.org/integration/redirect.svg)](https://dash.yunohost.org/appci/app/redirect) ![Working status](https://ci-apps.yunohost.org/ci/badges/redirect.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/redirect.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/redirect.svg)](https://dash.yunohost.org/appci/app/redirect) ![Working status](https://ci-apps.yunohost.org/ci/badges/redirect.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/redirect.maintain.svg) + [![Install Redirect with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=redirect) *[Lire ce readme en français.](./README_fr.md)* diff --git a/README_fr.md b/README_fr.md index 115335e..7d400a2 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Redirect pour YunoHost -[![Niveau d’intégration](https://dash.yunohost.org/integration/redirect.svg)](https://dash.yunohost.org/appci/app/redirect) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/redirect.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/redirect.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/redirect.svg)](https://dash.yunohost.org/appci/app/redirect) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/redirect.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/redirect.maintain.svg) + [![Installer Redirect avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=redirect) *[Read this readme in english.](./README.md)*