mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Merge f47a4293d2
into 42fe9f5d16
This commit is contained in:
commit
79b4ecd655
8 changed files with 16 additions and 10 deletions
|
@ -19,7 +19,7 @@ It shall NOT be edited by hand.
|
|||
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:** 2024.3.1~ynh1
|
||||
**Shipped version:** 2024.5.0~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ No se debe editar a mano.
|
|||
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.
|
||||
|
||||
|
||||
**Versión actual:** 2024.3.1~ynh1
|
||||
**Versión actual:** 2024.5.0~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ EZ editatu eskuz.
|
|||
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.
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 2024.3.1~ynh1
|
||||
**Paketatutako bertsioa:** 2024.5.0~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main.
|
|||
|
||||
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 :** 2024.3.1~ynh1
|
||||
**Version incluse :** 2024.5.0~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ NON debe editarse manualmente.
|
|||
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.
|
||||
|
||||
|
||||
**Versión proporcionada:** 2024.3.1~ynh1
|
||||
**Versión proporcionada:** 2024.5.0~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
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.
|
||||
|
||||
|
||||
**分发版本:** 2024.3.1~ynh1
|
||||
**分发版本:** 2024.5.0~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Misskey"
|
|||
description.en = "Microblogging platform"
|
||||
description.fr = "Platforme de Microblogging"
|
||||
|
||||
version = "2024.3.1~ynh1"
|
||||
version = "2024.5.0~ynh1"
|
||||
|
||||
maintainers = []
|
||||
|
||||
|
@ -44,8 +44,8 @@ ram.runtime = "50M"
|
|||
[resources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/misskey-dev/misskey/archive/refs/tags/2024.3.1.tar.gz"
|
||||
sha256 = "f962f38fbf71f600fcc8c1969f418f46565fa58b83dc93528d29a3e65fd79571"
|
||||
url = "https://github.com/misskey-dev/misskey/archive/refs/tags/2024.5.0.tar.gz"
|
||||
sha256 = "700be5e68d2486127e5bbe74bfa02afa990db9580d57c5148bc687c74a002a0b"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
|
@ -41,7 +41,13 @@ ynh_add_config --template="default.yml" --destination="$install_dir/.config/defa
|
|||
#=================================================
|
||||
ynh_script_progression --message="Building app..." --weight=15
|
||||
|
||||
misskey_build
|
||||
pushd "$install_dir"
|
||||
ynh_use_nodejs
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH corepack enable && COREPACK_ENABLE_DOWNLOAD_PROMPT=0 corepack prepare pnpm@latest --activate
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH NODE_ENV=production pnpm add ts-node webpack -W
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH NODE_ENV=production pnpm build
|
||||
ynh_exec_warn_less env $ynh_node_load_PATH NODE_ENV=production pnpm run init
|
||||
popd
|
||||
|
||||
#=================================================
|
||||
# SYSTEM CONFIGURATION
|
||||
|
|
Loading…
Add table
Reference in a new issue