Boris Rybalkin
Boris Rybalkin
It works for me in Syncloud project, use the fork and add the config, let me know here if it does not work I will help or fix the code.
Start with user_bind_dn mode
Well, I am from Syncloud not Matrix, all I know is in this comment: https://github.com/matrix-org/dendrite/pull/2986#issuecomment-1443117073 I am happy to reduce the change to bare minimum (remove admin bind/user search) and...
> Is there any tagged container image available from your branch no, but you can try Syncloud docker container and install matrix app inside if you want. https://github.com/syncloud/platform/wiki/Docker
this does not work either: ``` postgresql://matrix:matrix@/telegram?host=/var/snap/matrix/current/database&port=5436 ``` error: ``` ValueError: Invalid URL: host is required for absolute urls ```
this still does not work: ``` postgresql://matrix:password-redacted@%2Fvar%2Fsnap%2Fmatrix%2Fcurrent%2Fdatabase/telegram?port=5436 ``` produces: ``` Traceback (most recent call last): File "/snap/matrix/x2/python/usr/local/lib/python3.8/site-packages/mautrix/bridge/bridge.py", line 215, in start_db await self.db.start() File "/snap/matrix/x2/python/usr/local/lib/python3.8/site-packages/mautrix/util/async_db/asyncpg.py", line 71, in start self._pool...
Is user not imported from ldap upon successful authentication? How and when is it imported then (can I trigger it before/after the start in a script)? Is it possible to...
Just published a proof on concept of how it could be done: https://github.com/janeczku/calibre-web/pull/2799
right, I have not seen it :) well, must be something wrong as it sits there open for half a year :( ok now you have two, I am not...
omg, I really thought there are zero tests as I could not find them, but why are they in a separate repo, are they not supposed to run per commit?...