From a2daf697158cf60eac010cfc364b1e56e7bad0ef Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 15 Feb 2022 23:09:51 +0100 Subject: [PATCH 1/3] Fix #69 --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 2d0c1a2..f5b4b3e 100755 --- a/scripts/install +++ b/scripts/install @@ -61,7 +61,7 @@ ynh_script_progression --message="Storing installation settings..." 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=admin --value=$admin -ynh_app_setting_set --app=$app --key=instance --value=$instance_name +ynh_app_setting_set --app=$app --key=instance --value="$instance_name" ynh_app_setting_set --app=$app --key=registration --value=$registration ynh_app_setting_set --app=$app --key=admin_email --value=$admin_email ynh_app_setting_set --app=$app --key=secret_key --value=$secret_key From 42d1a26e75d2d380a9b16c2b0348aa2da54bba89 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 15 Feb 2022 23:18:52 +0100 Subject: [PATCH 2/3] Upgrade to 0.7.1~ynh2 --- check_process | 4 ++++ manifest.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/check_process b/check_process index 831c31e..b656f17 100755 --- a/check_process +++ b/check_process @@ -24,6 +24,8 @@ upgrade=1 from_commit=0f9c1c6e3c151e94e5f53b1464aec732334209a3 # 0.6.0~ynh2 upgrade=1 from_commit=583e101b12a081c45bee50df9068e606b5983bb2 + # 0.7.1~ynh1 + upgrade=1 from_commit=655ae344f49a20eb4c335034244b547c9e56e6a0 backup_restore=1 multi_instance=1 port_already_use=0 @@ -42,3 +44,5 @@ Notification=none name=0.6.0~ynh1 ; commit=583e101b12a081c45bee50df9068e606b5983bb2 name=0.6.0~ynh2 + ; commit=655ae344f49a20eb4c335034244b547c9e56e6a0 + name=0.7.1~ynh1 diff --git a/manifest.json b/manifest.json index 919f666..b5f9a20 100755 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Federated blogging application", "fr": "Application de blogging fédérée" }, - "version": "0.7.1~ynh1", + "version": "0.7.1~ynh2", "url": "https://joinplu.me/", "upstream": { "license": "AGPL-3.0-only", From 26da9823fd28fe65a308f64200b862d5984506dc Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Tue, 15 Feb 2022 22:18:57 +0000 Subject: [PATCH 3/3] 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 081fbdc..3da7143 100755 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database. -**Shipped version:** 0.7.1~ynh1 +**Shipped version:** 0.7.1~ynh2 **Demo:** https://joinplu.me/#instances diff --git a/README_fr.md b/README_fr.md index 14b1e4f..106d408 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Federated blogging engine, based on ActivityPub. It uses the Rocket framework, and Diesel to interact with the database. -**Version incluse :** 0.7.1~ynh1 +**Version incluse :** 0.7.1~ynh2 **Démo :** https://joinplu.me/#instances