From 2bbd2022283d68f219b7e87bf61b879684ef1761 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Thu, 3 Jun 2021 06:45:53 +0000 Subject: [PATCH 01/13] Auto-update README --- README.md | 23 ++++++----------------- README_fr.md | 33 +++++++++++++-------------------- 2 files changed, 19 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index eb235c6..55b9833 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ - - ---- - + # 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) -[![Install misskey with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=misskey) +[![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)* > *This package allows you to install Misskey quickly and simply on a YunoHost server. If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* ## Overview -[Misskey](https://join.misskey.page/en/) is a forever evolving, sophisticated microblogging platform that support Fediverse. It provide another flavour to decentralised network. Why don't you take a short break from the hustle and bustle of the city, and dive into a new Internet? -**Shipped version:** 12.81.0 +Microblogging platform -## Screenshots +**Shipped version:** 12.81.0~ynh1 -![](https://raw.githubusercontent.com/syuilo/misskey/develop/assets/ss/user.jpg) -## Other instances to join -* [Instances](https://join.misskey.page/en/wiki/instances/) +## Documentation and resources -## Important points to read before installing - -1. **Misskey** require a dedicated **root domain**, eg. misskey.domain.tldYunoHost -2. **Misskey** can take quite some time to install( **more then 30 minutes** ). So take out some time and grab yourself a coffee. -3. If installing from command line use of **screen is rerecorded** to avoid disconnection.See below. -4. After installation first page can take time to load and may show timeout error. Give it time to make itself ready for you. **Refresh page after 2-3 minutes**. -5. The **first account created will be an admin user** and will have all the admin rights. - -#### Support - - * LDAP supported: **No** - * Can the app be used by multiple users?: **Yes** - -#### Using *screen* in case of disconnects - -``` -$ sudo apt-get install screen -$ screen -$ sudo yunohost app install https://github.com/YunoHost-Apps/misskey_ynh.git -``` - -Recover after disconnect: - -``` -$ screen -d -$ screen -r -``` - -## Links - - * Report a bug: https://github.com/YunoHost-Apps/misskey_ynh/issues - * App website: https://join.misskey.page - * Upstream app repository: https://github.com/syuilo/misskey - * YunoHost website: https://yunohost.org/ - ---- +* Official app website: https://join.misskey.page +* Official user documentation: https://yunohost.org/apps +* Upstream app code repository: https://github.com/syuilo/misskey +* YunoHost documentation for this app: https://yunohost.org/app_misskey +* Report a bug: https://github.com/YunoHost-Apps/misskey_ynh/issues ## Developer info @@ -66,3 +39,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/misskey_ynh/tree/test 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 diff --git a/README_fr.md b/README_fr.md new file mode 100644 index 0000000..5befcc0 --- /dev/null +++ b/README_fr.md @@ -0,0 +1,39 @@ +# 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) +[![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.* + +## Vue d'ensemble + +Platforme de Microblogging + +**Version incluse :** 12.81.0~ynh1 + + + +## Documentations et ressources + +* Site officiel de l'app : https://join.misskey.page +* Documentation officielle utilisateur : https://yunohost.org/apps +* Dépôt de code officiel de l'app : https://github.com/syuilo/misskey +* Documentation YunoHost pour cette app : https://yunohost.org/app_misskey +* Signaler un bug : https://github.com/YunoHost-Apps/misskey_ynh/issues + +## 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. +``` +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 From 7734a80c0d57b424b96414444692dbdf06700f76 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 9 Jun 2021 17:40:58 +0200 Subject: [PATCH 09/13] Correct path --- scripts/remove | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/remove b/scripts/remove index bc1e879..dcac200 100755 --- a/scripts/remove +++ b/scripts/remove @@ -84,14 +84,14 @@ ynh_remove_nginx_config #================================================= # Remove the log files -ynh_secure_remove --file="/var/log/$app/" +ynh_secure_remove --file="/var/log/$app" #================================================= # GENERIC FINALIZATION #================================================= # REMOVE DEDICATED USER #================================================= -ynh_script_progression --message="Removing the dedicated system user..." --weight=1 +ynh_script_progression --message="Removing the dedicated system user..." --weight=1 # Delete a system user ynh_system_user_delete --username=$app From 6e453a1548c9bdcb6772a5eed80797b5dae344cb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 9 Jun 2021 17:42:02 +0200 Subject: [PATCH 10/13] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 229d921..f2c9ca6 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.82.0~ynh1", + "version": "12.82.0~yn2", "url": "https://join.misskey.page/en/", "upstream": { "license": "AGPL-3.0", From 85b07f689173208bc476e17c3ee82f2868149ac1 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Wed, 9 Jun 2021 15:42:10 +0000 Subject: [PATCH 11/13] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b42aa35..9838fed 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Microblogging platform -**Shipped version:** 12.82.0~ynh1 +**Shipped version:** 12.82.0~yn2 diff --git a/README_fr.md b/README_fr.md index 1e4bf20..d108020 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Platforme de Microblogging -**Version incluse :** 12.82.0~ynh1 +**Version incluse :** 12.82.0~yn2 From 0b12a2e20009b8d848fb0d5d659630c38748bfaa Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 9 Jun 2021 21:10:27 +0200 Subject: [PATCH 12/13] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index f2c9ca6..dcf2ab8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.82.0~yn2", + "version": "12.82.0~ynh2", "url": "https://join.misskey.page/en/", "upstream": { "license": "AGPL-3.0", From d88816075620c100303d988f5d8bd5af4378f065 Mon Sep 17 00:00:00 2001 From: Yunohost-Bot <> Date: Wed, 9 Jun 2021 19:10:36 +0000 Subject: [PATCH 13/13] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9838fed..bf679b4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Microblogging platform -**Shipped version:** 12.82.0~yn2 +**Shipped version:** 12.82.0~ynh2 diff --git a/README_fr.md b/README_fr.md index d108020..cb04c7f 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Platforme de Microblogging -**Version incluse :** 12.82.0~yn2 +**Version incluse :** 12.82.0~ynh2