2021-05-13 20:02:49 +02:00
<!--
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.
-->
2019-07-14 18:43:25 +02:00
2021-05-13 20:53:08 +02:00
# Glitch-Soc for YunoHost
2019-07-14 18:43:25 +02:00
2023-02-07 12:36:59 +01:00
[![Integration level ](https://dash.yunohost.org/integration/glitchsoc.svg )](https://dash.yunohost.org/appci/app/glitchsoc) ![Working status ](https://ci-apps.yunohost.org/ci/badges/glitchsoc.status.svg ) ![Maintenance status ](https://ci-apps.yunohost.org/ci/badges/glitchsoc.maintain.svg )
2021-11-22 23:15:10 +01:00
[![Install Glitch-Soc with YunoHost ](https://install-app.yunohost.org/install-with-yunohost.svg )](https://install-app.yunohost.org/?app=glitchsoc)
2017-04-08 04:04:27 +02:00
2021-05-13 20:02:49 +02:00
*[Lire ce readme en français.](./README_fr.md)*
2017-04-08 04:04:27 +02:00
2021-11-22 23:15:10 +01:00
> *This package allows you to install Glitch-Soc quickly and simply on a YunoHost server.
2021-05-13 20:02:49 +02:00
If you don't have YunoHost, please consult [the guide ](https://yunohost.org/#/install ) to learn how to install it.*
2017-04-16 16:08:42 +02:00
2021-05-13 20:02:49 +02:00
## Overview
2019-07-14 18:17:03 +02:00
2022-02-18 12:27:49 +01:00
`glitch-soc` is a friendly [fork ](https://en.wikipedia.org/wiki/Fork_(software_development )) of the open-source social media software [Mastodon ](https://joinmastodon.org/ ), with the aim of providing additional features at the risk of potentially less stable software.
### What's different from Mastodon?
`glitch-soc` adds a number of experimental features to Mastodon, such as:
- Media improvements
- Images inside the CW spoiler
- fullwidth images
- scaling options
- Formatted toots
- Reply selection in lists
- Filter improvements
- Highlighting of misleading links
- Hiding follower count
- An app settings modal
- Collapsible toots
- Toot visibility icons
- Local-only toots
- Threaded mode
- `data-*` attributes on statuses
- Advanced theming via flavours+skins
- Doodle
See more [on the documentation ](https://glitch-soc.github.io/docs/ ).
2022-01-11 20:33:20 +01:00
2017-04-16 16:08:42 +02:00
2022-11-15 23:50:39 +01:00
**Shipped version:** 2022.11.15~ynh1
2021-05-13 20:02:49 +02:00
## Disclaimers / important information
2019-03-18 04:22:38 +01:00
2022-02-14 09:59:03 +01:00
⚠️ Glitch-Soc is beta software, and under active development. Use at your own risk!
2019-03-18 04:22:38 +01:00
2022-02-18 12:27:49 +01:00
### Install
2021-05-13 20:02:49 +02:00
* This app require a dedicated domain or subdomain.
2021-05-16 22:44:47 +02:00
* The user choosen during the installation is created in Glitch-Soc with admin rights.
2021-05-16 18:41:27 +02:00
2022-02-14 09:59:03 +01:00
LDAP authentication and SSO are enabled. All YunoHost users can authenticate.
2022-01-11 18:40:13 +01:00
We invite you to block remote malicious instances from the administration interface. You can also add text on your home page.
2019-08-04 00:50:29 +02:00
2022-02-14 09:59:03 +01:00
### Known issues
* When logged in with SSO, log-out from YunoHost's portal don't log-out from Glitch-Soc. See https://github.com/YunoHost/issues/issues/501
2021-05-13 20:02:49 +02:00
## Documentation and resources
2019-03-18 04:22:38 +01:00
2022-05-29 08:26:40 +02:00
* Official app website: < https: // glitch-soc . github . io / docs />
* Upstream app code repository: < https: // github . com / glitch-soc / mastodon >
* YunoHost documentation for this app: < https: // yunohost . org / app_glitchsoc >
* Report a bug: < https: // github . com / YunoHost-Apps / glitchsoc_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-05-13 20:02:49 +02:00
Please send your pull request to the [testing branch ](https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing ).
2019-03-18 04:22:38 +01:00
To try the testing branch, please proceed like that.
2022-05-29 08:26:40 +02:00
``` bash
2021-05-13 20:02:49 +02:00
sudo yunohost app install https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug
2019-03-18 04:22:38 +01:00
or
2021-05-13 20:02:49 +02:00
sudo yunohost app upgrade glitchsoc -u https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug
2019-03-18 04:22:38 +01:00
```
2021-05-13 20:02:49 +02:00
2022-05-29 08:26:40 +02:00
**More info regarding app packaging:** < https: / / yunohost . org / packaging_apps >