From 9789d39abdf998ff59e25ca0ccef41317f0aa8b7 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Tue, 20 Jul 2021 12:48:32 +0200 Subject: [PATCH 1/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 138dcfb..912dba1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Microblogging platform -**Shipped version:** 12.83.0~ynh1 +**Shipped version:** 12.84.0~ynh1 @@ -67,4 +67,4 @@ or sudo yunohost app upgrade misskey -u https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** https://yunohost.org/packaging_apps From c07978119d1202f098d12ed4c15e33756fd9c347 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Tue, 20 Jul 2021 12:48:47 +0200 Subject: [PATCH 2/7] Update README_fr.md --- README_fr.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README_fr.md b/README_fr.md index 62c77c8..f1c436d 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 Platforme de Microblogging -**Version incluse :** 12.83.0~ynh1 +**Version incluse :** 12.84.0~ynh1 @@ -63,4 +63,4 @@ ou sudo yunohost app upgrade misskey -u https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps From fe210f45c06b3ae771b5cd32a36e732ee58b1684 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Tue, 20 Jul 2021 12:49:52 +0200 Subject: [PATCH 3/7] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 4cc738f..659aed3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.83.0~ynh1", + "version": "12.84.0~ynh1", "url": "https://join.misskey.page/en/", "upstream": { "license": "AGPL-3.0", From 8fd4d9b97af440f26f302aafe20338fdab120bd9 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Tue, 20 Jul 2021 12:51:17 +0200 Subject: [PATCH 4/7] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 4291133..51dd04a 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.83.0.tar.gz -SOURCE_SUM=681e0e0789adf8d4a6094a6676bcdf13584dbfadd359528634c6952ea5d9288f +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.84.0.tar.gz +SOURCE_SUM=063cdbd387102dfcb6ac3cd6f5c4063b1028c5d127a279b1144867b74b4be607 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From c2f51e5beb2086d261e7e87c93382330785f67c3 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Tue, 20 Jul 2021 12:56:09 +0200 Subject: [PATCH 5/7] Update check_process --- check_process | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index 916f0f1..c0b7c3a 100644 --- a/check_process +++ b/check_process @@ -10,8 +10,8 @@ setup_private=1 setup_public=1 upgrade=1 - # 12.82.0~ynh2 - #upgrade=1 from_commit=96332268263da1ddf330e2ce3925722c8408049a + # 12.83.0~ynh1 + #upgrade=1 from_commit=c8517f3f2ac290a25eff6e4c20e829830cb0658f backup_restore=1 multi_instance=1 change_url=0 @@ -19,6 +19,6 @@ Email= Notification= ;;; Upgrade options - ; commit=96332268263da1ddf330e2ce3925722c8408049a - name=12.82.0~ynh2 + ; commit=c8517f3f2ac290a25eff6e4c20e829830cb0658f + name=12.83.0~ynh1 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& From 25cbc5c65cb07445a1ea495b26b18d257a44e6ac Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Tue, 20 Jul 2021 17:30:56 +0000 Subject: [PATCH 6/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 912dba1..815adbf 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,4 @@ or sudo yunohost app upgrade misskey -u https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps +**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index f1c436d..5972b98 100644 --- a/README_fr.md +++ b/README_fr.md @@ -63,4 +63,4 @@ ou sudo yunohost app upgrade misskey -u https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file From f09ca91af5ae7936c7e58ac6e4d21cad9124fea7 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 20 Jul 2021 19:34:33 +0200 Subject: [PATCH 7/7] Test previous upgrade --- check_process | 4 ++-- manifest.json | 2 +- scripts/restore | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/check_process b/check_process index c0b7c3a..0da3c3c 100644 --- a/check_process +++ b/check_process @@ -10,8 +10,8 @@ setup_private=1 setup_public=1 upgrade=1 - # 12.83.0~ynh1 - #upgrade=1 from_commit=c8517f3f2ac290a25eff6e4c20e829830cb0658f + #12.83.0~ynh1 + upgrade=1 from_commit=c8517f3f2ac290a25eff6e4c20e829830cb0658f backup_restore=1 multi_instance=1 change_url=0 diff --git a/manifest.json b/manifest.json index 659aed3..a95ba65 100644 --- a/manifest.json +++ b/manifest.json @@ -33,7 +33,7 @@ { "name": "is_public", "type": "boolean", - "help": { + "help": { "en": "If enabled, Misskey will be accessible by people who do not have an account. This can be changed later via the webadmin.", "fr": "Si cette case est cochée, Misskey sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin." }, diff --git a/scripts/restore b/scripts/restore index fdd0dcc..8c790e1 100755 --- a/scripts/restore +++ b/scripts/restore @@ -32,7 +32,7 @@ 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) db_name=$(ynh_app_setting_get --app=$app --key=db_name) -db_user=$app +db_user=$db_name db_pwd=$(ynh_app_setting_get --app=$app --key=psqlpwd) #=================================================