1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00
synapse_ynh/README.md

177 lines
7.2 KiB
Markdown
Raw Normal View History

2017-02-13 20:43:41 +01:00
Synapse for YunoHost
2017-10-13 14:57:26 +02:00
====================
2017-02-13 20:43:41 +01:00
2018-02-12 21:11:15 +01:00
![](https://matrix.org/blog/wp-content/uploads/2015/01/logo1.png)
2018-02-12 23:38:54 +01:00
[![Integration level](https://dash.yunohost.org/integration/synapse.svg)](https://ci-apps.yunohost.org/jenkins/job/synapse%20%28Community%29/lastBuild/consoleFull)
2018-02-12 21:11:15 +01:00
[![Install Synapse with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=synapse)
2017-02-27 08:11:50 +01:00
2018-03-17 09:55:05 +01:00
> *This package allows you to install synapse quickly and simply on a YunoHost server.
2018-02-12 23:38:54 +01:00
If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.*
2017-02-13 20:43:41 +01:00
2018-02-12 21:11:15 +01:00
Overview
--------
2017-12-15 22:54:09 +01:00
2018-02-12 21:11:15 +01:00
Instant messaging server matrix network.
2018-03-17 09:55:05 +01:00
Yunohost chatroom with matrix : [https://riot.im/app/#/room/#yunohost:matrix.org](https://riot.im/app/#/room/#yunohost:matrix.org)
2018-02-12 21:11:15 +01:00
2018-05-25 03:20:53 +02:00
**Shipped version:** 0.30.0
2018-02-12 21:11:15 +01:00
Configuration
-------------
2017-10-13 14:57:26 +02:00
### Install for ARM arch (or slow arch)
2017-02-13 20:43:41 +01:00
2018-03-17 09:55:05 +01:00
For all slow or arm architecture it's recommended to build the dh file before the install to have a quicker install.
You could build it by this cmd : `mkdir -p /etc/matrix-synapse && openssl dhparam -out /etc/matrix-synapse/dh.pem 2048 > /dev/null`
2017-02-13 20:43:41 +01:00
After that you can install it without problem.
2018-03-17 09:55:05 +01:00
The package uses a prebuilt python virtual environnement. The binary are taken from this repository: https://github.com/Josue-T/synapse_python_build
2017-10-25 20:18:51 +02:00
The script to build the binary is also available.
2017-10-13 14:57:26 +02:00
### Web client
2017-02-13 20:43:41 +01:00
2018-03-17 09:55:05 +01:00
If you want a web client you can also install riot with this package: https://github.com/YunoHost-Apps/riot_ynh .
2017-02-13 20:43:41 +01:00
2017-10-13 14:57:26 +02:00
### Access by federation
2017-02-13 20:43:41 +01:00
2018-03-17 09:55:05 +01:00
To be accessible by the federation you need to put the following line in the dns configuration:
2017-02-13 20:43:41 +01:00
```
_matrix._tcp.<yourdomain.com> <ttl> IN SRV 10 0 <port> <synapse.server.name>
```
for example
```
2018-03-13 16:31:27 +01:00
_matrix._tcp.example.com. 3600 IN SRV 10 0 SYNAPSE_PORT synapse.example.com.
2017-02-13 20:43:41 +01:00
```
2018-03-17 09:55:05 +01:00
You need to replace SYNAPSE_PORT by the real port. This port can be obtained by the command: `yunohost app setting SYNAPSE_INSTANCE_NAME synapse_tls_port`
2018-03-09 21:04:01 +01:00
2018-03-17 09:55:05 +01:00
If it is not automatically done, you need to open this in your ISP box.
2018-03-09 21:04:01 +01:00
### Turnserver
2018-03-17 09:55:05 +01:00
For Voip and video conferencing a turnserver is also installed (and configured). The turnserver listens on two UDP and TCP ports. You can get them with these commands:
2018-03-13 16:31:27 +01:00
```
yunohost app setting synapse turnserver_tls_port
yunohost app setting synapse turnserver_alt_tls_port
```
2018-03-17 09:55:05 +01:00
To have a fully functional turnserver you need to open these ports (if it is not automatically done) on your ISP box.
2018-03-09 21:04:01 +01:00
2017-10-13 14:57:26 +02:00
### Important Security Note
2017-02-13 20:43:41 +01:00
We do not recommend running Riot from the same domain name as your Matrix
homeserver (synapse). The reason is the risk of XSS (cross-site-scripting)
vulnerabilities that could occur if someone caused Riot to load and render
malicious user generated content from a Matrix API which then had trusted
access to Riot (or other apps) due to sharing the same domain.
We have put some coarse mitigations into place to try to protect against this
2018-03-17 09:55:05 +01:00
situation, but it's still not a good practice to do it in the first place. See
2017-02-13 20:43:41 +01:00
https://github.com/vector-im/riot-web/issues/1977 for more details.
2018-02-12 21:11:15 +01:00
Documentation
-------------
2017-12-29 20:24:57 +01:00
2018-02-12 21:11:15 +01:00
- Official documentation: https://github.com/matrix-org/synapse
2018-03-17 09:55:05 +01:00
- YunoHost documentation: to be created; feel free to help!
2017-12-29 20:24:57 +01:00
2018-02-12 21:11:15 +01:00
YunoHost specific features
--------------------------
2017-12-29 20:24:57 +01:00
2018-02-12 21:11:15 +01:00
### Multi-users support
2017-12-29 20:24:57 +01:00
2018-02-12 21:11:15 +01:00
Supported with LDAP.
2017-12-29 20:24:57 +01:00
2018-02-12 21:11:15 +01:00
### Supported architectures
2017-12-29 20:24:57 +01:00
2018-02-12 21:11:15 +01:00
- Tested on x86_64
- Tested on ARM (with specific build)
Limitations
-----------
2018-03-17 09:55:05 +01:00
Synapse uses a lot of ressource. So on slow architecture (like small ARM board), this app could take a lot of CPU and RAM.
2018-02-12 21:11:15 +01:00
2018-03-17 09:55:05 +01:00
This app doesn't provide any real good web interface. So it's recommended to use Riot client to connect to this app. This app is available [here](https://github.com/YunoHost-Apps/riot_ynh)
2018-02-12 21:11:15 +01:00
Links
2017-12-29 20:24:57 +01:00
-----
2018-02-12 21:11:15 +01:00
- Report a bug: https://github.com/YunoHost-Apps/synapse_ynh/issues
- Matrix website: https://matrix.org/
- YunoHost website: https://yunohost.org/
2018-03-17 09:55:05 +01:00
Additional information
2018-02-12 23:38:54 +01:00
-----
2018-02-12 21:11:15 +01:00
2017-12-29 20:24:57 +01:00
Administation
-------------
2018-03-17 09:55:05 +01:00
**All documentation of this section is not warranted. A bad use of command could break the app and all the data. So use these commands at your own risk.**
2017-12-29 20:24:57 +01:00
Before any manipulation it's recommended to do a backup by this following command :
`sudo yunohost backup create --verbose --ignore-system --apps synapse`
### Set user as admin
2018-03-17 09:55:05 +01:00
Actually there are no functions in the client interface to set a user as admin. So it's possible to enable it manually in the database.
2017-12-29 20:24:57 +01:00
2018-03-17 09:55:05 +01:00
The following command will grant admin privilege to the specified user:
2017-12-29 20:24:57 +01:00
```
su --command="psql matrix_synapse" postgres <<< "UPDATE users SET admin = 1 WHERE name = '@user_to_be_admin:domain.tld'"
```
### Disable backup in upgrade
2018-03-17 09:55:05 +01:00
To solve the issue [#30](https://github.com/YunoHost-Apps/synapse_ynh/issues/30) you can disable the backup in the upgrade by setting to true the key `disable_backup_before_upgrade` in the app setting. You can set it by this command :
`yunohost app setting synapse disable_backup_before_upgrade -v 1`
2018-02-12 23:38:54 +01:00
### Multi instance support
2018-03-17 09:55:05 +01:00
To give a possibility to have multiple domains you can use multiple instances of synapse. In this case all instances will run on different ports so it's really important to put a SRV record in your domain. You can get the port that you need to put in your SRV record with this following command:
```
yunohost app setting synapse__<instancenumber> synapse_tls_port
```
2018-03-17 09:55:05 +01:00
Before installing a second instance of the app it's really recommended to update all existing instances.
2018-02-12 23:38:54 +01:00
### Migration from old package
2018-03-17 09:55:05 +01:00
The old synapse package had some problems, the package has been reviewed in the summer 2017. The old package was made with the debian package with the synapse apt repos. The database used sqlite. To improve the performance and to have a better compatibility the new package uses python virtual environment and postgresql as database. The Upgrade was made to make the migration from the old package to the new package. The part of this script is available here : https://github.com/YunoHost-Apps/synapse_ynh/blob/master/scripts/upgrade#L40-L119 .
2018-03-17 09:55:05 +01:00
This script tries to upgrade the app without any problem but it could happen that something fails and in this case the restoration is NOT guaranteed to be successful. So it's REALLY recommended to make MANUAL a backup before this big upgrade.
2018-03-17 09:55:05 +01:00
To check if you use the old synapse package type this command:
`sudo yunohost app setting synapse synapse_version`
2018-03-17 09:55:05 +01:00
- If the command returns nothing you are using the old package.
- If the command returns something like 0.25.1 you are using the new package.
To do a backup before the upgrade use this command : `sudo yunohost backup create --verbose --ignore-system --apps synapse`
2018-03-17 09:55:05 +01:00
If anything fails while you are doing the upgrade please create an issue here: https://github.com/YunoHost-Apps/synapse_ynh/issues
2018-02-12 23:38:54 +01:00
### License
2017-10-13 14:57:26 +02:00
2018-03-17 09:55:05 +01:00
Synapse is published under the Apache License: https://github.com/matrix-org/synapse/blob/master/LICENSE
2018-02-12 23:38:54 +01:00
---
Developers infos
----------------
Please do your pull request to the testing branch.
To try the testing branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/synapse_ynh/tree/testing --verbose
or
sudo yunohost app upgrade synapse -u https://github.com/YunoHost-Apps/synapse_ynh/tree/testing --verbose
```