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 #77 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-04-18 19:14:55 +02:00 committed by GitHub
commit 7e67ce4a21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View file

@ -18,13 +18,13 @@ 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~ynh2
**Shipped version:** 12.110.0~ynh3
## Screenshots
![](./doc/screenshots/screenshot.jpg)
![](./doc/screenshots/screenshot-desktop.png)
## Disclaimers / important information

View file

@ -13,13 +13,13 @@ 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~ynh2
**Version incluse :** 12.110.0~ynh3
## Captures d'écran
![](./doc/screenshots/screenshot.jpg)
![](./doc/screenshots/screenshot-desktop.png)
## Avertissements / informations importantes

Binary file not shown.

After

Width:  |  Height:  |  Size: 641 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 148 KiB

View file

@ -6,7 +6,7 @@
"en": "Microblogging platform",
"fr": "Platforme de Microblogging"
},
"version": "12.110.0~ynh2",
"version": "12.110.0~ynh3",
"url": "https://misskey-hub.net/",
"upstream": {
"license": "AGPL-3.0",

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
NODEJS_VERSION="16"
NODEJS_VERSION="16.14.0"
# dependencies used by the app
pkg_dependencies="ffmpeg postgresql"