1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/firefish_ynh.git synced 2024-09-03 18:36:06 +02:00

Merge to v1.0.5rc

Upgrade to v1.0.5rc
This commit is contained in:
oufmilo 2023-11-30 20:10:08 +01:00 committed by GitHub
commit 6ed691f754
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 7 deletions

View file

@ -1,3 +1,4 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
It shall NOT be edited by hand.

View file

@ -5,7 +5,7 @@ name = "Firefish"
description.en = "Fork of Misskey with better UI/UX, security, features"
description.fr = "Un fork de Misskey avec une meilleure interface utilisateur, la sécurité, les fonctionnalités"
version = "1.0.3~ynh1"
version = "1.0.5rc~ynh1"
maintainers = ["oufmilo"]
@ -39,8 +39,8 @@ ram.runtime = "2G"
[resources]
[resources.sources.main]
url = "https://git.joinfirefish.org/firefish/firefish/-/archive/v1.0.3/firefish-v1.0.3.tar.gz"
sha256 = "0a3e2576dd2c9a104d1d937da17c36ed8ca4cbeb0ebe1bdbdde9147c15e1cb1b"
url = "https://git.joinfirefish.org/firefish/firefish/-/archive/v1.0.5-rc/firefish-v1.0.5-rc.tar.gz"
sha256 = "b9b59899eaddcdd94e10974e34af083bd9a9c6228046dc4d4af0f3a669ccb7ef"
[resources.system_user]

View file

@ -6,7 +6,7 @@
# PHP APP SPECIFIC
#=================================================
NODEJS_VERSION="20"
NODEJS_VERSION="21"
#=================================================
# PERSONAL HELPERS

View file

@ -39,7 +39,7 @@ ynh_script_progression --message="Reinstalling pnpm..." --weight=1
# Define and install pnpm
pushd "$install_dir"
curl https://sh.rustup.rs -sSf | ynh_exec_warn_less ynh_exec_as $app sh -s -- -y
export PATH="$install_dir/.cargo/bin:$PATH"
export PATH="$install_dir/.cargo/bin:$PATH"
ynh_use_nodejs
corepack enable
corepack prepare pnpm@latest --activate

View file

@ -95,7 +95,6 @@ pushd "$install_dir"
ynh_use_nodejs
corepack enable
corepack prepare pnpm@latest --activate
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm clean-all
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm install
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH NODE_ENV=production pnpm run build
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run migrate

View file

@ -14,4 +14,6 @@ test_format = 1.0
# -------------------------------
# Commits to test upgrade from
# -------------------------------
# -------------------------------
test_upgrade_from.d5f941c.name = "Firefish v1.0.3"