# n8n para Yunohost
[![Nivel de integración](https://dash.yunohost.org/integration/n8n.svg)](https://ci-apps.yunohost.org/ci/apps/n8n/) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/n8n.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/n8n.maintain.svg)
[![Instalar n8n con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=n8n)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarn8n rapidamente y simplement en un servidor YunoHost.*
> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.*
## Descripción general
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 actual:** 1.56.2~ynh1
## Capturas
![Captura de n8n](./doc/screenshots/n8n-screenshot.png)
## :red_circle: Características no deseables
- **Not totally free upstream**: The packaged app is under an overall free license, but with clauses that may restrict its use.
## Documentaciones y recursos
- Sitio web oficial:
- Documentación administrador oficial:
- Repositorio del código fuente oficial de la aplicación :
- Catálogo YunoHost:
- Reportar un error:
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/n8n_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```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
```
**Mas informaciones sobre el empaquetado de aplicaciones:**