1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00

Merge pull request #73 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-04-16 06:56:38 +02:00 committed by GitHub
commit 70b93977e5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 12 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
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:** 12.110.0~ynh1
**Shipped version:** 12.110.0~ynh2
@ -51,7 +51,7 @@ screen -r
## Documentation and resources
* Official app website: https://join.misskey.page
* Official app website: https://misskey-hub.net/
* Upstream app code repository: https://github.com/misskey-dev/misskey
* YunoHost documentation for this app: https://yunohost.org/app_misskey
* Report a bug: https://github.com/YunoHost-Apps/misskey_ynh/issues

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
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 :** 12.110.0~ynh1
**Version incluse :** 12.110.0~ynh2
@ -46,7 +46,7 @@ screen -r
## Documentations et ressources
* Site officiel de l'app : https://join.misskey.page
* Site officiel de l'app : https://misskey-hub.net/
* Dépôt de code officiel de l'app : https://github.com/misskey-dev/misskey
* Documentation YunoHost pour cette app : https://yunohost.org/app_misskey
* Signaler un bug : https://github.com/YunoHost-Apps/misskey_ynh/issues

View file

@ -10,8 +10,8 @@
setup_private=1
setup_public=1
upgrade=1
# 12.84.0~ynh1
#upgrade=1 from_commit=32c061ef1a6cedb00300ffd38184cd7d5fff4c95
# 12.109.2~ynh1
upgrade=1 from_commit=d0b5378eb020818020114d647a56158caed1600e
backup_restore=1
multi_instance=1
change_url=0
@ -19,6 +19,6 @@
Email=
Notification=
;;; Upgrade options
; commit=32c061ef1a6cedb00300ffd38184cd7d5fff4c95
name=12.84.0~ynh1
; commit=d0b5378eb020818020114d647a56158caed1600e
name=12.109.2~ynh1
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666&

View file

@ -6,11 +6,11 @@
"en": "Microblogging platform",
"fr": "Platforme de Microblogging"
},
"version": "12.110.0~ynh1",
"url": "https://join.misskey.page/en/",
"version": "12.110.0~ynh2",
"url": "https://misskey-hub.net/",
"upstream": {
"license": "AGPL-3.0",
"website": "https://join.misskey.page",
"website": "https://misskey-hub.net/",
"code": "https://github.com/misskey-dev/misskey"
},
"license": "AGPL-3.0",

View file

@ -124,8 +124,9 @@ ynh_install_extra_app_dependencies --repo="deb https://dl.yarnpkg.com/debian/ st
#=================================================
pushd "$final_path"
ynh_use_nodejs
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn cleanall
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn install
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn run clean
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH NODE_ENV=production yarn build
ynh_exec_warn_less sudo -u $app env $ynh_node_load_PATH yarn migrate
popd