mirror of
https://github.com/YunoHost-Apps/misskey_ynh.git
synced 2024-09-03 19:46:03 +02:00
Auto-update README
This commit is contained in:
parent
05788544d5
commit
3440464dd9
2 changed files with 57 additions and 43 deletions
59
README.md
59
README.md
|
@ -1,60 +1,33 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Misskey for YunoHost
|
# Misskey for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/misskey)  
|
[](https://dash.yunohost.org/appci/app/misskey)  
|
||||||
[](https://install-app.yunohost.org/?app=misskey)
|
[](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.
|
> *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.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## 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
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
## 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
|
|
||||||
|
|
||||||
|
* 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
|
* 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/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
@ -66,3 +39,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/misskey_ynh/tree/test
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade misskey -u https://github.com/YunoHost-Apps/misskey_ynh/tree/testing --debug
|
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
|
39
README_fr.md
Normal file
39
README_fr.md
Normal file
|
@ -0,0 +1,39 @@
|
||||||
|
# Misskey pour YunoHost
|
||||||
|
|
||||||
|
[](https://dash.yunohost.org/appci/app/misskey)  
|
||||||
|
[](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
|
Loading…
Add table
Reference in a new issue