1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/misskey_ynh.git synced 2024-09-03 19:46:03 +02:00
Misskey package for YunoHost
Find a file
2022-03-15 19:27:50 +01:00
.github Update updater.sh 2021-11-20 08:34:21 +01:00
conf Update systemd.service 2022-03-13 23:40:38 +01:00
doc Add description 2021-11-17 10:47:42 +01:00
scripts Update upgrade 2022-03-15 19:02:06 +01:00
check_process Fix 2021-11-17 14:16:30 +01:00
LICENSE Initial commit 2020-10-13 08:36:20 +05:30
manifest.json Update manifest.json 2022-03-15 19:27:50 +01:00
README.md Auto-update README 2022-03-13 06:26:59 +00:00
README_fr.md Auto-update README 2022-03-13 06:26:59 +00:00

Misskey for YunoHost

Integration level
Install Misskey with YunoHost

Lire ce readme en français.

This package allows you to install Misskey quickly and simply on a YunoHost server. If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms.

Shipped version: 12.108.1~ynh1

Screenshots

Disclaimers / important information

Important points to read before installing

  • 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

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that.

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