2021-12-08 11:14:56 +01:00
<!--
2024-02-16 00:10:12 +01:00
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
2021-12-08 11:14:56 +01:00
It shall NOT be edited by hand.
-->
2017-04-08 04:04:27 +02:00
# Mastodon for YunoHost
2023-01-24 10:11:13 +01:00
[![Integration level ](https://dash.yunohost.org/integration/mastodon.svg )](https://dash.yunohost.org/appci/app/mastodon) ![Working status ](https://ci-apps.yunohost.org/ci/badges/mastodon.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/mastodon.maintain.svg )
2023-02-23 23:37:45 +01:00
2021-01-09 16:21:48 +01:00
[![Install Mastodon with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=mastodon)
2019-03-18 04:22:38 +01:00
2019-05-30 10:37:28 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2019-03-18 04:22:38 +01:00
2021-12-08 11:14:56 +01:00
> *This package allows you to install Mastodon quickly and simply on a YunoHost server.
2021-02-17 19:22:07 +01:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
2019-03-18 04:22:38 +01:00
## Overview
2021-12-08 11:14:56 +01:00
2024-02-24 23:41:06 +01:00
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.
2024-02-24 23:28:27 +01:00
2017-04-08 04:04:27 +02:00
2024-02-24 07:09:17 +01:00
**Shipped version:** 4.2.8~ynh1
2021-12-08 11:14:56 +01:00
**Demo:** https://joinmastodon.org/
## Screenshots
2022-05-27 00:20:07 +02:00
![Screenshot of Mastodon ](./doc/screenshots/mastodon.png )
2021-12-08 11:14:56 +01:00
## Documentation and resources
2019-03-18 04:22:38 +01:00
2022-05-27 00:20:07 +02:00
* Official app website: < https: // joinmastodon . org />
* Official admin documentation: < https: // docs . joinmastodon . org />
* Upstream app code repository: < https: // github . com / mastodon / mastodon >
2023-12-06 07:10:48 +01:00
* YunoHost Store: < https: // apps . yunohost . org / app / mastodon >
2022-05-27 00:20:07 +02:00
* Report a bug: < https: // github . com / YunoHost-Apps / mastodon_ynh / issues >
2019-03-18 04:22:38 +01:00
2021-02-17 19:22:07 +01:00
## Developer info
2019-03-18 04:22:38 +01:00
2021-02-17 19:22:07 +01:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing ).
2019-03-18 04:22:38 +01:00
To try the testing branch, please proceed like that.
2022-05-27 00:20:07 +02:00
``` bash
2019-03-18 04:22:38 +01:00
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
```
2021-12-08 11:14:56 +01:00
2024-02-16 00:10:12 +01:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >