diff --git a/ALL_README.md b/ALL_README.md index 3d6c579..77b7509 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +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) -- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index 4a55902..c7050d0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 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) -*[Read this README is other languages.](./ALL_README.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.* @@ -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.4~ynh1 +**Shipped version:** 0.205.1~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..15ef04a --- /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.205.1~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 51b6d19..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.4~ynh1 +**Version incluse :** 0.205.1~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index b2c9022..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.4~ynh1 +**Versión proporcionada:** 0.205.1~ynh1 **Demo:** diff --git a/manifest.toml b/manifest.toml index d801ea3..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.4~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.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.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 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 #=================================================