From 4cf2cb2b4410ef7c31e2b6045db35e7287506644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 29 Dec 2022 17:12:06 +0100 Subject: [PATCH 1/6] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2ad7834..c5f22f6 100755 --- a/scripts/install +++ b/scripts/install @@ -103,7 +103,7 @@ ynh_add_nginx_config #================================================= # INSTALL HOMARR #================================================= -ynh_script_progression --message="Installing The app..." --weight=10 +ynh_script_progression --message="Building the app..." --weight=20 pushd $final_path ynh_use_nodejs From bbe422fdfaa3f95c4ee862bd68186a313a797656 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 29 Dec 2022 16:12:10 +0000 Subject: [PATCH 2/6] 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 59cf434..f4b19b6 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. It integrates with the services you use to display information on the homepage (E.g. Show upcoming Sonarr/Radarr releases). -###Features +### Features - Integrates with services you use. - Search the web directly from your homepage. diff --git a/README_fr.md b/README_fr.md index 17ec637..1343944 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Homarr is a simple and lightweight homepage for your server, that helps you easily access all of your services in one place. It integrates with the services you use to display information on the homepage (E.g. Show upcoming Sonarr/Radarr releases). -###Features +### Features - Integrates with services you use. - Search the web directly from your homepage. From 73fb40cec359fc7ea0ac503c904e9e9641f31d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 7 Jan 2023 18:03:16 +0100 Subject: [PATCH 3/6] Fix missing var --- scripts/upgrade | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/upgrade b/scripts/upgrade index 73040ea..b8dc1bb 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -19,6 +19,7 @@ app=$YNH_APP_INSTANCE_NAME domain=$(ynh_app_setting_get --app=$app --key=domain) path_url=$(ynh_app_setting_get --app=$app --key=path) final_path=$(ynh_app_setting_get --app=$app --key=final_path) +port=$(ynh_app_setting_get --app=$app --key=port) #================================================= # CHECK VERSION From c7dbcfa4dc946459670b98ac123c585d5e3569f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 7 Jan 2023 18:03:35 +0100 Subject: [PATCH 4/6] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ba9add5..a39cf11 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Customizable browser's home page to interact with your homeserver's Docker containers", "fr": "Page d'accueil personnalisable pour interagir avec les conteneurs Docker de votre serveur" }, - "version": "0.10.7~ynh1", + "version": "0.10.7~ynh2", "url": "https://homarr.dev/", "upstream": { "license": "MIT", From b3554a1943ca1a5d92e5491b948eb0b5e0648d3a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 7 Jan 2023 17:03:39 +0000 Subject: [PATCH 5/6] 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 f4b19b6..d90f6e8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ It integrates with the services you use to display information on the homepage ( - Very light-weight and fast. -**Shipped version:** 0.10.7~ynh1 +**Shipped version:** 0.10.7~ynh2 **Demo:** https://homarr.ajnart.fr/fr diff --git a/README_fr.md b/README_fr.md index 1343944..e1b891b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ It integrates with the services you use to display information on the homepage ( - Very light-weight and fast. -**Version incluse :** 0.10.7~ynh1 +**Version incluse :** 0.10.7~ynh2 **Démo :** https://homarr.ajnart.fr/fr From dbcc60aba12cae41aa72350d2971b49c1ec31e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 7 Jan 2023 18:03:57 +0100 Subject: [PATCH 6/6] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index a39cf11..3ec7816 100644 --- a/manifest.json +++ b/manifest.json @@ -18,7 +18,7 @@ }, "license": "MIT", "maintainer": { - "name": "", + "name": "eric_G", "email": "" }, "requirements": {