Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yunohost-apps/glitchsoc_ynh
Microblogging social network.
https://github.com/yunohost-apps/glitchsoc_ynh
activitypub glitch-soc yunohost
Last synced: about 2 months ago
JSON representation
Microblogging social network.
- Host: GitHub
- URL: https://github.com/yunohost-apps/glitchsoc_ynh
- Owner: YunoHost-Apps
- License: agpl-3.0
- Created: 2020-05-17T11:02:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-06T15:50:46.000Z (9 months ago)
- Last Synced: 2024-04-13T14:55:23.875Z (9 months ago)
- Topics: activitypub, glitch-soc, yunohost
- Language: Shell
- Homepage: https://glitch-soc.github.io/docs/
- Size: 851 KB
- Stars: 15
- Watchers: 5
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glitch-Soc for YunoHost
[![Integration level](https://dash.yunohost.org/integration/glitchsoc.svg)](https://ci-apps.yunohost.org/ci/apps/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)
[![Install Glitch-Soc with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=glitchsoc)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install Glitch-Soc 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
`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.
⚠️ `glitch-soc` is beta software, and under active development. Use at your own risk!
### 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
- DoodleSee more [on the documentation](https://glitch-soc.github.io/docs/).
**Shipped version:** 2024.11.10~ynh1
## Documentation and resources- Official app website:
- 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/glitchsoc_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug
or
sudo yunohost app upgrade glitchsoc -u https://github.com/YunoHost-Apps/glitchsoc_ynh/tree/testing --debug
```**More info regarding app packaging:**