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
2024-03-11 16:06:34 +01:00
.github Disable auto updater 2022-07-14 15:16:47 +02:00
conf Upgrade to v12.119.2 2022-12-03 18:02:27 +01:00
doc Merge branch 'testing' into patch-8 2022-04-19 17:21:05 +02:00
scripts [autopatch] TEST BEFORE MERGE ynh_setup_source --full_replace=1 2024-03-11 16:06:34 +01:00
check_process Update check_process 2022-04-14 23:19:54 +02:00
LICENSE Initial commit 2020-10-13 08:36:20 +05:30
manifest.json Upgrade to v12.119.2 2022-12-03 18:01:53 +01:00
README.md Auto-update README 2023-10-31 14:23:11 +00:00
README_fr.md Auto-update README 2023-10-31 14:23:11 +00:00

Misskey for YunoHost

Integration level Working status Maintenance status

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.119.2~ynh1

Screenshots

Screenshot of Misskey

Disclaimers / important information

Important points to read before installing

  • Misskey requires a dedicated root domain, e.g. misskey.domain.tld
  • Due to Cypress dependency, Misskey only works on 64-bit CPU machines.
  • 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, 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.
  • 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