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

Merge pull request #144 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-05-18 16:53:57 +02:00 committed by GitHub
commit b3d2a2504c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 67 additions and 10 deletions

View file

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

View file

@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI * Provides REST & GraphQL APIs with Swagger & GraphiQL GUI
**Shipped version:** 0.207.0~ynh1 **Shipped version:** 0.207.1~ynh1
**Demo:** <https://www.nocodb.com/demos> **Demo:** <https://www.nocodb.com/demos>

56
README_es.md Normal file
View file

@ -0,0 +1,56 @@
<!--
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
**Versión actual:** 0.207.1~ynh1
**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>

View file

@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI * Provides REST & GraphQL APIs with Swagger & GraphiQL GUI
**Paketatutako bertsioa:** 0.207.0~ynh1 **Paketatutako bertsioa:** 0.207.1~ynh1
**Demoa:** <https://www.nocodb.com/demos> **Demoa:** <https://www.nocodb.com/demos>

View file

@ -25,7 +25,7 @@ NocoDB est une plateforme NoCode open source qui transforme n'importe quelle bas
* Partagez vos vues publiquement et également avec une protection par mot de passe * Partagez vos vues publiquement et également avec une protection par mot de passe
* Fournit des API REST et GraphQL avec l'interface graphique Swagger et GraphiQL * Fournit des API REST et GraphQL avec l'interface graphique Swagger et GraphiQL
**Version incluse:** 0.207.0~ynh1 **Version incluse:** 0.207.1~ynh1
**Démo:** <https://www.nocodb.com/demos> **Démo:** <https://www.nocodb.com/demos>

View file

@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI * Provides REST & GraphQL APIs with Swagger & GraphiQL GUI
**Versión proporcionada:** 0.207.0~ynh1 **Versión proporcionada:** 0.207.1~ynh1
**Demo:** <https://www.nocodb.com/demos> **Demo:** <https://www.nocodb.com/demos>

View file

@ -26,7 +26,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI * Provides REST & GraphQL APIs with Swagger & GraphiQL GUI
**分发版本:** 0.207.0~ynh1 **分发版本:** 0.207.1~ynh1
**演示:** <https://www.nocodb.com/demos> **演示:** <https://www.nocodb.com/demos>

View file

@ -7,7 +7,7 @@ name = "NocoDB"
description.en = "No-code platform that turns any database into a smart spreadsheet" description.en = "No-code platform that turns any database into a smart spreadsheet"
description.fr = "Plateform sans code qui transforme toute base de données en un tableur intelligent" description.fr = "Plateform sans code qui transforme toute base de données en un tableur intelligent"
version = "0.207.0~ynh1" version = "0.207.1~ynh1"
maintainers = ["tituspijean"] maintainers = ["tituspijean"]
@ -42,10 +42,10 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
amd64.url = "https://github.com/nocodb/nocodb/releases/download/0.207.0/Noco-linux-x64" amd64.url = "https://github.com/nocodb/nocodb/releases/download/0.207.1/Noco-linux-x64"
amd64.sha256 = "1bc47f1124ad45f511a249faee84791a052e3852f3aa1d908ed928b6a386e955" amd64.sha256 = "6f627c070b45bb03aeccd4c403961bffcd870926129cef35266f7b0bb96e0457"
arm64.url = "https://github.com/nocodb/nocodb/releases/download/0.207.0/Noco-linux-arm64" arm64.url = "https://github.com/nocodb/nocodb/releases/download/0.207.1/Noco-linux-arm64"
arm64.sha256 = "c750558b4204b9174c713079a85073499ff7a23a32bced4f1701dac480e3a5fe" arm64.sha256 = "fc924e0e76b3972345be2bbb0c5bb5bf85308d5893c6176d069b101367b57587"
rename = "nocodb" rename = "nocodb"
extract = false extract = false