From fe0e29a4ada8973faa26b01ec58d6959add033ed Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 20 Mar 2024 02:44:29 +0100 Subject: [PATCH 1/6] Upgrade to v0.204.7 https://github.com/nocodb/nocodb/releases/tag/0.204.7 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index d801ea3..67f7108 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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 From f147f4c26e409e878b6a2e417277e7f4be59f289 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 20 Mar 2024 01:44:32 +0000 Subject: [PATCH 2/6] Auto-update README --- README.md | 17 ++++++++--------- README_fr.md | 17 ++++++++--------- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 11a3223..67bffb1 100644 --- a/README.md +++ b/README.md @@ -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:** ## 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: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## 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:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 7cf64d0..2be807b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 :** ## 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 l’app : -* Dépôt de code officiel de l’app : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## 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 d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** From 936326805dccd28258813972e43fbacc4efc2084 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nathana=C3=ABl=20Hannebert?= Date: Thu, 4 Apr 2024 17:57:02 +0200 Subject: [PATCH 3/6] fix config file .env was not modified not during upgrade neither during change url --- scripts/change_url | 10 ++++++++++ scripts/upgrade | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/scripts/change_url b/scripts/change_url index 1faa49d..6b35016 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -25,6 +25,16 @@ ynh_script_progression --message="Updating NGINX web server configuration..." -- ynh_change_url_nginx_config +#================================================= +# MODIFY CONFIGURATION +#================================================= +ynh_script_progression --message="Modifying configuration file..." --weight=1 + +ynh_add_config --template="env" --destination="$install_dir/.env" + +chmod 400 "$install_dir/.env" +chown "$app:$app" "$install_dir/.env" + #================================================= # GENERIC FINALISATION #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index d193daa..af5166c 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -30,6 +30,16 @@ chmod -R o-rwx "$install_dir" chown -R "$app:$app" "$install_dir" chmod +x "$install_dir/nocodb" +#================================================= +# UPGRADE CONFIGURATION +#================================================= +ynh_script_progression --message="Upgrade configuration file..." --weight=1 + +ynh_add_config --template="env" --destination="$install_dir/.env" + +chmod 400 "$install_dir/.env" +chown "$app:$app" "$install_dir/.env" + #================================================= # REAPPLY SYSTEM CONFIGURATIONS #================================================= From 8d60ec5645bb208098c5073b4e24a0b95627bd93 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 4 Apr 2024 20:59:07 +0000 Subject: [PATCH 4/6] Auto-update READMEs --- ALL_README.md | 6 ++++++ README.md | 13 ++++++------ README_eu.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ README_fr.md | 29 +++++++++++++------------- README_gl.md | 56 +++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 140 insertions(+), 20 deletions(-) create mode 100644 ALL_README.md create mode 100644 README_eu.md create mode 100644 README_gl.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..77b7509 --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,6 @@ +# All available README files by language + +- [Read the README in English](README.md) +- [Irakurri README euskaraz](README_eu.md) +- [Lire le README en français](README_fr.md) +- [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index 67bffb1..f69a095 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,10 +9,10 @@ It shall NOT be edited by hand. [![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)* +*[Read this README in other languages.](./ALL_README.md)* -> *This package allows you to install NocoDB quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* +> *This package allows you to install NocoDB quickly and simply on a YunoHost server.* +> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* ## Overview @@ -25,6 +25,7 @@ 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 **Demo:** @@ -42,9 +43,9 @@ NocoDB is an open source NoCode platform that turns any database into a smart sp ## 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 diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..3265b64 --- /dev/null +++ b/README_eu.md @@ -0,0 +1,56 @@ + + +# NocoDB YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/nocodb.svg)](https://dash.yunohost.org/appci/app/nocodb) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg) + +[![Instalatu NocoDB YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek NocoDB YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +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 + + +**Paketatutako bertsioa:** 0.204.7~ynh1 + +**Demoa:** + +## Pantaila-argazkiak + +![NocoDB(r)en pantaila-argazkia](./doc/screenshots/screenshot.png) + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug +edo +sudo yunohost app upgrade nocodb -u https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_fr.md b/README_fr.md index 2be807b..03ecc3a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # NocoDB pour YunoHost @@ -9,10 +9,10 @@ It shall NOT be edited by hand. [![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)* +*[Lire le README dans d'autres langues.](./ALL_README.md)* -> *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.* +> *Ce package vous permet d’installer NocoDB rapidement et simplement sur un serveur YunoHost.* +> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.* ## Vue d’ensemble @@ -24,9 +24,10 @@ 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 -**Démo :** +**Version incluse :** 0.204.7~ynh1 + +**Démo :** ## Captures d’écran @@ -34,16 +35,16 @@ NocoDB est une plateforme NoCode open source qui transforme n'importe quelle bas ## Documentations et ressources -- Site officiel de l’app : -- Dépôt de code officiel de l’app : -- YunoHost Store : -- Signaler un bug : +- Site officiel de l’app : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## 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 @@ -51,4 +52,4 @@ ou sudo yunohost app upgrade nocodb -u https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** +**Plus d’infos sur le packaging d’applications :** diff --git a/README_gl.md b/README_gl.md new file mode 100644 index 0000000..42fbd46 --- /dev/null +++ b/README_gl.md @@ -0,0 +1,56 @@ + + +# NocoDB para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/nocodb.svg)](https://dash.yunohost.org/appci/app/nocodb) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/nocodb.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/nocodb.maintain.svg) + +[![Instalar NocoDB con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=nocodb) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar NocoDB de xeito rápido e doado nun servidor YunoHost.* +> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.* + +## Vista xeral + +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 proporcionada:** 0.204.7~ynh1 + +**Demo:** + +## Capturas de pantalla + +![Captura de pantalla de NocoDB](./doc/screenshots/screenshot.png) + +## Documentación e recursos + +- Web oficial da app: +- Repositorio de orixe do código: +- Tenda YunoHost: +- Informar dun problema: + +## Info de desenvolvemento + +Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/nocodb_ynh/tree/testing). + +Para probar a rama `testing`, procede deste xeito: + +```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 +``` + +**Máis info sobre o empaquetado da app:** From 822c8972d32c4133116570de8c45bb156d786e8c Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 4 Apr 2024 21:08:38 +0200 Subject: [PATCH 5/6] Upgrade to v0.205.1 https://github.com/nocodb/nocodb/releases/tag/0.205.1 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 67f7108..847f672 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.7~ynh1" +version = "0.205.1~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.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" + amd64.url = "https://github.com/nocodb/nocodb/releases/download/0.205.1/Noco-linux-x64" + amd64.sha256 = "c72981c0ffd647c399633ce84c01e59660100f5328d41b32ff6b0af7a34361f9" + arm64.url = "https://github.com/nocodb/nocodb/releases/download/0.205.1/Noco-linux-arm64" + arm64.sha256 = "482fe99b3dbe32d1d8039eee3bfb3eefa2d9d56461fdc0bb3067034564789b88" rename = "nocodb" extract = false From ddb240f1bb25c9864af3ae19b220bc5426852245 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 4 Apr 2024 21:14:44 +0000 Subject: [PATCH 6/6] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f69a095..c7050d0 100644 --- a/README.md +++ b/README.md @@ -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 -**Shipped version:** 0.204.7~ynh1 +**Shipped version:** 0.205.1~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 3265b64..15ef04a 100644 --- a/README_eu.md +++ b/README_eu.md @@ -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 -**Paketatutako bertsioa:** 0.204.7~ynh1 +**Paketatutako bertsioa:** 0.205.1~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 03ecc3a..6490d3c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 * Fournit des API REST et GraphQL avec l'interface graphique Swagger et GraphiQL -**Version incluse :** 0.204.7~ynh1 +**Version incluse :** 0.205.1~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 42fbd46..282637e 100644 --- a/README_gl.md +++ b/README_gl.md @@ -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 -**Versión proporcionada:** 0.204.7~ynh1 +**Versión proporcionada:** 0.205.1~ynh1 **Demo:**