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

Upgrade to v1.0.5rc

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

View file

@ -25,7 +25,7 @@ A greatly enhanced fork of Misskey with better UI/UX, security, features, and mo
**Shipped version:** 1.0.3~ynh1 **Shipped version:** 1.0.5rc~ynh1
**Demo:** https://joinfirefish.org/ **Demo:** https://joinfirefish.org/

View file

@ -23,7 +23,7 @@ Un fork grandement amélioré de Misskey avec une meilleure UI/UX, sécurité, f
Firefish ajoute de nombreux changements de qualité de vie et des corrections de bogues pour les utilisateurs et les administrateurs d'instance. Firefish ajoute de nombreux changements de qualité de vie et des corrections de bogues pour les utilisateurs et les administrateurs d'instance.
**Version incluse :** 1.0.3~ynh1 **Version incluse :** 1.0.5rc~ynh1
**Démo :** https://joinfirefish.org/ **Démo :** https://joinfirefish.org/

View file

@ -5,7 +5,7 @@ name = "Firefish"
description.en = "Fork of Misskey with better UI/UX, security, features" 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" 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"] maintainers = ["oufmilo"]
@ -39,8 +39,8 @@ ram.runtime = "2G"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://git.joinfirefish.org/firefish/firefish/-/archive/v1.0.3/firefish-v1.0.3.tar.gz" url = "https://git.joinfirefish.org/firefish/firefish/-/archive/v1.0.5-rc/firefish-v1.0.5-rc.tar.gz"
sha256 = "0a3e2576dd2c9a104d1d937da17c36ed8ca4cbeb0ebe1bdbdde9147c15e1cb1b" sha256 = "b9b59899eaddcdd94e10974e34af083bd9a9c6228046dc4d4af0f3a669ccb7ef"
[resources.system_user] [resources.system_user]

View file

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

View file

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

View file

@ -95,7 +95,6 @@ pushd "$install_dir"
ynh_use_nodejs ynh_use_nodejs
corepack enable corepack enable
corepack prepare pnpm@latest --activate 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 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 NODE_ENV=production pnpm run build
ynh_exec_warn_less ynh_exec_as $app env $ynh_node_load_PATH pnpm run migrate 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 # Commits to test upgrade from
# ------------------------------- # -------------------------------
test_upgrade_from.d5f941c.name = "Firefish v1.0.3"