-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
conduwuit: init at 0.4.6 #339260
conduwuit: init at 0.4.6 #339260
Conversation
Currently getting the following on aarch64-darwin if
Edt: this is a known issue of unprefixed jemalloc on darwin, unfortunately rocksdb does not support prefixed jemalloc so just like upstream conduwuit I disabled jemalloc for rocksdb on darwin |
c7880d7
to
6a6b1e2
Compare
6a6b1e2
to
40c5077
Compare
Tested on my own homeserver with an existing rocksdb, runs fine |
Signed-off-by: strawberry <[email protected]>
Shouldn't a module be provided too with options? :P |
Right now conduwuit is compatible with the already existing conduit module. The conduwuit docs also currently recommend using the conduit module and just changing |
Personally I would love to see us having our own module so we can detach further from Conduit. I only mention using Conduit's module in the docs because no one's made our own dedicated module. I would be more than eager to remove usage of the Conduit module from the docs if we have our own module. Hope that clarifies my stance on a conduwuit module. |
I see, thanks for chiming in! I'll look into it when I return home again next week, if no one else did until then. |
Any updates? :3 |
Sorry, not yet! I was occupied fixing zed-editor on darwin but now have some room to look into a conduwuit module. |
Description of changes
I've been a happy conduwuit user for a while now. The most recent release brings along features like authenticated media and Element X (sliding sync) compatibility, which make it a well-suited alternative to conduit.
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.