Merge pull request #1958 from memo-567/patch-1

Create app_misskey.md
This commit is contained in:
Éric Gaspar 2022-04-16 12:25:31 +02:00 committed by GitHub
commit 5b57de8999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 49 additions and 0 deletions

BIN
images/misskey_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,49 @@
---
title: Misskey
template: docs
taxonomy:
category: docs, apps
routes:
default: '/app_misskey'
---
![misskey's logo](image://misskey_logo.png?resize=,80)
[![Install Misskey with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=misskey) [![Integration level](https://dash.yunohost.org/integration/misskey.svg)](https://dash.yunohost.org/appci/app/misskey)
### Index
- [Configuration](#configuration)
- [Useful links](#useful-links)
Misskey is a decentralized and open source microblogging platform. It has "Reactions" that allow you to easily express your feeling, "Drive" that allow you to manage files in one place, and a highly customizable UI that makes it more fun to share something.
Misskey also implements ActivityPub, so it can communicate with other platforms like Mastodon, Pleroma, Friendica and more interactively.
## Configuration
- *Misskey* require a dedicated root domain, eg. `misskey.domain.tld`
- *Misskey* can take quite some time to install (more then 30 minutes). So take out some time and grab yourself a coffee.
- If installing from command line use of screen is rerecorded to avoid disconnection. See below.
- 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.
- The first account created will be an admin user and will have all the admin rights.
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
```
## Useful links
* Official app website: https://misskey-hub.net/
* Upstream app code repository: https://github.com/misskey-dev/misskey
* Demonstration : [https://demo.misskey.io](https://demo.misskey.io)
* Report a bug: https://github.com/YunoHost-Apps/misskey_ynh/issues