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 #134 from YunoHost-Apps/ci-auto-update-0.204.7

Upgrade to v0.204.7
This commit is contained in:
tituspijean 2024-03-22 16:51:14 +01:00 committed by GitHub
commit f10c6906fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 23 deletions

View file

@ -25,10 +25,9 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
* Share views publicly and also with password protection
* Provides REST & GraphQL APIs with Swagger & GraphiQL GUI
**Shipped version:** 0.204.7~ynh1
**Shipped version:** 0.204.4~ynh1
**Demo:** https://www.nocodb.com/demos
**Demo:** <https://www.nocodb.com/demos>
## Screenshots
@ -36,10 +35,10 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp
## Documentation and resources
* Official app website: <https://www.nocodb.com>
* Upstream app code repository: <https://github.com/nocodb/nocodb>
* YunoHost Store: <https://apps.yunohost.org/app/nocodb>
* Report a bug: <https://github.com/YunoHost-Apps/nocodb_ynh/issues>
- Official app website: <https://www.nocodb.com>
- Upstream app code repository: <https://github.com/nocodb/nocodb>
- YunoHost Store: <https://apps.yunohost.org/app/nocodb>
- Report a bug: <https://github.com/YunoHost-Apps/nocodb_ynh/issues>
## Developer info
@ -47,10 +46,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
To try the testing branch, please proceed like that.
``` bash
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug
or
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

@ -24,10 +24,9 @@ NocoDB est une plateforme NoCode open source qui transforme n'importe quelle bas
* Invitez votre équipe avec un contrôle d'accès précis
* 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
**Version incluse :** 0.204.7~ynh1
**Version incluse :** 0.204.4~ynh1
**Démo :** https://www.nocodb.com/demos
**Démo :** <https://www.nocodb.com/demos>
## Captures décran
@ -35,10 +34,10 @@ NocoDB est une plateforme NoCode open source qui transforme n'importe quelle bas
## Documentations et ressources
* Site officiel de lapp : <https://www.nocodb.com>
* Dépôt de code officiel de lapp : <https://github.com/nocodb/nocodb>
* YunoHost Store: <https://apps.yunohost.org/app/nocodb>
* Signaler un bug : <https://github.com/YunoHost-Apps/nocodb_ynh/issues>
- Site officiel de lapp : <https://www.nocodb.com>
- Dépôt de code officiel de lapp : <https://github.com/nocodb/nocodb>
- YunoHost Store : <https://apps.yunohost.org/app/nocodb>
- Signaler un bug : <https://github.com/YunoHost-Apps/nocodb_ynh/issues>
## Informations pour les développeurs
@ -46,10 +45,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno
Pour essayer la branche testing, procédez comme suit.
``` bash
```bash
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
```
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>
**Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -7,7 +7,7 @@ name = "NocoDB"
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"
version = "0.204.4~ynh1"
version = "0.204.7~ynh1"
maintainers = ["tituspijean"]
@ -42,10 +42,10 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
amd64.url = "https://github.com/nocodb/nocodb/releases/download/0.204.4/Noco-linux-x64"
amd64.sha256 = "991188412db9d70098221fb07a6cb86ac17c997fd6f931c2d3194ecc0a393226"
arm64.url = "https://github.com/nocodb/nocodb/releases/download/0.204.4/Noco-linux-arm64"
arm64.sha256 = "480f54ac48afc2d37a352972adb06359eab7f7eaa8df2787f3c25d0e2135fb2f"
amd64.url = "https://github.com/nocodb/nocodb/releases/download/0.204.7/Noco-linux-x64"
amd64.sha256 = "9bc98887d3cae8ab86d9b7e4d9996440ae4374bf91236898f25fb247cb690a6e"
arm64.url = "https://github.com/nocodb/nocodb/releases/download/0.204.7/Noco-linux-arm64"
arm64.sha256 = "22277ec940fb5028e5d224d2f88be8477d444599ddf1f13fe10f4ff325d5c6b6"
rename = "nocodb"
extract = false