From 8716f725b4883876e52ffe6db1ddd861f8e98b57 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 13 Jun 2022 18:44:13 +0000 Subject: [PATCH 1/3] Auto-update README --- README.md | 21 ++++++++++----------- README_fr.md | 27 +++++++++++++++------------ 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index c137fb2..2748721 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # n8n for YunoHost -[![Integration level](https://dash.yunohost.org/integration/n8n.svg)](https://dash.yunohost.org/appci/app/n8n) ![](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/n8n.svg)](https://dash.yunohost.org/appci/app/n8n) ![Working status](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg) [![Install n8n with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=n8n) *[Lire ce readme en français.](./README_fr.md)* @@ -19,29 +19,28 @@ n8n is an extendable workflow automation tool. With a fair-code distribution mod **Shipped version:** 0.175.0~ynh1 - - ## Screenshots -![](./doc/screenshots/n8n-screenshot.png) +![Screenshot of n8n](./doc/screenshots/n8n-screenshot.png) ## Documentation and resources -* Official app website: https://n8n.io/ -* Official admin documentation: https://docs.n8n.io/ -* Upstream app code repository: https://github.com/n8n-io/n8n -* YunoHost documentation for this app: https://yunohost.org/app_n8n -* Report a bug: https://github.com/YunoHost-Apps/n8n_ynh/issues +* Official app website: +* Official admin documentation: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/n8n_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug or sudo yunohost app upgrade n8n -u https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 6186fdd..5f71178 100755 --- a/README_fr.md +++ b/README_fr.md @@ -1,10 +1,14 @@ + + # n8n pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/n8n.svg)](https://dash.yunohost.org/appci/app/n8n) ![](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/n8n.svg)](https://dash.yunohost.org/appci/app/n8n) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg) [![Installer n8n avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=n8n) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* > *Ce package vous permet d'installer n8n 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.* @@ -15,29 +19,28 @@ n8n is an extendable workflow automation tool. With a fair-code distribution mod **Version incluse :** 0.175.0~ynh1 - - ## Captures d'écran -![](./doc/screenshots/n8n-screenshot.png) +![Capture d'écran de n8n](./doc/screenshots/n8n-screenshot.png) ## Documentations et ressources -* Site officiel de l'app : https://n8n.io/ -* Documentation officielle de l'admin : https://docs.n8n.io/ -* Dépôt de code officiel de l'app : https://github.com/n8n-io/n8n -* Documentation YunoHost pour cette app : https://yunohost.org/app_n8n -* Signaler un bug : https://github.com/YunoHost-Apps/n8n_ynh/issues +* Site officiel de l'app : +* Documentation officielle de l'admin : +* Dépôt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/n8n_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug ou sudo yunohost app upgrade n8n -u https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** From ca670d479a7328af5c43d7b9041f23554346e9cd Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 13 Jun 2022 20:48:54 +0200 Subject: [PATCH 2/3] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c35d125..060c61a 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=16 -n8n_version=0.175.0 +n8n_version=0.181.2 #================================================= # PERSONAL HELPERS From d45be596a5ff27b89e8fdc87cdea14becc1a16a6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 13 Jun 2022 18:48:59 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 21 ++++++++++----------- README_fr.md | 27 +++++++++++++++------------ 2 files changed, 25 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index c137fb2..2748721 100755 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # n8n for YunoHost -[![Integration level](https://dash.yunohost.org/integration/n8n.svg)](https://dash.yunohost.org/appci/app/n8n) ![](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/n8n.svg)](https://dash.yunohost.org/appci/app/n8n) ![Working status](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg) [![Install n8n with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=n8n) *[Lire ce readme en français.](./README_fr.md)* @@ -19,29 +19,28 @@ n8n is an extendable workflow automation tool. With a fair-code distribution mod **Shipped version:** 0.175.0~ynh1 - - ## Screenshots -![](./doc/screenshots/n8n-screenshot.png) +![Screenshot of n8n](./doc/screenshots/n8n-screenshot.png) ## Documentation and resources -* Official app website: https://n8n.io/ -* Official admin documentation: https://docs.n8n.io/ -* Upstream app code repository: https://github.com/n8n-io/n8n -* YunoHost documentation for this app: https://yunohost.org/app_n8n -* Report a bug: https://github.com/YunoHost-Apps/n8n_ynh/issues +* Official app website: +* Official admin documentation: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/n8n_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug or sudo yunohost app upgrade n8n -u https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 6186fdd..5f71178 100755 --- a/README_fr.md +++ b/README_fr.md @@ -1,10 +1,14 @@ + + # n8n pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/n8n.svg)](https://dash.yunohost.org/appci/app/n8n) ![](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/n8n.svg)](https://dash.yunohost.org/appci/app/n8n) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg) [![Installer n8n avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=n8n) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* > *Ce package vous permet d'installer n8n 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.* @@ -15,29 +19,28 @@ n8n is an extendable workflow automation tool. With a fair-code distribution mod **Version incluse :** 0.175.0~ynh1 - - ## Captures d'écran -![](./doc/screenshots/n8n-screenshot.png) +![Capture d'écran de n8n](./doc/screenshots/n8n-screenshot.png) ## Documentations et ressources -* Site officiel de l'app : https://n8n.io/ -* Documentation officielle de l'admin : https://docs.n8n.io/ -* Dépôt de code officiel de l'app : https://github.com/n8n-io/n8n -* Documentation YunoHost pour cette app : https://yunohost.org/app_n8n -* Signaler un bug : https://github.com/YunoHost-Apps/n8n_ynh/issues +* Site officiel de l'app : +* Documentation officielle de l'admin : +* Dépôt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/n8n_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug ou sudo yunohost app upgrade n8n -u https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :**