this post was submitted on 05 Nov 2023
666 points (97.8% liked)

Programmer Humor

32061 readers
912 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Arghblarg@lemmy.ca 11 points 10 months ago (3 children)

What dream? A domain's quite practical for self-hosting one's own server for all sorts of things. Doesn't have to be the "next big thing". This is the way the internet used to be.

[–] OsrsNeedsF2P@lemmy.ml 20 points 10 months ago

Perhaps your dream of self hosting is dead

[–] bdonvr@thelemmy.club 4 points 10 months ago (2 children)

Right? A little script auto to update your DNS records assuming you don't have a static IP, now you can remote in much easier. And don't have to memorize your IP.

[–] ___@lemm.ee 2 points 10 months ago

Most routers have dynamic dns updaters built in nowadays.

[–] hedgehog@ttrpg.network 1 points 10 months ago

And you don’t even have to write the script yourself. Depending on your DNS provider, you can probably use https://github.com/qdm12/ddns-updater or something similar to keep it updated.

I personally use it hosted in Docker with Cloudflare on their free plan and it works great. I tried to set it up with Namecheap initially but they have some requirements for API access, some of which include an allowlisted IP address for API clients. I didn’t want to source, configure, and rely on a static IP jump server just for DNS updates, so I changed the DNS provider (but didn’t transfer the domains).

[–] wax@lemmy.wtf 1 points 10 months ago

I've been meaning to get one to use as a fixed email, even if I change the underlying email provider. Not able to select a domain name though ¯\_(ツ)_/¯ naming is always the hardest part