1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nocodb_ynh.git synced 2024-09-03 19:56:01 +02:00
nocodb_ynh/README_es.md

57 lines
2.3 KiB
Markdown
Raw Normal View History

2024-05-16 03:40:55 +02:00
<!--
Este archivo README esta generado automaticamente<https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
No se debe editar a mano.
-->
# NocoDB para Yunohost
[![Nivel de integración](https://dash.yunohost.org/integration/nocodb.svg)](https://dash.yunohost.org/appci/app/nocodb) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg)
[![Instalar NocoDB con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb)
*[Leer este README en otros idiomas.](./ALL_README.md)*
> *Este paquete le permite instalarNocoDB 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
NocoDB is an open source NoCode platform that turns any database into a smart spreadsheet, alternative to Airtable.
* Connect to new/existing SQL database and turn them into spreadsheet
* Create grid view, gallery view, kanban view and calendar view on top your data
* Search, sort, filter columns and rows with ultra ease
* Invite your team with fine grained Access Control
* Share views publicly and also with password protection
* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI
2024-05-19 03:45:05 +02:00
**Versión actual:** 0.207.2~ynh1
2024-05-16 03:40:55 +02:00
**Demo:** <https://www.nocodb.com/demos>
## Capturas
![Captura de NocoDB](./doc/screenshots/screenshot.png)
## Documentaciones y recursos
- Sitio web oficial: <https://www.nocodb.com>
- Repositorio del código fuente oficial de la aplicación : <https://github.com/nocodb/nocodb>
- Catálogo YunoHost: <https://apps.yunohost.org/app/nocodb>
- Reportar un error: <https://github.com/YunoHost-Apps/nocodb_ynh/issues>
## Información para desarrolladores
Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing
Para probar la rama `testing`, sigue asÍ:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug
o
sudo yunohost app upgrade nocodb -u https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug
```
**Mas informaciones sobre el empaquetado de aplicaciones:** <https://yunohost.org/packaging_apps>