-
Notifications
You must be signed in to change notification settings - Fork 84
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
Configure the sydent server doesn't work #366
Comments
My fault, I needed to read more. I found the fault. I needed to edit the: |
Thanks for posting this. the generated sydent.conf has plenty of values under DEFAULT but no values anywhere else, I do not even know where to begin. which of these values belong where? Using the information you posted I was able to get it to bind on 0.0.0.0 with ipv4 but I still cannot get this working. my element-web just complains: Cannot reach identity server Appreciate any info or links to documentation you can share. |
This is still relevant. Any updates on documentation or anything? |
I did end up getting this all working back then, I run my own sydent, synapse, and element-web. My solution may not work for you, the sydent.conf is only part of the problem, I also had to create a fairly complicated set of rules in my reverse proxy as well. here is my sydent.conf:
ip.whitelist under [general] is referring to a virtual IP that points to my internal network, was a solution I used because I am running split DNS, I think that entry can probably be ignored in most cases. Then finally you have to configure your reverse proxy to properly route everything, this was by far the hard part, I use haproxy as my reverse proxy. |
Thank you for your help! |
Describe the bug
Using Github clone
The configuration file doesn't seem to run or being used, even if it gets generated when server is starts.
To Reproduce
Steps to reproduce the behavior:
python -m sydent.sydent
Still getting port 8090 and with ipv6
Expected behavior
The server should start with the port the configure file
Desktop (please complete the following information):
Additional context
With no way to bind the IP I cannot customize the type of IP protocol (4 or 6)
The text was updated successfully, but these errors were encountered: