From d1b1f0432948577de787db3eafb2bbaf1688ccc4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 9 Sep 2023 18:16:13 +0200 Subject: [PATCH 1/4] Upgrade to v0.3.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3a3da8b..5420e92 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Jellyfin Vue Client" description.en = "A modern web client for Jellyfin based on Vue." description.fr = "Un client web moderne pour Jellyfin basé sur Vue." -version = "0.3~ynh1" +version = "0.3.1~ynh1" maintainers = ["johndoe"] @@ -56,8 +56,8 @@ ram.runtime = "0M" # This will pre-fetch the asset which can then be deployed during the install/upgrade scripts with : # ynh_setup_source --dest_dir="$install_dir" # You can also define other assets than "main" and add --source_id="foobar" in the previous command - url = "https://github.com/jellyfin/jellyfin-vue/archive/f1efc3cd0923d09af69debea1e19a08b24310afc.tar.gz" - sha256 = "7f3a81a44153b456012bb0c2a0d404eb0b4ac0db1c56768cef7e37ed4eb52c6f" + url = "https://github.com/jellyfin/jellyfin-vue/archive/refs/tags/0.3.1.tar.gz" + sha256 = "49316b5f7ef57d09bfa31e5e461fac1866d03902f9b087d2c3ec5b294ed934f8" # These infos are used by https://github.com/YunoHost/apps/blob/master/tools/autoupdate_app_sources/autoupdate_app_sources.py # to auto-update the previous asset urls and sha256sum + manifest version From bda93fc067f90e64023a7c79296fef6f524b5e43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 2 Oct 2023 09:59:36 +0200 Subject: [PATCH 2/4] Fix permissions on upgrade --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index ee5229d..5acdb8b 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -48,6 +48,7 @@ then # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" + chown -R $app:www-data "$install_dir" ynh_script_progression --message="Installing NodeJS..." --weight=20 From 8aa3a9d82a13dbba28d59855a7d45758d6e1bb9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Mon, 2 Oct 2023 10:01:35 +0200 Subject: [PATCH 3/4] Reload nginx after restore --- scripts/restore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/restore b/scripts/restore index f285c32..f6148a2 100755 --- a/scripts/restore +++ b/scripts/restore @@ -31,6 +31,15 @@ ynh_script_progression --message="Restoring system configurations related to $ap ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" +#================================================= +# GENERIC FINALIZATION +#================================================= +# RELOAD NGINX AND PHP-FPM OR THE APP SERVICE +#================================================= +ynh_script_progression --message="Reloading NGINX web server and $app's service..." --weight=1 + +ynh_systemd_action --service_name=nginx --action=reload + #================================================= # END OF SCRIPT #================================================= From 74fa4eb689e582f0ad734b8971b2e3764a7016aa Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 2 Oct 2023 08:01:47 +0000 Subject: [PATCH 4/4] Auto-update README --- README.md | 3 +-- README_fr.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f36f571..4fc2f83 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ It's a new frontend, based on Vue. See https://jellyfin.org/posts/vue-vue3 for details. -**Shipped version:** 0.3~ynh1 +**Shipped version:** 0.3.1~ynh1 ## Screenshots @@ -32,7 +32,6 @@ See https://jellyfin.org/posts/vue-vue3 for details. * Official app website: * Upstream app code repository: -* YunoHost documentation for this app: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index 1bc76da..edd3953 100644 --- a/README_fr.md +++ b/README_fr.md @@ -23,7 +23,7 @@ C'est une nouvelle interface, basée sur Vue. Des détails peuvent être trouvés ici : https://jellyfin.org/posts/vue-vue3. -**Version incluse :** 0.3~ynh1 +**Version incluse :** 0.3.1~ynh1 ## Captures d’écran @@ -33,7 +33,6 @@ Des détails peuvent être trouvés ici : https://jellyfin.org/posts/vue-vue3. * Site officiel de l’app : * Dépôt de code officiel de l’app : -* Documentation YunoHost pour cette app : * Signaler un bug : ## Informations pour les développeurs