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
2021-06-03 11:46:26 +02:00
.github Add templates 2021-06-03 08:49:27 +02:00
conf Update app.src 2021-06-02 17:01:36 +02:00
doc Add disclaimer 2021-06-03 08:56:32 +02:00
scripts Update upgrade 2021-05-15 19:56:45 +02:00
check_process Update check_process 2021-06-03 11:46:26 +02:00
LICENSE Initial commit 2020-10-13 08:36:20 +05:30
manifest.json Update manifest.json 2021-06-02 16:58:54 +02:00
README.md Auto-update README 2021-06-03 06:56:42 +00:00
README_fr.md Auto-update README 2021-06-03 06:56:42 +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

Microblogging platform

Shipped version: 12.82.0~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