18 May 2019 |
@sorunome:sorunome.de | oh, wait, also only proxy_pass without location | 08:57:35 |
@sorunome:sorunome.de | proxy_pass http://localhost:8006; # Point this towards mxisd (soru uses a different port) | 08:57:48 |
Maximus | perflyst: https://github.com/kamax-matrix/mxisd/blob/master/docs/getting-started.md#nginx | 09:17:18 |
perflyst | ok and where did I get /_matrix/client/r0/user_directory from? I dont find it anymore | 09:18:39 |
perflyst | but it must be sth from mxisd.. | 09:18:48 |
perflyst | and i would rather not set any proxy_set_header X-Forwarded-For $remote_addr; , because if i set it than matrix logs the real IP addresses of users if i dont set it, it just logs a 172.16.x address | 09:19:50 |
Maximus | In reply to @perflyst:snopyta.org ok and where did I get /_matrix/client/r0/user_directory from? I dont find it anymore From the directory feature: https://github.com/kamax-matrix/mxisd/blob/master/docs/features/directory.md | 09:21:16 |
@jasonm:matrix.cambsac.org.uk | In reply to @max:kamax.io Jason Morgan: Added the encoding in last commit. Let me know how you install mxisd and I'll provide you a build to test with installed from a .deb, currently mxisd_1.4.2_all.deb | 15:45:54 |
Maximus | Jason Morgan: ok, I'll give you a build in some hours, out of the office atm | 17:08:23 |
Maximus | Jason Morgan: https://matrix.kamax.io/download/mxisd/mxisd_1.4.3-2-g27b2976_all.deb I've also updated the documentation with the new placeholders ending with URL_ENCODED | 22:01:32 |
19 May 2019 |
| nato joined the room. | 08:12:17 |
nato | Would running MXISD on the same server as synapse cause any problems? Or is it recommended to keep them separate? | 08:16:56 |
Maximus | Tristan: together is fine. just bare in mind that synapse needs to be able to reach mxisd using the public hostname. | 09:04:40 |
nato | Thanks Maximus | 09:25:28 |
@jasonm:matrix.cambsac.org.uk | In reply to @max:kamax.io Jason Morgan: https://matrix.kamax.io/download/mxisd/mxisd_1.4.3-2-g27b2976_all.deb I've also updated the documentation with the new placeholders ending with URL_ENCODED Looks like it now sends the invite correctly, but sadly this has not resolved the issues I have with nobody being able to register. The validation email is now sent to the correct address but clicking the link in it still does not link a user to a room. | 16:24:29 |
Maximus | Jason Morgan: I'm still not clear on what you expect to see vs what is happening | 16:32:44 |
Maximus | can you tell me the exact step by step from the moment the link is clicked for both scenarios:
- what is actually happening
- what you expect to see
I'll need the step-by-step in both. Clearly it's a matter of expectations that maybe can be resolved by configuration, or maybe it's just a misunderstanding on what is happening
| 16:33:45 |
| nato changed their display name from Tristan to nato. | 23:58:42 |
20 May 2019 |
| @pfe:m.webgo.de joined the room. | 09:54:36 |
@pfe:m.webgo.de | Hello! First of all thanks for this software! I just installed an update of mxisd, but now the server doesn't start anymore.
[main] INFO io.kamax.mxisd.config.YamlConfigLoader - Reading config from /etc/mxisd/mxisd.yaml
[main] INFO io.kamax.mxisd.config.YamlConfigLoader - Loaded config from /etc/mxisd/mxisd.yaml
[main] INFO App - mxisd starting
[main] INFO App - Version: 1.4.3
[main] INFO io.kamax.mxisd.config.DirectoryConfig - --- Directory config ---
[main] INFO io.kamax.mxisd.config.DirectoryConfig - Exclude:
[main] INFO io.kamax.mxisd.config.DirectoryConfig - Homeserver: false
[main] INFO io.kamax.mxisd.config.DirectoryConfig - 3PID: false
[main] INFO io.kamax.mxisd.config.FirebaseConfig - --- Firebase configuration ---
[main] INFO io.kamax.mxisd.config.FirebaseConfig - Enabled: false
[main] INFO io.kamax.mxisd.config.InvitationConfig - --- Invite config ---
[main] INFO io.kamax.mxisd.config.InvitationConfig - Expiration: {"after":10080}
[main] INFO io.kamax.mxisd.config.InvitationConfig - Resolution: {"recursive":true,"timer":5}
[main] INFO io.kamax.mxisd.config.InvitationConfig - Policies: {"if_sender":{"has_role":[]}}
[main] ERROR App - null
[main] ERROR App - Invalid or empty value for configuration item: key.path
Do any of you have any idea why?
| 09:58:07 |
@pfe:m.webgo.de | I also checked the configuration, the key.path point is present and the value is the same as in the previous version. | 09:58:13 |
Maximus | Lino: Hello and thank you! Glad you find mxisd useful. If you upgraded from a pre-v1.3.0 release, you'll need to follow the Upgrade notes.
Configuration handling was too loose before. | 10:01:44 |
@pfe:m.webgo.de | Thanks for the quick answer! :) I'll take a look. | 10:02:12 |
@pfe:m.webgo.de | Running again! Thank you very much! | 10:14:48 |
Maximus | 👍 thank you for letting us know! | 10:30:51 |
nato | Can someone explain to me how matrix is supposed to complete the autodiscover for the home server and identity server? Like, does a flow chart exist detailing the process the client follows? | 11:08:06 |
| @groo:meshspace.de changed their profile picture. | 11:08:24 |
Maximus | nato: https://matrix.org/docs/spec/client_server/r0.4.0.html#server-discovery | 11:34:05 |
| @pfe:m.webgo.de left the room. | 11:35:16 |
nato | Ty | 12:49:17 |