From 5ade532e8215898a46f5ccb659f002882868cb49 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sun, 12 Jun 2022 18:05:46 +0200 Subject: [PATCH 1/3] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 1d19fbe..c05657a 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -NODEJS_VERSION="16.14.0" +NODEJS_VERSION="16.15.0" # dependencies used by the app pkg_dependencies="ffmpeg postgresql" From f58b681ec36fb2e705565bc03497e50e839e0487 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 12 Jun 2022 16:05:48 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 19 +++++++++---------- README_fr.md | 25 ++++++++++++++----------- 2 files changed, 23 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 007ee46..c772eef 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # Misskey for YunoHost -[![Integration level](https://dash.yunohost.org/integration/misskey.svg)](https://dash.yunohost.org/appci/app/misskey) ![](https://ci-apps.yunohost.org/ci/badges/misskey.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/misskey.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/misskey.svg)](https://dash.yunohost.org/appci/app/misskey) ![Working status](https://ci-apps.yunohost.org/ci/badges/misskey.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/misskey.maintain.svg) [![Install Misskey with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=misskey) *[Lire ce readme en français.](./README_fr.md)* @@ -20,11 +20,9 @@ Misskey is a decentralized microblogging platform. Since it exists within the Fe **Shipped version:** 12.110.1~ynh1 - - ## Screenshots -![](./doc/screenshots/screenshot-desktop.png) +![Screenshot of Misskey](./doc/screenshots/screenshot-desktop.png) ## Disclaimers / important information @@ -52,20 +50,21 @@ screen -r ## Documentation and resources -* 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 +* Official app website: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## Developer info Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/misskey_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug or sudo yunohost app upgrade misskey -u https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 0dc5d94..7126c64 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,10 +1,14 @@ + + # Misskey pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/misskey.svg)](https://dash.yunohost.org/appci/app/misskey) ![](https://ci-apps.yunohost.org/ci/badges/misskey.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/misskey.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/misskey.svg)](https://dash.yunohost.org/appci/app/misskey) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/misskey.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/misskey.maintain.svg) [![Installer Misskey avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=misskey) *[Read this readme in english.](./README.md)* -*[Lire ce readme en français.](./README_fr.md)* > *Ce package vous permet d'installer Misskey rapidement et simplement sur un serveur YunoHost. Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* @@ -15,11 +19,9 @@ Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au **Version incluse :** 12.110.1~ynh1 - - ## Captures d'écran -![](./doc/screenshots/screenshot-desktop.png) +![Capture d'écran de Misskey](./doc/screenshots/screenshot-desktop.png) ## Avertissements / informations importantes @@ -47,20 +49,21 @@ screen -r ## Documentations et ressources -* 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 +* Site officiel de l'app : +* Dépôt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : ## Informations pour les développeurs Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/misskey_ynh/tree/testing). Pour essayer la branche testing, procédez comme suit. -``` + +``` bash sudo yunohost app install https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug ou sudo yunohost app upgrade misskey -u https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** From 295de4c6975d3d2f87b08decefbee2c3ffa3e9cc Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sun, 12 Jun 2022 18:06:49 +0200 Subject: [PATCH 3/3] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c05657a..1d19fbe 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -NODEJS_VERSION="16.15.0" +NODEJS_VERSION="16.14.0" # dependencies used by the app pkg_dependencies="ffmpeg postgresql"