Conduit Matrix Server | 2322 Members | |
https://conduit.rs Release Party! v0.9.0 We follow the Matrix Code of Conduct | 1179 Servers |
Sender | Message | Time |
---|---|---|
3 Apr 2025 | ||
I'm pretty sure they're bots | 11:46:47 | |
Kicked both | 11:46:49 | |
We | 11:46:51 | |
* We'll see if they come back | 11:47:01 | |
i was going to evaluate, but sure | 11:50:21 | |
At least one of them was also in the Dendrite room talking Arabic, not sure what's up with them | 13:10:42 | |
13:37:01 | ||
14:41:48 | ||
15:09:40 | ||
18:14:30 | ||
19:34:11 | ||
22:05:23 | ||
4 Apr 2025 | ||
00:53:33 | ||
Hi, I need some help. I am probably just to dumb. I am running conduit using the docker next image (latest version) via docker compose and the nginx reverse proxy, to make it public. I had slyding sync on, but at some point (I dont remember when) element x had some gui issues. I thought i could fix them by logging in and out again. But I couldn't log in anymore with the error message: "this server currently doesn't support sliding sync". I will post my configurations below: docker compose: ```yaml services: homeserver: image: matrixconduit/matrix-conduit:next container_name: conduit restart: unless-stopped ports: - 8448:6167 volumes: - /mnt/volume/conduit/db:/var/lib/matrix-conduit/ environment: CONDUIT_SERVER_NAME: matrix.bergnetz.org CONDUIT_DATABASE_PATH: /var/lib/matrix-conduit/ CONDUIT_DATABASE_BACKEND: rocksdb CONDUIT_PORT: 6167 CONDUIT_MAX_REQUEST_SIZE: 200000000 # in bytes, ~20 MB CONDUIT_ALLOW_REGISTRATION: 'false' CONDUIT_ALLOW_FEDERATION: 'true' CONDUIT_ALLOW_CHECK_FOR_UPDATES: 'true' CONDUIT_TRUSTED_SERVERS: '["matrix.org", "matrix.uos.de"]' CONDUIT_ADDRESS: 0.0.0.0 CONDUIT_CONFIG: '' # Ignore thisvolumes:
I tried the manual delegation (as you can see in the configs above), but I also tried to use automatic delegation (see code below). Both didn't work. config for automatic: ```nginx upstream conduit { server 127.0.0.1:8448; }server {
} server {
}
| 10:12:34 | |
02:40:27 | ||
* Hi, I need some help. I am probably just to dumb. I am running conduit using the docker next image (latest version) via docker compose and the nginx reverse proxy, to make it public. I had slyding sync on, but at some point (I dont remember when) element x had some gui issues. I thought i could fix them by logging in and out again. But I couldn't log in anymore with the error message: "this server currently doesn't support sliding sync". I will post my configurations below: docker compose:
nginx:
I tried the manual delegation (as you can see in the configs above), but I also tried to use automatic delegation (see code below). Both didn't work. config for automatic:
| 10:13:41 | |
02:41:01 | ||
03:19:29 | ||
06:11:28 | ||
07:48:47 | ||
element x no longer supports the sliding sync implementation conduit has due to spec changes | 10:49:05 | |
15:42:12 | ||
11:51:36 | ||
16:46:41 | ||
15:37:27 | ||
16:54:28 | ||
18:25:36 | ||
18:32:34 | ||
18:34:35 | ||
21:13:46 |