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 #46 from YunoHost-Apps/master

Master
This commit is contained in:
yalh76 2022-06-15 20:49:06 +02:00 committed by GitHub
commit 1574f561a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 18 deletions

View file

@ -8,7 +8,7 @@ on:
workflow_dispatch: workflow_dispatch:
# Run it every day at 6:00 UTC # Run it every day at 6:00 UTC
schedule: schedule:
- cron: '0 6 * * *' - cron: '0 6 */7 * *'
jobs: jobs:
updater: updater:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# NocoDB for YunoHost # NocoDB for YunoHost
[![Integration level](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) [![Integration level](https://dash.yunohost.org/integration/nocodb.svg)](https://dash.yunohost.org/appci/app/nocodb) ![Working status](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg)
[![Install NocoDB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb) [![Install NocoDB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb)
*[Lire ce readme en français.](./README_fr.md)* *[Lire ce readme en français.](./README_fr.md)*
@ -33,7 +33,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
## Screenshots ## Screenshots
![](./doc/screenshots/example.png) ![Screenshot of NocoDB](./doc/screenshots/example.png)
## Disclaimers / important information ## Disclaimers / important information
@ -43,20 +43,21 @@ NocoDB has its own authentication system which does not rely on YunoHost's SSO o
## Documentation and resources ## Documentation and resources
* Official app website: https://www.nocodb.com/ * Official app website: <https://www.nocodb.com/>
* Upstream app code repository: https://github.com/nocodb/nocodb * Upstream app code repository: <https://github.com/nocodb/nocodb>
* YunoHost documentation for this app: https://yunohost.org/app_nocodb * YunoHost documentation for this app: <https://yunohost.org/app_nocodb>
* Report a bug: https://github.com/YunoHost-Apps/nocodb_ynh/issues * Report a bug: <https://github.com/YunoHost-Apps/nocodb_ynh/issues>
## Developer info ## Developer info
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing). Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing).
To try the testing branch, please proceed like that. To try the testing branch, please proceed like that.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug
or or
sudo yunohost app upgrade nocodb -u https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug sudo yunohost app upgrade nocodb -u https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug
``` ```
**More info regarding app packaging:** https://yunohost.org/packaging_apps **More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,10 +1,14 @@
<!--
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.
-->
# NocoDB pour YunoHost # NocoDB pour YunoHost
[![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) [![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)
[![Installer NocoDB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb) [![Installer NocoDB avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb)
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./README.md)*
*[Lire ce readme en français.](./README_fr.md)*
> *Ce package vous permet d'installer NocoDB rapidement et simplement sur un serveur YunoHost. > *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.* Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
@ -29,7 +33,7 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
## Captures d'écran ## Captures d'écran
![](./doc/screenshots/example.png) ![Capture d'écran de NocoDB](./doc/screenshots/example.png)
## Avertissements / informations importantes ## Avertissements / informations importantes
@ -39,20 +43,21 @@ NocoDB has its own authentication system which does not rely on YunoHost's SSO o
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : https://www.nocodb.com/ * Site officiel de l'app : <https://www.nocodb.com/>
* Dépôt de code officiel de l'app : https://github.com/nocodb/nocodb * Dépôt de code officiel de l'app : <https://github.com/nocodb/nocodb>
* Documentation YunoHost pour cette app : https://yunohost.org/app_nocodb * Documentation YunoHost pour cette app : <https://yunohost.org/app_nocodb>
* Signaler un bug : https://github.com/YunoHost-Apps/nocodb_ynh/issues * Signaler un bug : <https://github.com/YunoHost-Apps/nocodb_ynh/issues>
## Informations pour les développeurs ## Informations pour les développeurs
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing). Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing).
Pour essayer la branche testing, procédez comme suit. Pour essayer la branche testing, procédez comme suit.
```
``` bash
sudo yunohost app install https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug sudo yunohost app install https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug
ou ou
sudo yunohost app upgrade nocodb -u https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug sudo yunohost app upgrade nocodb -u https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug
``` ```
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps **Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>