Sender | Message | Time |
---|---|---|
26 Aug 2024 | ||
olivia | probably just gonna keep it running 24/7 | 01:23:50 |
olivia | In reply to@benjamin:computer.surgery(until now I've mostly been doing these by deploying test changes to our actual HS, but that's obviously not ideal) | 01:24:13 |
TravisR | most people seem to just run a personal homeserver and use bleeding edge - sometimes it works, sometimes it doesn't 😛 | 01:25:34 |
TravisR | it can sometimes be easier to see/find bugs when you're using it yourself daily | 01:25:54 |
olivia | yeah for sure | 01:28:42 |
olivia | my main HS runs against the main branch most of the time, but is shared with a few other people which is why testing fixes is tricky | 01:29:22 |
olivia | it would definitely be less tricky if it was just me | 01:29:30 |
olivia | tangentially related: the difficulty of reproducing problems in isolation is a huge part of what makes HS development tricky. I'd love a systemic approach for this, but haven't found any yet | 01:30:49 |
olivia | the bug I'm currently working on is fun because it's only triggered when joining a room that the HS has never seen before, so without hacky tricks you get exactly one chance to see if you've fixed it with a given HS before it's burned lol | 01:31:47 |
NotHSDevNico | In reply to @benjamin:computer.surgeryI usually just dev on my normal deployment... :D | 10:12:12 |
@ambiguous_yelp:matrix.org | 16:14:24 | |
Shay changed their display name from Shay [away, back Aug 26th] to Shay [mostly offline today]. | 17:01:32 | |
27 Aug 2024 | ||
Shay changed their display name from Shay [mostly offline today] to Shay. | 15:19:41 | |
xiretza | In reply to @travis:t2l.io what am I doing wrong? beta.matrix.org is rejecting my federation media requests with
| 15:43:13 |
xiretza | (server on my side is grapevine, with https://gitlab.computer.surgery/matrix/grapevine-fork/-/merge_requests/58 applied) | 15:46:06 |
TravisR | The destination and origin are missing quotes. | 15:48:13 |
TravisR | * The destination and origin values are missing quotes. | 15:48:21 |
TravisR | Probably a MMR bug for caring that much about it, but adding the quotes fixes it | 15:49:11 |
Olivier 'reivilibre' |
yeah MMR bug | 15:49:23 |
xiretza | yeah looking for the RFC right now, . is fine in non-quoted strings | 15:49:51 |
xiretza | https://datatracker.ietf.org/doc/html/rfc9110#name-collected-abnf
| 15:53:18 |
TravisR | https://github.com/t2bot/matrix-media-repo/issues/609 | 15:53:46 |
xiretza | In reply to @travis:t2l.iothanks! | 15:54:09 |
Abuse Management banned @jason:transfem.dev (ban evasion). | 16:25:01 | |
28 Aug 2024 | ||
@its-amber:matrix.org joined the room. | 03:04:10 | |
@its-amber:matrix.org | Hello! I think(?) this is the right place to ask for homeserver setup help. I have matrix synapse and nginx running in docker compose and I'm using nginx to reverse proxy to my matrix server. so my nginx login is mydomain.xyz and my matrix server is matrix.mydomain.xyz This mostly works except that connecting to matrix.mydomain.xyz throws an SSL_ERROR_BAD_CERT_DOMAIN. I am guessing this is because the ssl cert i created is for "mydomain.xyz" and not "matrix.mydomain.xyz". and frankly i'm a bit lost on what to do about that. | 03:09:39 |
@its-amber:matrix.org | * Hello! I think(?) this is the right place to ask for homeserver setup help. I have matrix synapse and nginx running in docker compose and I'm using nginx to reverse proxy to my matrix server. so my nginx login is .xyz and my matrix server is matrix. .xyz This mostly works except that connecting to matrix .xyz throws an SSL_ERROR_BAD_CERT_DOMAIN. I am guessing this is because the ssl cert i created is for " .xyz " and not "matrix. .xyz ". and frankly i'm a bit lost on what to do about that. | 03:10:43 |
@its-amber:matrix.org | * Hello! I think(?) this is the right place to ask for homeserver setup help. I have matrix synapse and nginx running in docker compose and I'm using nginx to reverse proxy to my matrix server. so my nginx login is [my_domain].xyz and my matrix server is matrix.[my_domain].xyz This mostly works except that connecting to matrix.[my_domain].xyz throws an SSL_ERROR_BAD_CERT_DOMAIN. I am guessing this is because the ssl cert i created is for "[my_domain].xyz " and not "matrix.[my_domain].xyz ". and frankly i'm a bit lost on what to do about that. | 03:11:44 |
morguldir | this room is for people making homeserver implementations, you probably want #synapse:matrix.org | 03:14:30 |
@its-amber:matrix.org | ah, oops. thank you! | 03:14:44 |