2022-06-15 20:48:21 +02:00
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.
-->
2021-09-27 19:59:13 +02:00
# NocoDB pour YunoHost
2021-05-28 08:44:53 +02:00
2023-01-28 16:36:15 +01:00
[![Niveau d’ intégration ](https://dash.yunohost.org/integration/nocodb.svg )](https://dash.yunohost.org/appci/app/nocodb) ![Statut du fonctionnement ](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg ) ![Statut de maintenance ](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg )
2023-02-22 07:08:01 +01:00
2021-09-27 19:59:13 +02:00
[![Installer NocoDB avec YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=nocodb)
2021-05-28 08:44:53 +02:00
*[Read this readme in english.](./README.md)*
2023-01-28 16:36:15 +01:00
> *Ce package vous permet d’ installer NocoDB rapidement et simplement sur un serveur YunoHost.
Si vous n’ avez pas YunoHost, regardez [ici ](https://yunohost.org/#/install ) pour savoir comment l’ installer et en profiter.*
2021-05-28 08:44:53 +02:00
2023-01-28 16:36:15 +01:00
## Vue d’ ensemble
2021-05-28 08:44:53 +02:00
2021-09-27 20:19:15 +02:00
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
*(from NocoDB's website)*
2021-05-28 08:44:53 +02:00
2023-07-29 08:02:35 +02:00
**Version incluse :** 0.109.5~ynh1
2021-05-28 08:44:53 +02:00
2021-09-27 19:59:13 +02:00
**Démo :** https://www.nocodb.com/demos
2021-05-28 08:44:53 +02:00
2023-01-28 16:36:15 +01:00
## Captures d’ écran
2021-05-28 08:44:53 +02:00
2023-01-28 16:36:15 +01:00
![Capture d’ écran de NocoDB ](./doc/screenshots/example.png )
2021-05-28 08:44:53 +02:00
## Avertissements / informations importantes
2021-09-27 20:19:15 +02:00
NocoDB has its own authentication system which does not rely on YunoHost's SSO or LDAP server.
* You can make it public, especially if you need its API.
* You will need to create the first admin right after installation.
2021-05-28 08:44:53 +02:00
## Documentations et ressources
2023-01-28 16:36:15 +01:00
* Site officiel de l’ app : < https: // www . nocodb . com >
* Dépôt de code officiel de l’ app : < https: // github . com / nocodb / nocodb >
2022-06-15 20:48:21 +02:00
* Documentation YunoHost pour cette app : < https: // yunohost . org / app_nocodb >
* Signaler un bug : < https: // github . com / YunoHost-Apps / nocodb_ynh / issues >
2021-05-28 08:44:53 +02:00
## Informations pour les développeurs
2021-09-27 19:59:13 +02:00
Merci de faire vos pull request sur la [branche testing ](https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing ).
2021-05-28 08:44:53 +02:00
Pour essayer la branche testing, procédez comme suit.
2022-06-15 20:48:21 +02:00
``` bash
2021-09-27 19:59:13 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug
ou
sudo yunohost app upgrade nocodb -u https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug
2021-05-28 08:44:53 +02:00
```
2023-01-28 16:36:15 +01:00
**Plus d’ infos sur le packaging d’ applications :** < https: / / yunohost . org / packaging_apps >