aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b22fcca388ba97d1f0d55198089165588cb30fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!--
N.B.: This README was automatically generated by <https://github.com/YunoHost/apps/tree/master/tools/readme_generator>
It shall NOT be edited by hand.
-->

# Mastodon for YunoHost

[![Integration level](https://apps.yunohost.org/badge/integration/mastodon)](https://ci-apps.yunohost.org/ci/apps/mastodon/)
![Working status](https://apps.yunohost.org/badge/state/mastodon)
![Maintenance status](https://apps.yunohost.org/badge/maintained/mastodon)

[![Install Mastodon with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mastodon)

*[Read this README in other languages.](./ALL_README.md)*

> *This package allows you to install Mastodon quickly and simply on a YunoHost server.*  
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) 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.3.6~ynh1

**Demo:** <https://joinmastodon.org/>

## Screenshots

![Screenshot of Mastodon](./doc/screenshots/mastodon.png)

## Documentation and resources

- Official app website: <https://joinmastodon.org/>
- Official admin documentation: <https://docs.joinmastodon.org/>
- Upstream app code repository: <https://github.com/mastodon/mastodon>
- YunoHost Store: <https://apps.yunohost.org/app/mastodon>
- Report a bug: <https://github.com/YunoHost-Apps/mastodon_ynh/issues>

## Developer info

Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing).

To try the `testing` branch, please proceed like that:

```bash
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>