mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
53 lines
No EOL
2.3 KiB
Markdown
53 lines
No EOL
2.3 KiB
Markdown
<!--
|
|
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.
|
|
-->
|
|
|
|
# Glitch-Soc for YunoHost
|
|
|
|
[![Integration level](https://dash.yunohost.org/integration/glitchsoc.svg)](https://dash.yunohost.org/appci/app/glitchsoc) ![](https://ci-apps.yunohost.org/ci/badges/glitchsoc.status.svg) ![](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)
|
|
|
|
*[Lire ce readme en français.](./README_fr.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
|
|
|
|
Libre and federated social network, fork of Mastodon
|
|
|
|
**Shipped version:** 2021-12-27~ynh1
|
|
|
|
|
|
|
|
## Disclaimers / important information
|
|
|
|
Glitch-Soc is beta software, and under active development. Use at your own risk!
|
|
|
|
* This app require a dedicated domain or subdomain.
|
|
* The user choosen during the installation is created in Glitch-Soc with admin rights.
|
|
* LDAP authentication is activated. All YunoHost users can authenticate.
|
|
* Single sign-on doesn't work.
|
|
|
|
It seems important to close the inscriptions for your Glitch-Soc, so that it remains a private body. We invite you to block remote malicious instances from the administration interface. You can also add text on your home page.
|
|
|
|
## Documentation and resources
|
|
|
|
* 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
|
|
|
|
## 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.
|
|
```
|
|
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:** https://yunohost.org/packaging_apps |