!NPRUEisLjcaMtHIzDr:kamax.io

mxisd

259 Members
Federated Matrix Identity Server | https://github.com/kamax-io/mxisd | Version: 0.8.2 | Dev discussions: #mxisd-dev:kamax.io | Related: #matrix-identity:matrix.org104 Servers

Load older messages


SenderMessageTime
18 May 2019
@sorunome:sorunome.de@sorunome:sorunome.deoh, wait, also only proxy_pass without location08:57:35
@sorunome:sorunome.de@sorunome:sorunome.de proxy_pass http://localhost:8006; # Point this towards mxisd (soru uses a different port) 08:57:48
@max:kamax.ioMaximus perflyst: https://github.com/kamax-matrix/mxisd/blob/master/docs/getting-started.md#nginx 09:17:18
@perflyst:snopyta.orgperflyst ok
and where did I get /_matrix/client/r0/user_directory from? I dont find it anymore
09:18:39
@perflyst:snopyta.orgperflystbut it must be sth from mxisd..09:18:48
@perflyst:snopyta.orgperflyst 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
@max:kamax.ioMaximus
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@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
@max:kamax.ioMaximus Jason Morgan: ok, I'll give you a build in some hours, out of the office atm 17:08:23
@max:kamax.ioMaximus 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
@tristan:adminctrl.comnato joined the room.08:12:17
@tristan:adminctrl.comnatoWould running MXISD on the same server as synapse cause any problems? Or is it recommended to keep them separate?08:16:56
@max:kamax.ioMaximusTristan: together is fine. just bare in mind that synapse needs to be able to reach mxisd using the public hostname.09:04:40
@tristan:adminctrl.comnatoThanks Maximus09:25:28
@jasonm:matrix.cambsac.org.uk@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
@max:kamax.ioMaximus Jason Morgan: I'm still not clear on what you expect to see vs what is happening 16:32:44
@max:kamax.ioMaximus

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
@tristan:adminctrl.comnato changed their display name from Tristan to nato.23:58:42
20 May 2019
@pfe:m.webgo.de@pfe:m.webgo.de joined the room.09:54:36
@pfe:m.webgo.de@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@pfe:m.webgo.deI also checked the configuration, the key.path point is present and the value is the same as in the previous version.09:58:13
@max:kamax.ioMaximus

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@pfe:m.webgo.deThanks for the quick answer! :) I'll take a look.10:02:12
@pfe:m.webgo.de@pfe:m.webgo.deRunning again! Thank you very much!10:14:48
@max:kamax.ioMaximus👍 thank you for letting us know!10:30:51
@tristan:adminctrl.comnatoCan 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@groo:meshspace.de changed their profile picture.11:08:24
@max:kamax.ioMaximus nato: https://matrix.org/docs/spec/client_server/r0.4.0.html#server-discovery 11:34:05
@pfe:m.webgo.de@pfe:m.webgo.de left the room.11:35:16
@tristan:adminctrl.comnatoTy12:49:17

Show newer messages


Back to Room ListRoom Version: