From c9197004e054f0852db36bac659d50b341ec9c81 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 15 Mar 2021 10:32:22 +0100 Subject: [PATCH] Cleaning up --- README.md | 2 +- README_fr.md | 2 +- manifest.json | 2 +- scripts/install | 1 - scripts/upgrade | 1 - 5 files changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3885925..10f7bf9 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ You must activate *public site* if you want to connect a client player to Navidr ## Documentation * Official documentation: https://www.navidrome.org/docs/ - * YunoHost documentation: https://yunohost.org/#/app_navidrome + * YunoHost documentation: https://yunohost.org/en/app_navidrome ## YunoHost specific features diff --git a/README_fr.md b/README_fr.md index 5becdc5..85aff2f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -36,7 +36,7 @@ Vous devez activer *site public* si vous souhaitez connecter un lecteur client ## Documentation * Documentation officielle : https://www.navidrome.org/docs/ - * Documentation YunoHost : https://yunohost.org/#/app_navidrome_fr + * Documentation YunoHost : https://yunohost.org/fr/app_navidrome ## Caractéristiques spécifiques YunoHost diff --git a/manifest.json b/manifest.json index f96f1f6..2507ffb 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Modern Music Server and Streamer compatible with Subsonic/Airsonic", "fr": "Serveur de musique moderne et Streamer compatibles avec Subsonic/Airsonic" }, - "version": "0.40.0~ynh1", + "version": "0.40.0~ynh2", "url": "https://github.com/deluan/navidrome/", "license": "GPL-3.0-only", "maintainer": { diff --git a/scripts/install b/scripts/install index 464257e..be3bedc 100644 --- a/scripts/install +++ b/scripts/install @@ -48,7 +48,6 @@ ynh_script_progression --message="Storing installation settings..." --weight=2 ynh_app_setting_set --app=$app --key=domain --value=$domain ynh_app_setting_set --app=$app --key=path --value=$path_url -ynh_app_setting_set --app=$app --key=is_public --value=$is_public #================================================= # STANDARD MODIFICATIONS diff --git a/scripts/upgrade b/scripts/upgrade index d5a7b8c..4bdf487 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -18,7 +18,6 @@ app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get --app=$app --key=domain) path_url=$(ynh_app_setting_get --app=$app --key=path) -is_public=$(ynh_app_setting_get --app=$app --key=is_public) final_path=$(ynh_app_setting_get --app=$app --key=final_path) port=$(ynh_app_setting_get --app=$app --key=port) architecture=$(ynh_detect_arch)