1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00
This commit is contained in:
YunoHost Bot 2024-07-09 10:04:52 +02:00 committed by GitHub
commit 79b4ecd655
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 16 additions and 10 deletions

View file

@ -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. 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 ## Screenshots

View file

@ -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. 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 ## Capturas

View file

@ -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. 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 ## Pantaila-argazkiak

View file

@ -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. 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 ## Captures décran

View file

@ -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. 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 ## Capturas de pantalla

View file

@ -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. 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
## 截图 ## 截图

View file

@ -7,7 +7,7 @@ name = "Misskey"
description.en = "Microblogging platform" description.en = "Microblogging platform"
description.fr = "Platforme de Microblogging" description.fr = "Platforme de Microblogging"
version = "2024.3.1~ynh1" version = "2024.5.0~ynh1"
maintainers = [] maintainers = []
@ -44,8 +44,8 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/misskey-dev/misskey/archive/refs/tags/2024.3.1.tar.gz" url = "https://github.com/misskey-dev/misskey/archive/refs/tags/2024.5.0.tar.gz"
sha256 = "f962f38fbf71f600fcc8c1969f418f46565fa58b83dc93528d29a3e65fd79571" sha256 = "700be5e68d2486127e5bbe74bfa02afa990db9580d57c5148bc687c74a002a0b"
autoupdate.strategy = "latest_github_tag" autoupdate.strategy = "latest_github_tag"
[resources.system_user] [resources.system_user]

View file

@ -41,7 +41,13 @@ ynh_add_config --template="default.yml" --destination="$install_dir/.config/defa
#================================================= #=================================================
ynh_script_progression --message="Building app..." --weight=15 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 # SYSTEM CONFIGURATION