From 2d8f9df3b9318fb312d07dde4898f7867bb27228 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:46:34 +0200 Subject: [PATCH 1/4] Fix the .env.production reference --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 9304544..0e18772 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -39,7 +39,7 @@ ynh_change_url_nginx_config ynh_script_progression --message="Modifying a config file..." --weight=1 domain=$new_domain -ynh_add_config --template="../conf/env.production" --destination="$install_dir/config/.env" +ynh_add_config --template="../conf/.env.production" --destination="$install_dir/config/.env" #================================================= # START SYSTEMD SERVICE From 5061011f2026139f579d50edfb74e4d553da4fc1 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 25 Sep 2023 08:47:26 +0200 Subject: [PATCH 2/4] bump package version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index edbe575..aa5c177 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "FitTrackee" description.en = "Self-hosted outdoor activity tracker 🚴" description.fr = "Traqueur d’activités extérieures auto-hébergé 🚴" -version = "0.7.23~ynh1" +version = "0.7.23~ynh2" maintainers = ["Thovi98"] From e403ced8847ce34e092d0a7629241b2030882ae3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 25 Sep 2023 06:47:29 +0000 Subject: [PATCH 3/4] 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 b784d67..ba3443d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ FitTrackee allows you to track your outdoor activities (workouts) from gpx files No mobile app has been developed yet, but several existing mobile apps can store workouts data locally and export them into a gpx file. -**Shipped version:** 0.7.23~ynh1 +**Shipped version:** 0.7.23~ynh2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 3797282..d9d646b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po FitTrackee vous permet de suivre vos activités de plein air (séances d'entraînement) à partir de fichiers gpx et de conserver vos données sur votre propre serveur. Aucune application mobile n'a encore été développée, mais plusieurs applications mobiles existantes peuvent stocker localement les données des séances d'entraînement et les exporter dans un fichier gpx. -**Version incluse :** 0.7.23~ynh1 +**Version incluse :** 0.7.23~ynh2 ## Captures d’écran From a446e8c9e71ab672bf9494acdc1ea1244b2c1924 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:19:31 +0200 Subject: [PATCH 4/4] Update change_url --- scripts/change_url | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/change_url b/scripts/change_url index 0e18772..63342db 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -39,7 +39,7 @@ ynh_change_url_nginx_config ynh_script_progression --message="Modifying a config file..." --weight=1 domain=$new_domain -ynh_add_config --template="../conf/.env.production" --destination="$install_dir/config/.env" +ynh_add_config --template="../conf/.env.production" --destination="$install_dir/.env" #================================================= # START SYSTEMD SERVICE