From 3fdf9bb457ff582ac4151acf064df32e48602568 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 3 Apr 2025 00:17:09 +0200 Subject: Auto-update READMEs --- README.md | 64 +++++++++++++++++++++++++-------------------------------------- 1 file changed, 25 insertions(+), 39 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b22fcca..9c204a3 100644 --- a/README.md +++ b/README.md @@ -1,53 +1,39 @@ -# Mastodon for YunoHost +

+ Logo of Mastodon + Mastodon, packaged 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) +Libre and federated social network -[![Install Mastodon with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=mastodon) +[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://joinmastodon.org/) +[![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)](https://joinmastodon.org/) +![Version: 4.3.7~ynh1](https://img.shields.io/badge/Version-4.3.7~ynh1-rgba(0,150,0,1)?style=for-the-badge) -*[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.* +## 📦 Developer info -## Overview +🛠️ Upstream Mastodon repository: -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. +Pull request are welcome and should target the [`testing` branch](https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing). +The `testing` branch can be tested using: +``` +# fresh install: +sudo yunohost app install https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing -**Shipped version:** 4.3.6~ynh1 - -**Demo:** - -## Screenshots - -![Screenshot of Mastodon](./doc/screenshots/mastodon.png) - -## Documentation and resources - -- Official app website: -- Official admin documentation: -- Upstream app code repository: -- YunoHost Store: -- Report a bug: - -## 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 +# upgrade an existing install: +sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing ``` -**More info regarding app packaging:** +### 📚 App packaging documentation + +Please see for more information. \ No newline at end of file -- cgit v1.2.3-70-g09d2