From 97ac1cbdfa0ee633bc2f53cc8f6d85d93e96a9cb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 13 Mar 2022 06:26:55 +0000 Subject: [PATCH 1/6] Upgrade to v12.108.1 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 18fd5ea..1984051 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.107.0~ynh1", + "version": "12.108.1~ynh1", "url": "https://join.misskey.page/en/", "upstream": { "license": "AGPL-3.0", From e8a33bfe22f65e2cd9fe6af2d51e19a6d7709938 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 13 Mar 2022 06:26:59 +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 8c332e7..0f01748 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 Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.107.0~ynh1 +**Shipped version:** 12.108.1~ynh1 diff --git a/README_fr.md b/README_fr.md index dfe5810..7f7445a 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 Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.107.0~ynh1 +**Version incluse :** 12.108.1~ynh1 From 7c2a2a421a3609b063a2e620216eaf03e3533d0e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 13 Mar 2022 23:33:49 +0100 Subject: [PATCH 3/6] 12.108.1 --- conf/app.src | 4 ++-- scripts/install | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 752cac9..19eed93 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.102.1.tar.gz -SOURCE_SUM=99dfef753f0fc3c69017651df95529837357cf6d57f62173603fa54c028cbccd +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.108.1.tar.gz +SOURCE_SUM=b0e05bf7a231d59190a0f666901795bb67f9fa0ca0e5070424df75c728f02a43 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/scripts/install b/scripts/install index 02826f6..a6ce815 100755 --- a/scripts/install +++ b/scripts/install @@ -82,7 +82,7 @@ db_name=$(ynh_sanitize_dbid --db_name=$app) db_user=$db_name ynh_app_setting_set --app=$app --key=db_name --value=$db_name ynh_psql_test_if_first_run -ynh_psql_setup_db --db_user=$db_name --db_name=$db_name +ynh_psql_setup_db --db_user=$db_user --db_name=$db_name #================================================= # CREATE DEDICATED USER From 5faab66eeab763c13611817cc96d2169c2372520 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 13 Mar 2022 23:37:17 +0100 Subject: [PATCH 4/6] Update default.yml --- conf/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/default.yml b/conf/default.yml index 5aead02..203fc98 100644 --- a/conf/default.yml +++ b/conf/default.yml @@ -62,7 +62,7 @@ db: db: __DB_NAME__ # Auth - user: __DB_NAME__ + user: __DB_USER__ pass: __DB_PWD__ # Whether disable Caching queries From dcd5142f9b0b5c4c1fe850db8951c0d8fae64601 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 13 Mar 2022 23:39:59 +0100 Subject: [PATCH 5/6] Update upgrade --- scripts/upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index eab4cf6..bdcbe6e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -103,9 +103,9 @@ chown -R $app:www-data "$final_path" #================================================= # NGINX CONFIGURATION #================================================= -ynh_script_progression --message="Upgrading nginx web server configuration..." --weight=1 +ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=1 -# Create a dedicated nginx config +# Create a dedicated NGINX config ynh_add_nginx_config #================================================= From d792397fefb82d075c717bb34001e284b4948fb9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 13 Mar 2022 23:40:38 +0100 Subject: [PATCH 6/6] Update systemd.service --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index 170795f..9bba845 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -1,5 +1,5 @@ [Unit] -Description=__APP__ daemon running +Description=Misskey: microblogging platform [Service] Type=simple