this post was submitted on 21 Jun 2024
41 points (97.7% liked)

Selfhosted

39353 readers
76 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 1 year ago
MODERATORS
 

I plan to host Conduit for my friends and family. Even if I invite absolutely everyone there would be no more than 50 users, max. But would it actually sustain and work, as it is not yet on 1.0 is a question. I do not want to host Synapse as I had bad time with it's (lack of) garbage collecting. We do not plan to join very big rooms.

Most importantly, if you host it yourself, host is the usage (mostly disk) with how many users?

you are viewing a single comment's thread
view the rest of the comments
[–] TheRealCharlesEames@lemm.ee 1 points 3 months ago* (last edited 3 months ago) (1 children)

Sorry to hijack — does my server name need a tld at the end? I’ve received both a yes and a no thus far. My server name currently has no tld but I’m not sure if that is what is preventing me from federating, or if no tld is just bad practice or something.

[–] smileyhead@discuss.tchncs.de 3 points 3 months ago (1 children)

No problem.

Overall, purely technically, no. This has to be the hostname of the computer the Conduit is running on. And it can be in the local network (LAN) with your own name.

But practically, yes. Because you must buy a domain name and point that domain to the server localtion (IP address). And the only global domain names available to register have TLDs :).

So, yes.

[–] TheRealCharlesEames@lemm.ee 3 points 3 months ago (2 children)

I’m still trying to understand this. I have “example.tld” but when configuring the server name, just used “example”, no tld

You’re saying that my server name in fact needs to be the full “example.tld”?

Thanks for the help.

[–] smileyhead@discuss.tchncs.de 2 points 3 months ago

Yes, your server needs to be full domain name. Otherwise, when typing a username (like @myusername:myserver.com) other servers would need to know where that myserver.com is.

Conduit needs to know it's domain Because it is part of usernames.

[–] h3ndrik@feddit.de 1 points 3 months ago* (last edited 3 months ago) (1 children)

Definitely the whole server name. Other servers and clients can't guess that information. I think it's properly documented how to do it.

[–] TheRealCharlesEames@lemm.ee 2 points 3 months ago* (last edited 3 months ago) (1 children)
[–] h3ndrik@feddit.de 2 points 3 months ago

Ah, well I only read the official documentation on https://docs.conduit.rs/

I'm gonna take a look at this later.