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_fr.md

58 lines
2.4 KiB
Markdown
Raw Normal View History

2021-09-27 19:59:13 +02:00
# NocoDB pour YunoHost
2021-05-28 08:44:53 +02:00
2021-09-27 19:59:13 +02:00
[![Niveau d'intégration](https://dash.yunohost.org/integration/nocodb.svg)](https://dash.yunohost.org/appci/app/nocodb) ![](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg)
[![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)*
*[Lire ce readme en français.](./README_fr.md)*
2021-09-27 19:59:13 +02: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
## Vue d'ensemble
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
2022-01-26 13:21:36 +01:00
**Version incluse :** 0.84.8~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
## Captures d'écran
2021-09-27 20:27:31 +02:00
![](./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
2021-09-27 19:59:13 +02:00
* Site officiel de l'app : https://www.nocodb.com/
* Dépôt de code officiel de l'app : https://github.com/nocodb/nocodb
* 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.
```
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
```
2021-09-27 19:59:13 +02:00
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps