From e226e31e7c4aa95e0b29e5033faa1ec4973f9a07 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Thu, 30 Nov 2023 14:54:42 +0100 Subject: [PATCH 1/7] Use node 20 --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index b998ffe..dfe1838 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ #================================================= # nodejs version -nodejs_version=18 +nodejs_version=20 #================================================= # PERSONAL HELPERS From 209710f687325b779bffe8c97c1437bb888f9705 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Thu, 30 Nov 2023 14:57:41 +0100 Subject: [PATCH 2/7] Run proper upgrade test. --- tests.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index eb73b8d..20bb109 100644 --- a/tests.toml +++ b/tests.toml @@ -1,3 +1,4 @@ test_format = 1.0 -[default] \ No newline at end of file +[default] + test_upgrade_from.6c6179b.name = "1.3.4" From a9122d8a4452ffd20ee1cc52d619ccc5f136046a Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:04:17 +0100 Subject: [PATCH 3/7] Actually replace sources. --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index 617af86..4ffd971 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -36,7 +36,7 @@ then ynh_script_progression --message="Upgrading source files..." --weight=1 # Download, check integrity, uncompress and patch the source from app.src - ynh_setup_source --dest_dir="$install_dir" --keep=".env" + ynh_setup_source --dest_dir="$install_dir" --full_replace=1 fi chmod -R o-rwx "$install_dir" From 5e8c3825c38631d7af9a549ec085be746e38f2ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 1 Jan 2024 16:17:12 +0100 Subject: [PATCH 4/7] Update manifest.toml --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 30d3685..f35ff7c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Homarr" description.en = "Customizable browser's home page to interact with your homeserver's Docker containers" description.fr = "Page d'accueil personnalisable pour interagir avec les conteneurs Docker de votre serveur" -version = "0.14.3~ynh1" +version = "0.14.3~ynh2" maintainers = ["eric_G"] From c82c80cce31f1190f2b032633616c23aee0a4a60 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 1 Jan 2024 15:17:16 +0000 Subject: [PATCH 5/7] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c612fd..5bea64a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ It integrates with the services you use to display information on the homepage ( - Very light-weight and fast. -**Shipped version:** 0.14.3~ynh1 +**Shipped version:** 0.14.3~ynh2 **Demo:** https://homarr.ajnart.fr/fr diff --git a/README_fr.md b/README_fr.md index 5378c9f..9fe1980 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ Il s'intègre aux services que vous utilisez pour afficher des informations sur - Des widgets pouvant afficher tous types d'informations. -**Version incluse :** 0.14.3~ynh1 +**Version incluse :** 0.14.3~ynh2 **Démo :** https://homarr.ajnart.fr/fr From ee21095f603b2d52ac3268f1dd5e6491356de33d Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 17 Jan 2024 05:16:33 +0100 Subject: [PATCH 6/7] Upgrade to v0.14.4 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index f35ff7c..29652fb 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Homarr" description.en = "Customizable browser's home page to interact with your homeserver's Docker containers" description.fr = "Page d'accueil personnalisable pour interagir avec les conteneurs Docker de votre serveur" -version = "0.14.3~ynh2" +version = "0.14.4~ynh1" maintainers = ["eric_G"] @@ -40,8 +40,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.14.3.tar.gz" - sha256 = "75b9355aff1a7b16353d26697ffa91a86fcd27922d948afe847eb9cc78c88758" + url = "https://github.com/ajnart/homarr/archive/refs/tags/v0.14.4.tar.gz" + sha256 = "f0e7a89b0b257d7e9a253ddd914d68eaf8a6c8bcab2a131ca9baea6d2424bc78" autoupdate.strategy = "latest_github_tag" [resources.ports] From b22a15328acf62e8080a9dab150c4bf232a15f3b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 17 Jan 2024 04:16:38 +0000 Subject: [PATCH 7/7] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bea64a..b40314f 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ It integrates with the services you use to display information on the homepage ( - Very light-weight and fast. -**Shipped version:** 0.14.3~ynh2 +**Shipped version:** 0.14.4~ynh1 **Demo:** https://homarr.ajnart.fr/fr diff --git a/README_fr.md b/README_fr.md index 9fe1980..b3b16bb 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ Il s'intègre aux services que vous utilisez pour afficher des informations sur - Des widgets pouvant afficher tous types d'informations. -**Version incluse :** 0.14.3~ynh2 +**Version incluse :** 0.14.4~ynh1 **Démo :** https://homarr.ajnart.fr/fr