From 3f17125d7c346ae667d8a02362d3f980e078bb1b Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Tue, 20 Feb 2024 15:09:27 +0100 Subject: [PATCH 1/8] Fix nginx warning --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index f880924..f9a76ce 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; -location __PATH__/ { +location ^__PATH__/ { proxy_pass http://127.0.0.1:__PORT__; proxy_set_header Host $host; From 443a7eab628fb00183566b9a3a8d6cb04cba9a54 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:12:20 +0200 Subject: [PATCH 2/8] Upgrade v2023.12.6 --- conf/nginx.conf | 2 +- manifest.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index f9a76ce..f880924 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,5 +1,5 @@ #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; -location ^__PATH__/ { +location __PATH__/ { proxy_pass http://127.0.0.1:__PORT__; proxy_set_header Host $host; diff --git a/manifest.toml b/manifest.toml index df460f6..e6a4ed6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Iceshrimp" description.en = "Decentralized and federated social networking service" description.fr = "Service de réseau social décentralisé et fédéré" -version = "2023.12.5~ynh1" +version = "2023.12.6~ynh1" maintainers = ["oufmilo"] From 4865e0fb8afbd7db6424837f2a896931a756e201 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Mon, 15 Apr 2024 10:16:19 +0200 Subject: [PATCH 3/8] Test from 2023.12.5 --- tests.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests.toml b/tests.toml index 99a59b0..79cf917 100644 --- a/tests.toml +++ b/tests.toml @@ -16,5 +16,4 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - test_upgrade_from.6bd676e.name = "2023.12.1" - test_upgrade_from.c8ff29b.name = "2023.12.2" \ No newline at end of file + test_upgrade_from.448f090.name = "2023.12.5" \ No newline at end of file From 2635c1cb6f8d4d7d3d9eb44004cd08af63cb82e6 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Sat, 27 Apr 2024 21:50:46 +0200 Subject: [PATCH 4/8] Update install --- scripts/install | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index 09bf070..a0ec517 100755 --- a/scripts/install +++ b/scripts/install @@ -69,9 +69,9 @@ ynh_script_progression --message="Building app... This will take some time." --w pushd "$install_dir" ynh_use_nodejs - corepack enable - corepack prepare --activate - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn + env $ynh_node_load corepack enable + env $ynh_node_load COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare --activate + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 yarn ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run init popd @@ -112,4 +112,4 @@ ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --lin # END OF SCRIPT #================================================= -ynh_script_progression --message="Installation of $app completed" \ No newline at end of file +ynh_script_progression --message="Installation of $app completed" From 3b646c8ed216a3d6aaa39326a01c673876f84855 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Sat, 27 Apr 2024 22:40:21 +0200 Subject: [PATCH 5/8] Update install --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index a0ec517..4a7673c 100755 --- a/scripts/install +++ b/scripts/install @@ -69,8 +69,8 @@ ynh_script_progression --message="Building app... This will take some time." --w pushd "$install_dir" ynh_use_nodejs - env $ynh_node_load corepack enable - env $ynh_node_load COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare --activate + env $ynh_node_load_PATH corepack enable + env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare --activate ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 yarn ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn run init From 2a7780ca0ac4582912cbcdd6198c973ea89d52c6 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Sun, 12 May 2024 15:35:21 +0200 Subject: [PATCH 6/8] Fixed upgrade and restore. --- scripts/restore | 6 +++--- scripts/upgrade | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/restore b/scripts/restore index fe64cce..327bb2d 100755 --- a/scripts/restore +++ b/scripts/restore @@ -39,9 +39,9 @@ ynh_script_progression --message="Reinstalling yarn..." --weight=1 # Define and install yarn pushd "$install_dir" ynh_use_nodejs - corepack enable - corepack prepare --activate - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install + env $ynh_node_load_PATH corepack enable + env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare --activate + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 yarn install ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build popd diff --git a/scripts/upgrade b/scripts/upgrade index 35fc7f0..8b04d48 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -97,9 +97,9 @@ ynh_script_progression --message="Building app..." pushd "$install_dir" ynh_use_nodejs - corepack enable - corepack prepare --activate - ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn cleanall + env $ynh_node_load_PATH corepack enable + env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare --activate + ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH COREPACK_ENABLE_DOWNLOAD_PROMPT=0 yarn cleanall ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn install ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production yarn build ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH yarn migrate From 00189f22d981e95d75850b9e489ba40274b2bac4 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 21 May 2024 09:26:28 +0000 Subject: [PATCH 7/8] Auto-update READMEs --- ALL_README.md | 2 +- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ALL_README.md b/ALL_README.md index 8938aae..152f2e7 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,7 +1,7 @@ # All available README files by language - [Read the README in English](README.md) -- [Lee el README en español](README_es.md) +- [Lea el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README.md b/README.md index 06c9fb9..322aa74 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features. -**Shipped version:** 2023.12.5~ynh1 +**Shipped version:** 2023.12.6~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index 0f8c93c..9b8d3d1 100644 --- a/README_es.md +++ b/README_es.md @@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features. -**Versión actual:** 2023.12.5~ynh1 +**Versión actual:** 2023.12.6~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index 547b73d..9a8b180 100644 --- a/README_eu.md +++ b/README_eu.md @@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features. -**Paketatutako bertsioa:** 2023.12.5~ynh1 +**Paketatutako bertsioa:** 2023.12.6~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index e806e42..b55015c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Iceshrimp est un service de réseau social décentralisé et fédéré, impléme Il a été forké de Calckey et Firefish (lui-même forké de Misskey) à la mi-2023, afin de se concentrer sur la stabilité, les performances et la facilité d'utilisation plutôt que sur de nouvelles fonctionnalités. -**Version incluse :** 2023.12.5~ynh1 +**Version incluse :** 2023.12.6~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 9540512..04c5ae5 100644 --- a/README_gl.md +++ b/README_gl.md @@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features. -**Versión proporcionada:** 2023.12.5~ynh1 +**Versión proporcionada:** 2023.12.6~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 2e14e21..05d3683 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -20,7 +20,7 @@ Iceshrimp is a decentralized and federated social networking service, implementi It was forked from Calckey Firefish (itself a fork of Misskey) in mid-2023, to focus on stability, performance and usability instead of new features. -**分发版本:** 2023.12.5~ynh1 +**分发版本:** 2023.12.6~ynh1 ## 截图 From dbc17b38de640ec4dd78f019eb4e88aed3da1b38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 21 May 2024 11:32:21 +0200 Subject: [PATCH 8/8] Removing test_upgrade_from because of freezed installation of previous versions --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index 79cf917..4b22895 100644 --- a/tests.toml +++ b/tests.toml @@ -16,4 +16,4 @@ test_format = 1.0 # Commits to test upgrade from # ------------------------------- - test_upgrade_from.448f090.name = "2023.12.5" \ No newline at end of file +