All Projects → YunoHost-Apps → mastodon_ynh

YunoHost-Apps / mastodon_ynh

Licence: AGPL-3.0 license
Free, open-source social network for YunoHost

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to mastodon ynh

discourse ynh
Discourse package for YunoHost
Stars: ✭ 23 (-65.67%)
Mutual labels:  yunohost, yunohost-apps, closember
wikijs ynh
Modern and powerful wiki app package for YunoHost
Stars: ✭ 19 (-71.64%)
Mutual labels:  yunohost, yunohost-apps, closember
Hunter
A Elixir client for Mastodon, a GNU Social compatible micro-blogging service
Stars: ✭ 32 (-52.24%)
Mutual labels:  social-network, mastodon
my webapp ynh
Custom Web app with SFTP access
Stars: ✭ 39 (-41.79%)
Mutual labels:  yunohost, closember
project-organization
YunoHost project organization
Stars: ✭ 31 (-53.73%)
Mutual labels:  yunohost, closember
Rustodon
A Mastodon-compatible, ActivityPub-speaking server in Rust
Stars: ✭ 434 (+547.76%)
Mutual labels:  social-network, mastodon
Mastodon
Your self-hosted, globally interconnected microblogging community
Stars: ✭ 26,120 (+38885.07%)
Mutual labels:  social-network, mastodon
Microstatus
Lightweight Mastodon- and GNU social-compatible ActivityPub and OStatus server implementation
Stars: ✭ 96 (+43.28%)
Mutual labels:  social-network, mastodon
jellyfin ynh
Jellyfin package for YunoHost
Stars: ✭ 20 (-70.15%)
Mutual labels:  yunohost, closember
ttrss ynh
Tiny Tiny RSS package for YunoHost
Stars: ✭ 17 (-74.63%)
Mutual labels:  yunohost-apps, closember
doc
YunoHost documentation
Stars: ✭ 126 (+88.06%)
Mutual labels:  yunohost, closember
Aardwolf
Powering connected social communities with open software.
Stars: ✭ 379 (+465.67%)
Mutual labels:  social-network, mastodon
Social
🎉 Social can be used for work, or to connect to the fediverse!
Stars: ✭ 302 (+350.75%)
Mutual labels:  social-network, mastodon
Orion
🚀 "Orion" is generic fediverse microblogging application for Desktop.
Stars: ✭ 14 (-79.1%)
Mutual labels:  social-network, mastodon
gotosocial
Golang fediverse server.
Stars: ✭ 400 (+497.01%)
Mutual labels:  social-network, mastodon
merveilles-town
Fork of Mastodon repository with modifications to make Merveilles a town of our own.
Stars: ✭ 23 (-65.67%)
Mutual labels:  social-network, mastodon
awesome-alternatives
A list of alternative websites/software to popular proprietary services.
Stars: ✭ 123 (+83.58%)
Mutual labels:  social-network, mastodon
mastodon
Your self-hosted, globally interconnected microblogging community
Stars: ✭ 29,949 (+44600%)
Mutual labels:  social-network, mastodon
wordpress-ostatus
An OStatus plugin for WordPress
Stars: ✭ 21 (-68.66%)
Mutual labels:  social-network, mastodon
soundstorm
The Federated Social Audio Platform
Stars: ✭ 26 (-61.19%)
Mutual labels:  social-network, mastodon

Mastodon for YunoHost

Integration level Working status Maintenance status
Install Mastodon with YunoHost

Lire ce readme en français.

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

Overview

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.

Shipped version: 4.0.2~ynh1

Demo: https://joinmastodon.org/

Screenshots

Screenshot of Mastodon

Disclaimers / important information

Important points to read before installing

  1. Mastodon require a dedicated root domain, eg. mastodon.domain.tld
  2. The user choosen during the installation is automatically created in Mastodon with admin rights
  3. At the end of the installation a mail is sent to the user with the automatically generated password
  4. It seems important to close the inscriptions for your Mastodon, so that it remains a private body. We invite you to block remote malicious instances from the administration interface. You can also add text on your home page.

Configuration

Install

Using screen in case of disconnect

$ sudo apt-get install screen
$ screen
$ sudo yunohost app install https://github.com/YunoHost-Apps/mastodon_ynh.git

Recover after disconnect:

$ screen -d
$ screen -r

Update

Using screen highly recommended

$ sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh --debug

Administrate with tooctl

$ (cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl --help)

YunoHost specific features

Multi-users support

LDAP authentication is activated. All YunoHost users can authenticate.

Log-out from YunoHost's portal doesn't log out from Mastodon. See YunoHost/issues#501

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/mastodon_ynh/tree/testing --debug
or
sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].