1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/n8n_ynh.git synced 2024-09-03 19:55:52 +02:00
n8n_ynh/README_gl.md

52 lines
2.2 KiB
Markdown
Raw Permalink Normal View History

2024-03-30 18:09:55 +01:00
<!--
NOTA: Este README foi creado automáticamente por <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
NON debe editarse manualmente.
-->
# n8n para YunoHost
2024-07-12 12:03:25 +02:00
[![Nivel de integración](https://dash.yunohost.org/integration/n8n.svg)](https://ci-apps.yunohost.org/ci/apps/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)
2024-03-30 18:09:55 +01:00
[![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.
2024-08-30 14:01:03 +02:00
**Versión proporcionada:** 1.56.2~ynh1
2024-03-30 18:09:55 +01:00
## Capturas de pantalla
![Captura de pantalla de n8n](./doc/screenshots/n8n-screenshot.png)
2024-05-09 03:40:50 +02:00
## :red_circle: Debes considerar
2024-03-30 18:09:55 +01:00
2024-05-03 03:37:59 +02:00
- **Not totally free upstream**: The packaged app is under an overall free license, but with clauses that may restrict its use.
2024-03-30 18:09:55 +01:00
## Documentación e recursos
- Web oficial da app: <https://n8n.io/>
- Documentación oficial para admin: <https://docs.n8n.io/>
- Repositorio de orixe do código: <https://github.com/n8n-io/n8n>
- Tenda YunoHost: <https://apps.yunohost.org/app/n8n>
- Informar dun problema: <https://github.com/YunoHost-Apps/n8n_ynh/issues>
## 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:** <https://yunohost.org/packaging_apps>