1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mastodon_ynh.git synced 2024-09-03 19:46:02 +02:00
mastodon_ynh/README.md

51 lines
2 KiB
Markdown
Raw Normal View History

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.
Packaging v2 (#399) * Convert to v2 (#383) * convert script * v2 * Auto-update README * Update documentation cc @panomaki * Bump ruby version from 3.0.6 to 3.2.2 * v2 * Auto-update README * woops * v2 * v2 * s/final_path/install_dir * Update PRE_INSTALL.md * too soon... * v2 * v2 * v2 * Update tests.toml * Update doc/PRE_INSTALL.md Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> * Update doc/PRE_INSTALL_fr.md Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> * Update tests.toml Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> * Update tests.toml Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> * Update doc/PRE_INSTALL.md Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> * Update doc/PRE_INSTALL_fr.md Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> * Apply suggestions * Update manifest.toml * Auto-update README * Update manifest.toml * Update scripts * Auto-update README * Remove SSO integration * Use new mail mechanism * cleaning * Update manifest.toml --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> * Bump ynh version * Auto-update README * Update manifest.toml * Update doc/PRE_INSTALL.md Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> * Add service setting for app shell * Use logrotate * smtp config follow-up Sidekiq service can be properly hardened since it doesn't use sendmail anymore o/ * Fix mkdir failing if /var/log/mastodon already exists * upgrade: Rename database to match packaging v2 * Bump 4.1.6~ynh2 * Auto-update README * Disable install.private test * remove full_domain * 4.1.7 (#403) * 4.1.7 * Auto-update README * Update manifest.toml * Auto-update README --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Tagada <36127788+Tagadda@users.noreply.github.com> * fix * fix * Don't swap when running on a LXC * Hardcore the needed RAM * Auto-update README * Auto-update README * Update manifest.toml * Auto-update README * Update _common.sh * Auto-update README * cleaning * cleaning * Auto-update README * Auto-update README * Update tests.toml * Fix restore * Fix manifest.toml * Auto-update README * Auto-update README * add `tootctl self-destruct` info * format * Auto-update README * lol autotranslate * break line * break lines * translation from french * update version * Auto-update README * Update manifest.toml --------- Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org> Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: ericgaspar <junk.eg@free.fr> Co-authored-by: OniriCorpe <oniricorpe@disroot.org>
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>