From fbdad322f70db3918e5a63f78db8fd0986c6a84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 21 Nov 2023 21:44:04 +0100 Subject: [PATCH] cleaning --- manifest.toml | 8 +++++--- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 4 ++-- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index bf31466..73b78f5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -3,7 +3,7 @@ packaging_format = 2 id = "nocodb" 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." +description.fr = "Plateform sans code qui transforme toute base de données en un tableur intelligent" version = "0.202.4~ynh1" @@ -40,8 +40,10 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/nocodb/nocodb-seed/archive/c46e588bf143b04e519fec6e973a3da8fa260ace.zip" - sha256 = "7f05ec8cf27c58fcac6c257f3d2e3ea209c663613b7240c12b12e59ed8d6b310" + url = "https://github.com/nocodb/nocodb-seed/archive/bb1686f4c4723042b176e98a6660738a99af495b.zip" + sha256 = "34a0e84757a442d26a93a3cb22249fb860296d7a0d11eadfc642aae55de03f9d" + autoupdate.upstream = "https://github.com/nocodb/nocodb-seed" + autoupdate.strategy = "latest_github_commit" [resources.system_user] diff --git a/scripts/install b/scripts/install index d71de0a..93ca3de 100755 --- a/scripts/install +++ b/scripts/install @@ -54,7 +54,7 @@ ynh_add_systemd_config # Use logrotate to manage application logfile(s) ynh_use_logrotate -yunohost service add $app --description="$app daemon, turns any database into a smart-spreadsheet" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Turns any database into a smart-spreadsheet" --log="/var/log/$app/$app.log" #================================================= # SPECIFIC SETUP diff --git a/scripts/restore b/scripts/restore index 2453bce..0aee6c5 100755 --- a/scripts/restore +++ b/scripts/restore @@ -52,7 +52,7 @@ systemctl enable $app.service --quiet ynh_restore_file --origin_path="/etc/logrotate.d/$app" -yunohost service add $app --description="$app daemon, turns any database into a smart-spreadsheet" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Turns any database into a smart-spreadsheet" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 817e390..cf665d3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -44,7 +44,7 @@ chown -R $app:www-data "$install_dir" #================================================= ynh_script_progression --message="Upgrading dependencies..." --weight=1 -ynh_install_nodejs --nodejs_version=$new_nodejs_version +ynh_install_nodejs --nodejs_version=$nodejs_version #================================================= # NGINX CONFIGURATION @@ -60,7 +60,7 @@ ynh_add_systemd_config # Use logrotate to manage app-specific logfile(s) ynh_use_logrotate --non-append -yunohost service add $app --description="$app daemon, turns any database into a smart-spreadsheet" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Turns any database into a smart-spreadsheet" --log="/var/log/$app/$app.log" #================================================= # SPECIFIC UPGRADE