From fcc502a84475c5549e0811f6d4f0b13a49ffca3d Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 3 Jan 2024 15:46:53 +0000 Subject: [PATCH 01/10] Enable multi-instance installation --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 724cb31..9c955f8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -18,7 +18,7 @@ code = "https://github.com/n8n-io/n8n" [integration] yunohost = ">= 11.2" architectures = "all" -multi_instance = false +multi_instance = true ldap = false sso = false disk = "50M" From 28f1352c06491edb11df543db4821627acc8539c Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Sun, 4 Feb 2024 22:16:50 +0100 Subject: [PATCH 02/10] Update manifest.toml Add source and latest_github_release strategy --- manifest.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/manifest.toml b/manifest.toml index 724cb31..1080514 100644 --- a/manifest.toml +++ b/manifest.toml @@ -53,6 +53,13 @@ ram.runtime = "50M" [resources.ports] + [resources.sources] + + [resources.sources.main] + url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.9.3.zip" + sha256 = "53114a7817f319bfc065566cd77ae889aacb2f2ffd8283f905292a31e19d41e1" + autoupdate.strategy = "latest_github_release" + [resources.system_user] allow_email = true From 4fb7130aaef868f23e7ccc668d701596f2f70d3d Mon Sep 17 00:00:00 2001 From: Thibault Milan Date: Wed, 21 Feb 2024 15:30:24 +0100 Subject: [PATCH 03/10] Bump to version 1.29 of n8n --- manifest.toml | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 724cb31..bad7841 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "n8n" description.en = "Workflow Automation Tool. Easily automate tasks across different services" description.fr = "Outil d'automatisation du flux de travail. Automatisez facilement les tâches sur différents services" -version = "1.9.3~ynh1" +version = "1.29.0~ynh1" maintainers = [] diff --git a/scripts/_common.sh b/scripts/_common.sh index d802561..fa7ef87 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=20 -n8n_version=1.9.3 +n8n_version=1.29.0 timezone="$(cat /etc/timezone)" main_domain=$(cat /etc/yunohost/current_host) From af5c688f009d43a7bb37a1c1e46d50ffed1d67d8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 30 Mar 2024 17:09:55 +0000 Subject: [PATCH 04/10] Auto-update READMEs --- ALL_README.md | 6 ++++++ README.md | 26 +++++++++++++------------- README_fr.md | 34 +++++++++++++++++----------------- README_gl.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ README_it.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 138 insertions(+), 30 deletions(-) create mode 100644 ALL_README.md create mode 100644 README_gl.md create mode 100644 README_it.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..3d6c579 --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,6 @@ +# All available README files by language + +- [Read the README in English](README.md) +- [Lire le README en français](README_fr.md) +- [Le o README en galego](README_gl.md) +- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index bbcb779..b587e31 100755 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,16 +9,16 @@ It shall NOT be edited by hand. [![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)* +*[Read this README is other languages.](./ALL_README.md)* -> *This package allows you to install n8n quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* +> *This package allows you to install n8n quickly and simply on a YunoHost server.* +> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* ## Overview n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. -**Shipped version:** 1.9.3~ynh1 +**Shipped version:** 1.29.0~ynh1 ## Screenshots @@ -30,19 +30,19 @@ n8n is an extendable workflow automation tool. With a fair-code distribution mod ## Documentation and resources -* Official app website: -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official admin documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/n8n_ynh/tree/testing). +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. +To try the `testing` branch, please proceed like that: -``` bash +```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 diff --git a/README_fr.md b/README_fr.md index 06c8b43..b14664d 100755 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # n8n pour YunoHost @@ -9,44 +9,44 @@ It shall NOT be edited by hand. [![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 le README dans d'autres langues.](./ALL_README.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.* +> *Ce package vous permet d’installer n8n rapidement et simplement sur un serveur YunoHost.* +> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.* ## Vue d’ensemble n8n est un outil d'automatisation de flux de travail extensible. Avec un modèle de distribution de code équitable, n8n aura toujours un code source visible, sera disponible pour s'auto-héberger et vous permettra d'ajouter vos propres fonctions, logiques et applications personnalisées. L'approche basée sur les nœuds de n8n le rend très polyvalent, vous permettant de connecter n'importe quoi à tout. -**Version incluse :** 1.9.3~ynh1 +**Version incluse :** 1.29.0~ynh1 ## Captures d’écran ![Capture d’écran de n8n](./doc/screenshots/n8n-screenshot.png) -## :red_circle: Fonctions indésirables +## :red_circle: Anti-fonctionnalités -- **Not totally free upstream**: The packaged app is under an overall free licence, but with clauses that restrict its use. +- **Application sous licence libre restreinte**: L'application packagée est sous une licence globalement libre, mais avec des clauses qui pourraient restreindre son utilisation. ## Documentations et ressources -* Site officiel de l’app : -* Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- 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). +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. +Pour essayer la branche `testing`, procédez comme suit : -``` bash +```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 :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/README_gl.md b/README_gl.md new file mode 100644 index 0000000..054800a --- /dev/null +++ b/README_gl.md @@ -0,0 +1,51 @@ + + +# n8n para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/n8n.svg)](https://dash.yunohost.org/appci/app/n8n) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg) + +[![Instalar n8n con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=n8n) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar n8n de xeito rápido e doado nun servidor YunoHost.* +> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.* + +## Vista xeral + +n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. + +**Versión proporcionada:** 1.29.0~ynh1 + +## Capturas de pantalla + +![Captura de pantalla de n8n](./doc/screenshots/n8n-screenshot.png) + +## :red_circle: Caraterísticas cuestionables + +- **Not totally free upstream**: The packaged app is under an overall free licence, but with clauses that restrict its use. + +## Documentación e recursos + +- Web oficial da app: +- Documentación oficial para admin: +- Repositorio de orixe do código: +- Tenda YunoHost: +- Informar dun problema: + +## Info de desenvolvemento + +Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/n8n_ynh/tree/testing). + +Para probar a rama `testing`, procede deste xeito: + +```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 +``` + +**Máis info sobre o empaquetado da app:** diff --git a/README_it.md b/README_it.md new file mode 100644 index 0000000..f705dd7 --- /dev/null +++ b/README_it.md @@ -0,0 +1,51 @@ + + +# n8n per YunoHost + +[![Livello di integrazione](https://dash.yunohost.org/integration/n8n.svg)](https://dash.yunohost.org/appci/app/n8n) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg) + +[![Installa n8n con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=n8n) + +*[Leggi questo README in altre lingue.](./ALL_README.md)* + +> *Questo pacchetto ti permette di installare n8n su un server YunoHost in modo semplice e veloce.* +> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.* + +## Panoramica + +n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. + +**Versione pubblicata:** 1.29.0~ynh1 + +## Screenshot + +![Screenshot di n8n](./doc/screenshots/n8n-screenshot.png) + +## :red_circle: Anti-funzionalità + +- **Applicazione con licenza parzialmente libera**: Quest’applicazione è protetta da licenza generalmente libera, ma con delle clausole che potrebbero limitare il suo utilizzo. + +## Documentazione e risorse + +- Sito web ufficiale dell’app: +- Documentazione ufficiale per gli amministratori: +- Repository upstream del codice dell’app: +- Store di YunoHost: +- Segnala un problema: + +## Informazioni per sviluppatori + +Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/n8n_ynh/tree/testing). + +Per provare la branch di `testing`, si prega di procedere in questo modo: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug +o +sudo yunohost app upgrade n8n -u https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug +``` + +**Maggiori informazioni riguardo il pacchetto di quest’app:** From 8259bf5b0481da205572bd3442ba18fd5c652e42 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Sat, 30 Mar 2024 12:17:30 -0500 Subject: [PATCH 05/10] Update manifest.toml Don't prefetch source, add autoupdate regex, add comment for updating --- manifest.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 1080514..ccd942c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -54,11 +54,15 @@ ram.runtime = "50M" [resources.ports] [resources.sources] - + + # Source is only added for autoupdate, it's not actually being downloaded + # For updating version n8n version needs to be updated in `_common.sh` [resources.sources.main] url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.9.3.zip" sha256 = "53114a7817f319bfc065566cd77ae889aacb2f2ffd8283f905292a31e19d41e1" autoupdate.strategy = "latest_github_release" + autoupdate.version_regex = "^n8n@(.*)$" + prefetch = false [resources.system_user] allow_email = true From f4fae5dd8ed3b390b4c26dacdf70ec83b45fe8a6 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 30 Mar 2024 18:37:35 +0000 Subject: [PATCH 06/10] Auto-update READMEs --- README_fr.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README_fr.md b/README_fr.md index 2ddecf3..b14664d 100755 --- a/README_fr.md +++ b/README_fr.md @@ -18,6 +18,7 @@ Il NE doit PAS être modifié à la main. n8n est un outil d'automatisation de flux de travail extensible. Avec un modèle de distribution de code équitable, n8n aura toujours un code source visible, sera disponible pour s'auto-héberger et vous permettra d'ajouter vos propres fonctions, logiques et applications personnalisées. L'approche basée sur les nœuds de n8n le rend très polyvalent, vous permettant de connecter n'importe quoi à tout. + **Version incluse :** 1.29.0~ynh1 ## Captures d’écran From 5ad5892b88c7727d8a3de08400742a3b7869b12e Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Sat, 30 Mar 2024 15:08:12 -0500 Subject: [PATCH 07/10] Update _common.sh Retrieve n8n version based on upstream --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index fa7ef87..55e8c18 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ nodejs_version=20 -n8n_version=1.29.0 +n8n_version=$(ynh_app_upstream_version) timezone="$(cat /etc/timezone)" main_domain=$(cat /etc/yunohost/current_host) From 3b4abfc71cf5cfdb07ebd19bd23e008aeb12e220 Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Sat, 30 Mar 2024 15:09:47 -0500 Subject: [PATCH 08/10] Update manifest.toml Remove obsolete comment for update instruction --- manifest.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 6313b15..8c750f9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -54,9 +54,7 @@ ram.runtime = "50M" [resources.ports] [resources.sources] - - # Source is only added for autoupdate, it's not actually being downloaded - # For updating version n8n version needs to be updated in `_common.sh` + [resources.sources.main] url = "https://github.com/n8n-io/n8n/archive/refs/tags/n8n@1.9.3.zip" sha256 = "53114a7817f319bfc065566cd77ae889aacb2f2ffd8283f905292a31e19d41e1" From 9aeac6e0a875c1b290f83b38bbfe0b6f6f676604 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 7 Apr 2024 21:58:54 +0200 Subject: [PATCH 09/10] Directly use ynh_app_upstream_version to install node package --- scripts/_common.sh | 2 -- scripts/install | 2 +- scripts/upgrade | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 55e8c18..c09932f 100755 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,8 +6,6 @@ nodejs_version=20 -n8n_version=$(ynh_app_upstream_version) - timezone="$(cat /etc/timezone)" main_domain=$(cat /etc/yunohost/current_host) diff --git a/scripts/install b/scripts/install index c90ba66..6d403b9 100755 --- a/scripts/install +++ b/scripts/install @@ -59,7 +59,7 @@ ynh_script_progression --message="Installing $app..." --weight=2 pushd $install_dir ynh_use_nodejs - ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install n8n@${n8n_version} + ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install n8n@$(ynh_app_upstream_version) ynh_replace_string --match_string="secure: config_1.default.getEnv('userManagement.emails.smtp.secure'),$" \ --replace_string="secure: config_1.default.getEnv('userManagement.emails.smtp.secure'), tls: {servername:'${main_domain}'}," \ --target_file="node_modules/n8n/dist/UserManagement/email/NodeMailer.js" diff --git a/scripts/upgrade b/scripts/upgrade index de817c7..eeeadbe 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -82,7 +82,7 @@ ynh_script_progression --message="Installing $app..." --weight=2 # Download, check integrity, uncompress and patch the source from app.src pushd $install_dir ynh_use_nodejs - ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install n8n@${n8n_version} + ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH $ynh_npm install n8n@$(ynh_app_upstream_version) ynh_replace_string --match_string="secure: config_1.default.getEnv('userManagement.emails.smtp.secure'),$" \ --replace_string="secure: config_1.default.getEnv('userManagement.emails.smtp.secure'), tls: {servername:'${main_domain}'}," \ --target_file="node_modules/n8n/dist/UserManagement/email/NodeMailer.js" From 52bd3d00612cc6f43b69a2dbcd772869e0ab74ef Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 7 Apr 2024 20:00:40 +0000 Subject: [PATCH 10/10] Auto-update READMEs --- ALL_README.md | 2 +- README.md | 2 +- README_eu.md | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ README_fr.md | 2 +- 4 files changed, 54 insertions(+), 3 deletions(-) create mode 100644 README_eu.md diff --git a/ALL_README.md b/ALL_README.md index 3d6c579..77b7509 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,6 @@ # All available README files by language - [Read the README in English](README.md) +- [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) -- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index b587e31..efb83a3 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install n8n with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=n8n) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install n8n quickly and simply on a YunoHost server.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..1e6a2fe --- /dev/null +++ b/README_eu.md @@ -0,0 +1,51 @@ + + +# n8n YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/n8n.svg)](https://dash.yunohost.org/appci/app/n8n) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg) + +[![Instalatu n8n YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=n8n) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek n8n YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +n8n is an extendable workflow automation tool. With a fair-code distribution model, n8n will always have visible source code, be available to self-host, and allow you to add your own custom functions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect anything to everything. + +**Paketatutako bertsioa:** 1.29.0~ynh1 + +## Pantaila-argazkiak + +![n8n(r)en pantaila-argazkia](./doc/screenshots/n8n-screenshot.png) + +## :red_circle: Ezaugarri zalantzagarriak + +- **Jatorrizkoa ez da erabat librea**: Aplikazioak lizentzia librea du orokorrean, baina bere erabilera mugatzen duten klausulekin. + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune ofiziala: +- Administratzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/n8n_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug +edo +sudo yunohost app upgrade n8n -u https://github.com/YunoHost-Apps/n8n_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index b14664d..674daae 100755 --- a/README_fr.md +++ b/README_fr.md @@ -27,7 +27,7 @@ n8n est un outil d'automatisation de flux de travail extensible. Avec un modèle ## :red_circle: Anti-fonctionnalités -- **Application sous licence libre restreinte**: L'application packagée est sous une licence globalement libre, mais avec des clauses qui pourraient restreindre son utilisation. +- **Application sous licence libre restreinte **: L'application packagée est sous une licence globalement libre, mais avec des clauses qui pourraient restreindre son utilisation. ## Documentations et ressources