1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tooljet_ynh.git synced 2024-10-01 13:34:55 +02:00

Merge pull request #172 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-05-11 23:34:59 +02:00 committed by GitHub
commit 3c6a2d771f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 74 additions and 9 deletions

View file

@ -1,6 +1,7 @@
# All available README files by language
- [Read the README in English](README.md)
- [Lee el README en español](README_es.md)
- [Irakurri README euskaraz](README_eu.md)
- [Lire le README en français](README_fr.md)
- [Le o README en galego](README_gl.md)

View file

@ -35,7 +35,7 @@ ToolJet is an open-source low-code framework to build and deploy internal tools
- *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data.
**Shipped version:** 2.36.0~ynh1
**Shipped version:** 2.41.1~ynh1
## Screenshots

64
README_es.md Normal file
View file

@ -0,0 +1,64 @@
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# ToolJet para Yunohost
[![Nivel de integración](https://dash.yunohost.org/integration/tooljet.svg)](https://dash.yunohost.org/appci/app/tooljet) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/tooljet.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/tooljet.maintain.svg)
[![Instalar ToolJet con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=tooljet)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarToolJet 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
ToolJet is an open-source low-code framework to build and deploy internal tools quickly without much effort from the engineering teams. You can connect to your data sources, such as databases (like PostgreSQL, MongoDB, Elasticsearch, etc), API endpoints (ToolJet supports importing OpenAPI spec & OAuth2 authorization), and external services (like Stripe, Slack, Google Sheets, Airtable) and use our pre-built UI widgets to build internal tools.
### Features
- *Visual app builder:* 35+ built-in responsive widgets such as Tables, Charts, Lists, Forms, Progressbars, and more.
- *20+ data sources:* connect to databases, cloud storages and APIs.
- *Desktop & mobile*: ;layout widths can be customised to support different screens.
- *Collaborate:* add comments anywhere on the canvas and tag your team members.
- *Extend with plugins:*: use our [commandline tool](https://www.npmjs.com/package/tooljet) to easily boostrap new connectors.
- *Version control:* every application have different versions with proper release cycle.
- *Run JS code:* ability custom JavaScript snippets
- *Granular access control* on organization-level and app-level.
- *low-code:* write JS code almost anywhere in the builder. For example, the color property of text can be set to `status === 'success' ? 'green' : 'red'`
- *no-code query editors* for all supported data sources.
- *Join and transform data:* transform query results using just JavaScript code.
- *Secure:* All the credentials are securely encrypted using `aes-256-gcm`.
- *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data.
**Versión actual:** 2.41.1~ynh1
## Capturas
![Captura de ToolJet](./doc/screenshots/example.png)
## Documentaciones y recursos
- Sitio web oficial: <https://tooljet.com/>
- Documentación usuario oficial: <https://docs.tooljet.com/docs/intro>
- Repositorio del código fuente oficial de la aplicación : <https://github.com/ToolJet/ToolJet>
- Catálogo YunoHost: <https://apps.yunohost.org/app/tooljet>
- Reportar un error: <https://github.com/YunoHost-Apps/tooljet_ynh/issues>
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/tooljet_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/tooljet_ynh/tree/testing --debug
o
sudo yunohost app upgrade tooljet -u https://github.com/YunoHost-Apps/tooljet_ynh/tree/testing --debug
```
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>

View file

@ -35,7 +35,7 @@ ToolJet is an open-source low-code framework to build and deploy internal tools
- *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data.
**Paketatutako bertsioa:** 2.36.0~ynh1
**Paketatutako bertsioa:** 2.41.1~ynh1
## Pantaila-argazkiak

View file

@ -35,7 +35,7 @@ ToolJet is an open-source low-code framework to build and deploy internal tools
- *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data.
**Version incluse:** 2.36.0~ynh1
**Version incluse:** 2.41.1~ynh1
## Captures décran

View file

@ -35,7 +35,7 @@ ToolJet is an open-source low-code framework to build and deploy internal tools
- *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data.
**Versión proporcionada:** 2.36.0~ynh1
**Versión proporcionada:** 2.41.1~ynh1
## Capturas de pantalla

View file

@ -3,7 +3,7 @@
请勿手动编辑。
-->
# YunoHost 的 ToolJet
# YunoHost 的 ToolJet
[![集成程度](https://dash.yunohost.org/integration/tooljet.svg)](https://dash.yunohost.org/appci/app/tooljet) ![工作状态](https://ci-apps.yunohost.org/ci/badges/tooljet.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/tooljet.maintain.svg)
@ -35,7 +35,7 @@ ToolJet is an open-source low-code framework to build and deploy internal tools
- *Doesn't store data:* ToolJet acts only as a proxy and doesn't store any data.
**分发版本:** 2.36.0~ynh1
**分发版本:** 2.41.1~ynh1
## 截图

View file

@ -4,7 +4,7 @@ id = "tooljet"
name = "ToolJet"
description.en = "Open-source low-code framework for building React-based web applications and internal tools"
version = "2.36.0~ynh1"
version = "2.41.1~ynh1"
maintainers = ["Tagadda"]
@ -39,8 +39,8 @@ ram.runtime = "300M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.36.0.tar.gz"
sha256 = "36ab3f2e19a6afd2acdbfe3997f40b3dd347dd6ae7b9579c5cc41b60205da215"
url = "https://github.com/ToolJet/ToolJet/archive/refs/tags/v2.41.1.tar.gz"
sha256 = "0134893240cf0b4095980920b828515e432c42ec9c64822f50ad0af7204a07fe"
autoupdate.strategy = "latest_github_release"