-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sorry, a noob here, but how can I install this? #10
Comments
yes an install guide would be much appreciated! I have a working synapse server with docker compose, but I'm not well versed in Python.. |
All commands below may require https://matrix-org.github.io/synapse/latest/modules/index.html Do a Google search about They can be pip packageThe next is assumed this is a python package able to be installed by pip, pip package locationWhere does pip install its packages?
In this case, if pip is available to system, Docker pathThis path also is docker path not exist on host system. homeserver.yamlStop docker server while editing homeserver.yaml
Non-standard usagematrix-org/synapse#4401 You will start direct chat on element Android, it will prompt encryption is enabled anyway, Once the friend joins room, click on room to open chat interface, This information above is based on experiments and statistics, |
@mhtvsSFrpHdE thanks for the helpful tips! I was able to follow your steps so that the container runs properly. Instead of having to do the However, it looks to me like it's not actually preventing the encryption. If I go into the postgresql database (which is running in a separate docker container), I can see in the Whenever I turn on encryption in Element, the messages show up encrypted in the database. So unless I'm just looking in the wrong place in postgresql (which is entirely possible), I'm not sure it's actually preventing it. |
@jdfalls On client side, encrypted message always come with a shield icon. If you don't see that icon and you don't verify your device, but still able to view these message, then they are certainly is not encrypted. I use this plugin to create direct message room without encryption and it did work. For other use case, create new issue to plugin author. Check README.md again may also can help you identify if a problem is known. |
If you are using docker-compose:
|
It would be so nice If such things where always documented. For installing it in a non docker environment (Ubuntu). This worked for me:
Git and pip must be installed |
First than anything thank you for your work, I have a lot of time searching for something like this.
I already have my matrix-synapse server up and running, I want to install this module but documentation about pluggable modules is limited or I don't understand yet. Inicially, how can I install the .py file before I can edit the homeserver.yaml? I tried everything but cannot install (I'm really new with python packages, sorry) multiple errors with pip like "cannot import module_api from synapse" and others. Please explain like I'm five, your work could save many lives in my organization.
Thanks.
Edit: I already installed the python plugin. but now I can't make it work in the yaml file.
This is how it looks but it give me errors everytime
The text was updated successfully, but these errors were encountered: