Sender | Message | Time |
---|---|---|
12 Mar 2022 | ||
hexa: I just noticed your RFC42 change also changed the default media store path (gated on stateVersion), should this also be documented in the release notes? | 20:42:06 | |
(I'm a crazy person who doesn't specify a stateVersion in his config so I notice these things :P) | 20:42:33 | |
sure, please add it | 20:48:37 | |
I usually never touch stateVersion in my systems | 20:51:12 | |
just to make sure, is this also a change that was done to make our defaults closer to upstream? I can't find any discussion about it in the PR so that's the most likely explanation I have | 20:53:44 | |
if so I'll document it where the max_upload_size change is documented | 20:54:05 | |
yes, it was | 20:54:11 | |
cool, thanks, I'll add that to my existing docs fix PR | 20:54:19 | |
(thanks for the really quick review on that one!) | 20:54:34 | |
15 Mar 2022 | ||
Element 1.10.7: https://github.com/NixOS/nixpkgs/pull/164279 | 15:25:41 | |
16 Mar 2022 | ||
21:59:35 | ||
22:01:26 | ||
18 Mar 2022 | ||
Hello! I'm moving my Synapse server from a Debian host to my NixOS host. So far things are going well but I don't see any place to enter my database password, and I don't see anything in the derivation about that here:
Does anyone know how I can configure this value? | 18:14:06 | |
tompurl: it's under services.matrix-synapse.database_args , key password | 18:17:20 | |
f0x: Thank you! I figured that was it but I didn't see any docs on it. | 18:17:48 | |
it might be useful to add to the example snippet for it, since it would be a common use | 18:18:28 | |
oh it doesn't have any example currently https://github.com/NixOS/nixpkgs/blob/nixos-21.11/nixos/modules/services/misc/matrix-synapse.nix#L396-L408 | 18:19:19 | |
Ok, now I'm getting an error stating that peer authentication isn't working with Postgres. Is there a way to tell Synapse to use TCP auth or do I need to update my pg_hba.conf file somehow? | 18:42:14 | |
f0x: Ahh, never mind. I was able to fix that by simply adding a database_args.host param and setting it to localhost . Now everything's working. Thank you for your quick help! | 19:45:59 | |
ah nice :) | 19:50:53 | |
Shoot, federation isn't working. I googled how to fix this and surprise, I found https://federationtester.matrix.org , which to my surprise was also created by you f0x . I tried both of my matrix-related domain names (destrocodpiece.wtf and matrix.destrocodpiece.wtf). The former gave me this error:
The latter gave me this:
Do you know where I can go from here to troubleshoot this? | 21:16:13 | |
tompurl: what is your nginx setup like? | 21:21:17 | |
| 21:22:56 | |
Oh wait | 21:23:45 | |
lol | 21:23:46 | |
Now your fantastic tool is giving me a green for "destrocodpiece.wtf" | 21:24:01 | |
heh, what changed lol | 21:24:15 | |
I added the "matrix" prefix to "m.server" | 21:24:28 | |
ah yep, that'd fix it | 21:24:56 | |
you could also do away with the matrix. subdomain and reverseproxy /_matrix on destrocodepiece.wtf directly, but either works | 21:25:35 |