Mastodon
social mediaCurrent version: 4.2.13~ynh1
Potential alternative to: X
Mastodon is a free, open-source microblogging social network.
It is a decentralized alternative to commercial platforms like Twitter and avoids the risks of a single company monopolizing your communication for commercial purposes.
This app requires an unusual amount of RAM to install: 1G
Important infos before installing
Important points to read before installing
- Mastodon require a dedicated root domain, eg.
domaine.tld
ormastodon.domain.tld
, with no other apps installed on that domain. Due to the federation, you will not be able to change the domain once installed. - The user choosen during the installation is automatically created in Mastodon with admin rights
- To ensure that your Mastodon instance remains private and that the community is secure, it is important that registrations are closed and verified. We invite you to block remote malicious instances from the administration interface. You can also add text on your home page using the administration interface.
Using screen in case of disconnect
Mastodon can take a long time to install, depending on server performance.
To avoid the process being interrupted by a disconnection, you can use screen
.
sudo apt install screen
screen
sudo yunohost app install https://github.com/YunoHost-Apps/mastodon_ynh.git
Recover the screen session after disconnect:
screen -d
screen -r