this post was submitted on 15 Apr 2025
114 points (94.5% liked)

Selfhosted

52124 readers
604 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

As the title says, conduwuit has been forked as Tuwunnel which is labelled as the "successor with stable governance".

Love open source! Glad to see real matrix server alternatives keep pushing.

Will switch to it as soon as available. Will be, of course, 100% upgradeable from conduwuit.

all 29 comments
sorted by: hot top controversial new old
[–] aMockTie@lemmy.world 7 points 5 months ago (2 children)

How does this differ from something like synapse?

[–] sj_zero@lotide.fbxl.net 20 points 5 months ago (1 children)

Runs on hardware that isn't a supercomputer.

I'm using what it's forked from, conduit, and I've hosted my matrix homeserver on an Intel atom D2550 that's also doing like 3 other things. When I tried the same with synapse or dendrite, opening a big chat room took a few days.

[–] aMockTie@lemmy.world 1 points 5 months ago

Interesting and good to know, thank you for the info! I haven't run into that issue with synapse yet, but I'm also running it in a docker container on an enterprise server. I also don't currently have any chat rooms with more than 5 or so users, and I imagine that is also a factor.

[–] Shimitar@downonthestreet.eu 15 points 5 months ago

Synapse is meant for heavy duty and is a pretty resource intensive python implementation.

Conduwuit and derivate is in rust and blazing fast on small footprint.

[–] Shimitar@downonthestreet.eu 6 points 5 months ago (1 children)
[–] junkthief@lemmy.blahaj.zone 24 points 5 months ago (1 children)

Did you just… thank yourself?

[–] Shimitar@downonthestreet.eu 7 points 5 months ago

I was replying to the links post, must have got it wrong :)

So yes, I ended up thanking myself. Well, I always thanks myself anyway for not having screwed up too badly anyway so... ;)

[–] mac@lemm.ee 2 points 5 months ago* (last edited 5 months ago) (1 children)

Looking forward to getting this up on my vps so I can get bridges running.

Is there a matrix room setup for this fork yet or does jevolk have a mastodon? I'd like to follow development

[–] Shimitar@downonthestreet.eu 2 points 5 months ago (2 children)

Currently just setup conduwuit, tuwunel will require some more time to be up and ready, but they promised full compatibility upgrade.

See my wiki https://wiki.gardiol.org/doku.php?id=matrix%3Aconduwuit

There are also instructions for all main bridges.

[–] mac@lemm.ee 2 points 5 months ago

Nice thanks. I'll get it up and running this weekend

[–] mac@lemm.ee 2 points 5 months ago (1 children)

Got conduwuit set up super easily, appreciate the write up as it appears the lead dev took down the documentation site!

One thing I noticed about your wiki was that I don't think there was an explanation of how to get into the admin panel on first run. I got there by pressing Ctrl + c on Debian.

I'll set up the bridges in the coming days

[–] Shimitar@downonthestreet.eu 3 points 5 months ago (1 children)

Thank you! This is exactly why I do my wiki, so that people can use and benefit from the work I did before.

Mmm as for the admin console, I will add that, it had slipped from my wiki it seems!

[–] Dojan@pawb.social 1 points 5 months ago

I love this, thank you!