- 9 months
Ooo this hurts deep. I was paying hosting and domain, but now just domain since the site needed a refresh and one day I will get around to it…
- 9 months
Mate, I went full slog and got a vps. Now each site is a virtual host. I did have individual landers in each host, but now they just redirect to my main site.
Which is a lander 🤣
- 9 months
My domain is just used so I can reverse-proxy my homelab for people who don’t know anything about vpn, etc.
- 9 months
Yeah, I use it for personal link sharing for Immich. Sharing photos is a breeze.
- 9 months
I got a domain that I only use for email right now but I’d love to set something like this up. Any recommendations on tutorials?
Xeno@lemmy.dbzer0.comEnglish
9 monthsGet started with a Linux server and then I’d go with something like Nextcloud in a Docker container. Then do reverse proxy, nginx on the host is very easy. You can get and update SSL certs with certbot (Let’s Encrypt).
- 9 months
Just do Caddy instead of nginx/cerbot all that garbage. Caddy just simply handles it all for you: Subdomains, wildcard certs, authentication, ssl
My whole caddy config file is like 6 lines; something like
@mydomain.com {ipaddress:portpath:/}And you can do all sorts of plugins that make it compatible with fail2ban, etc.
I hear Traefik is pretty easy to set up too.
- 9 months
And if you don’t have an unique public IP address, for example because you are behind CGNAT, you can use Pangolin. It tunnels all traffic from your homelab to a VPS via Wireguard and exposes your services via a Traefik reverse proxy. Pangolin also automates the Traefik setup and provides a webui to configure the individual proxies.
For a VPS I recommended ionos, because they offer servers with unlimited traffic starting at only 1€ per month with server locations in both Europe and the US.
- cmnybo@discuss.tchncs.deEnglish9 months
I just renewed my .com for USD $11.08 and that’s not even the cheapest registrar. Some companies will absolutely rip you off on renewals though.
- someacnt@sh.itjust.worksEnglish9 months
My .xyz domain is $13 on renewal, where should I move to attain lower prices?
- 9 months
A lot of the price data is inaccurate or outdated. They didn’t include Namecheap’s latest 2 price increases, for example (fuck Namecheap)
A good starting point, but be sure to double check prices
- 9 months
What’s the average increase? Because if it’s $0.05 I don’t think this is concerning.
- 9 months
I mean yeah, vanity tdl’s cost more. What about .coms or .nets, or .orgs?
- 9 months
There’s definitely some upcharge in there. .coms at cloudflare are $10.46 for instance.
- 9 months
What a ripoff, .com has always been about 10$. The renewal being somehow more expensive than a new registration, while in actuality there is no difference in the process, really makes it obvious they charge what they think people will fall for.
$7.85 per year in 2012. $8.39 in 2021, $8.97 in 2022, and $9.59 in 2023, $10.26 in 2024, increases always in september.
Transfers, registrations, and renewals all cost the same and all charge the domain by 1 year. You can charge at any time for I think up to 10 years. Any registrar not passing that system on is being deceptive.
They aren’t even roping in people with prices below cost, they charge you a reasonable fee for the first year and then somehow bank on people not switching. Maybe they make the process really painful?
Either way why would anyone use them?
- 9 months
I ended up dropping them today because of that. My random domain went from $30 to $90 over the course of a couple years. Found another registrar for $35
Namecheap is 100% ripping people off on the renewals
They also use AI support now, so don’t even get the benefit of good support any more
- 9 months
Woooooot?
I guess I am lucky that my domain comes with the cheapest webhosting I pay for at Hetzner.
- hperrin@lemmy.caEnglish9 months
I used to have like 30 domains. Then last week I bought another one so now I have like 31 domains.
I bought it for a good reason though.
- 9 months
question, i bought domains a few times, and the first year is super cheap, then the second year they jack up the prices. no, I’m not paying 140$ for a domain I only use for my kids Minecraft server.
- 9 months
that’s why you always look at renewal prices and never first year prices. tld-list.com has a good comparison.
- 9 months
A lot of the big ones like to jack the prices up every year. Just dropped Namecheap because my domain tripled in price over 3 years
- Euphoma@lemmy.mlEnglish9 months
Thats why I bought a dirt cheap domain that is entirely numbers, and it renews for 10 dollars every 10 years.
I just need to remember the digits.
<string of digits>.xyz
- hperrin@lemmy.caEnglish9 months
Heh. I own https://9007199254740991.com/
It’s the max safe integer in double precision floating point format.
- 9 months
Can you recommend a good site to find/check these prices? No problem if not, I’m utterly clueless and entirely curious lol.
- 9 months
my domains were also dirty cheap. they jacked up the prices afterwards because they can
- 9 months
Those are class 1.111B domains. I actually buy them a little cheaper, but have to do it one year at a time. It’s only 6-9 digits though, not any string of digits
- Taasz/Woof@lemmy.blahaj.zoneEnglish9 months
Make sure you’re buying .com or another common standard TLD and not some weird TLD with super high prices.
And check the renewal price, if your registrar doesn’t make it very clear then go somewhere else.
- 9 months
I have a .us domain, I don’t even remember what I pay, I only do it every 6 years, it’s so cheap…
- 9 months
you must have a high traffic TLD like a .ai or .sucks or something.
- 9 months
I mean. It does make me feel better knowing I’m not actually alone.
- chazwhiz@lemmy.worldEnglish9 months
Right? On one hand I feel personally attacked, but on the other hand “oh thank god it’s not just me”.
But next year I swear I’ll have the time and energy to actually build all those cool ideas behind the domains! I hope….
- 9 months
Guys one day, my nixos config WILL hold both my pc and home server configuration, just gotta block out 3 months to get it bootable
- 9 months
My dream of pressing a red button with pay $12 on it will never be fulfilled 😥
- billwashere@lemmy.worldEnglish9 months
I have one that I use for services that other people need to get to. Otherwise I just remember the IP.
- 9 months
I’ve heard that Let’s Encrypt recently started issuing certificates for IP addresses. I’m unable to find the article at the moment though.
- 9 months
Oh, they stopped the excuses finally? Not a “huge security problem” and “impossible to verify real ownership” anymore?
- 9 months
I mean, there are many ISPs out there that don’t provide a static. You can easily end up with a very for an IP you don’t currently have control over.
- billwashere@lemmy.worldEnglish9 months
Well the domain helps with that for sure, especially for things like let’s encrypt. But my other stuff is running through Tailscale/headscale so https isn’t really necessary.
- 9 months
Just set up auto renew and be sad when you are charged, then forget about it in a few days.










