2020-05-17 14:01:30 +02:00
# [WIP] Glitch-Soc pour YunoHost
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
2020-05-17 13:55:46 +02:00
> *This package allow you to install Glitch-Soc quickly and simply on a YunoHost server.
2019-03-18 04:22:38 +01:00
If you don't have YunoHost, please see [here ](https://yunohost.org/#/install ) to know how to install and enjoy it.*
## Overview
2020-05-17 13:55:46 +02:00
Glitch-Soc is a free, open-source social network. A decentralized alternative to commercial platforms, it avoids the risks of a single company monopolizing your communication. Pick a server that you trust — whichever you choose, you can interact with everyone else. Anyone can run their own Glitch-Soc instance and participate in the social network seamlessly.
2017-04-08 04:04:27 +02:00
2020-05-17 13:55:46 +02:00
**Shipped version:** 3.1.4
2017-04-16 16:33:17 +02:00
2019-07-14 18:43:25 +02:00
## Important points to read before installing
2020-05-17 13:55:46 +02:00
1. **Glitch-Soc** require a dedicated **root domain** , eg. glitch.domain.tld
1. The user choosen during the installation is automatically created in Glitch-Soc with admin rights
2019-07-14 18:43:25 +02:00
1. At the end of the installation a mail is sent to the user with the automatically generated password
2020-05-17 13:55:46 +02:00
1. 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.
2019-07-14 18:43:25 +02:00
2019-03-18 04:22:38 +01:00
## Screenshots
2017-04-08 04:04:27 +02:00
2019-03-18 04:22:38 +01:00
![](https://framalibre.org/sites/default/files/mastodon.png)
2017-04-08 04:04:27 +02:00
2019-03-18 04:22:38 +01:00
## Configuration
2017-04-16 16:08:42 +02:00
2019-07-14 18:17:03 +02:00
### Install
2017-06-07 20:42:42 +02:00
#### Using __screen__ in case of disconnect
```
$ sudo apt-get install screen
$ screen
2020-05-17 13:55:46 +02:00
$ sudo yunohost app install https://github.com/Tagadda/glitch-soc_ynh.git
2017-06-07 20:42:42 +02:00
```
Recover after disconnect:
```
$ screen -d
$ screen -r
```
2017-05-07 22:23:01 +02:00
2017-04-08 04:04:27 +02:00
### Update
2019-07-14 18:17:03 +02:00
2017-06-07 20:42:42 +02:00
#### Using __screen__ highly recommended
2017-04-08 04:04:27 +02:00
2020-05-17 13:55:46 +02:00
`$ sudo yunohost app upgrade glitch-soc -u https://github.com/Tagadda/glitch-soc_ynh --debug `
2017-04-16 16:08:42 +02:00
2019-03-18 04:22:38 +01:00
## Documentation
* Official documentation: https://docs.joinmastodon.org/
## YunoHost specific features
2019-08-04 00:50:29 +02:00
#### Multi-users support
2020-04-08 19:54:53 +02:00
LDAP authentication is activated. All YunoHost users can authenticate.
2019-08-04 00:50:29 +02:00
2019-03-18 04:22:38 +01:00
## Links
2020-05-17 13:55:46 +02:00
* Report a bug: https://github.com/Tagadda/glitch-soc_ynh/issues
* App website: https://glitch-soc.github.io/docs/
* Upstream app repository: https://github.com/glitch-soc/mastodon
2019-03-18 04:22:38 +01:00
* YunoHost website: https://yunohost.org/
---
Developers info
----------------
2020-05-17 13:55:46 +02:00
Please do your pull request to the [testing branch ](https://github.com/Tagadda/glitch-soc_ynh/tree/testing ).
2019-03-18 04:22:38 +01:00
To try the testing branch, please proceed like that.
```
2020-05-17 13:55:46 +02:00
sudo yunohost app install https://github.com/Tagadda/glitch-soc_ynh/tree/testing --debug
2019-03-18 04:22:38 +01:00
or
2020-05-17 13:55:46 +02:00
sudo yunohost app upgrade glitch-soc -u https://github.com/Tagadda/glitch-soc_ynh/tree/testing --debug
2019-03-18 04:22:38 +01:00
```