2022-04-16 12:22:31 +02:00
---
title: Misskey
template: docs
taxonomy:
category: docs, apps
routes:
default: '/app_misskey'
---
2022-04-16 13:10:06 +02:00
![misskey's logo ](image://misskey_logo.png?resize=100 )
2022-04-16 12:22:31 +02:00
[![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 )
2022-04-17 09:06:46 +02:00
2022-04-19 14:40:41 +02:00
Misskey is a decentralized and open source microblogging platform. It has "Reactions" that allow you to easily express your feeling, "Drive" that allows you to manage files in one place, and a highly customizable UI that makes it more fun to share something.
2022-04-16 12:22:31 +02:00
Misskey also implements ActivityPub, so it can communicate with other platforms like Mastodon, Pleroma, Friendica and more interactively.
## Configuration
2022-06-17 08:32:46 +02:00
- Beginning with version 12.111.1~ynh1 (*Misskey* 12.111.1) YunoHost >= 11.0.7 is required, as PostgreSQL >= 12.x is mandatory.
2022-04-19 14:40:41 +02:00
- *Misskey* requires a dedicated root domain, e.g. `misskey.domain.tld`
2022-04-19 11:19:00 +02:00
- Due to Cypress dependency, *Misskey* only works on 64-bit CPU machines.
2022-04-16 12:22:31 +02:00
- *Misskey* can take quite some time to install (more then 30 minutes). So take out some time and grab yourself a coffee.
2022-04-19 14:40:41 +02:00
- If installing from command line, using `screen` is recommended 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 the page after 2 or 3 minutes.
2022-04-16 12:22:31 +02:00
- The first account created will be an admin user and will have all the admin rights.
2022-04-17 09:06:46 +02:00
2022-04-16 12:22:31 +02:00
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
2022-04-16 12:30:24 +02:00
* Official app website: [https://misskey-hub.net/ ](https://misskey-hub.net/ )
* Upstream app code repository: [https://github.com/misskey-dev/misskey ](https://github.com/misskey-dev/misskey )
2022-04-16 12:22:31 +02:00
* Demonstration : [https://demo.misskey.io ](https://demo.misskey.io )
2022-04-16 12:30:24 +02:00
* Report a bug: [https://github.com/YunoHost-Apps/misskey_ynh/issues ](https://github.com/YunoHost-Apps/misskey_ynh/issues )