Selfhosted
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:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
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.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
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.
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.
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.
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.
Definitely the whole server name. Other servers and clients can't guess that information. I think it's properly documented how to do it.
In the mariushosting tutorial I followed a tld was not used. https://mariushosting.com/how-to-install-synapse-on-your-synology-nas/ (Step 14)
Same for the conduit tutorial https://mariushosting.com/how-to-install-conduit-on-your-synology-nas/ (Step 12)
Ah, well I only read the official documentation on https://docs.conduit.rs/
I'm gonna take a look at this later.