this post was submitted on 24 Jan 2026
141 points (98.6% liked)

Selfhosted

60210 readers
947 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

Domain names seem expensive in comparison. The cheaper VPS that I use for playing around is just $10.29/year.
I thought I'd get a domain name from RackNerd as well, but they're $24.95/year + I think $4.99 for privacy.

I've checked Namecheap, and that seemed great, until I found that renewal prices are often through the roof.

I don't really care about it being nice. For now, mostly I just want to use the VPS as image host for Lemmy, since Imgur and Catbox are both a bit problematic.
And without a domain name, the images only show as link posts in the default LemmyUI (though it seems to work elsewhere). Plus it makes migration impossible.

you are viewing a single comment's thread
view the rest of the comments
[–] zorro@lemmy.world 4 points 5 months ago (1 children)

Here is a somewhat simplified explanation

When you are registering a domain you are essentially just creating a NS record:

mydomain.com NS

Then when a resolver is asked a question like what is the A record for myserver.com it goes and asks the tld server (.com) what is the NS record for mydomain.com. the tld then responds with the nameserver ip. Then the resolver will query the nameserver directly for the A record of mydomain.com

In practice there is a ton of caching going on here, but that's the broad strokes

[–] wltr@discuss.tchncs.de 1 points 5 months ago

Thanks! I haven’t thought of com as being the real TLD, actually!