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…
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 🤣
My domain is just used so I can reverse-proxy my homelab for people who don’t know anything about vpn, etc.
Yeah, I use it for personal link sharing for Immich. Sharing photos is a breeze.
“######.xyz” was cheap as chips. Now I’m using Https I want to stay there so I was thinking about getting a more convenient domain, but then I’d have to migrate… So £12 it is
I don’t even know why everyone keeps getting these no-name bullshit tlds. .com is $12/yr, it basically never changes…
For me, it was the cheapest entry.
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?
Get 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).
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:port
path:/
}
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.
Gym memberships: “Hold my beer.”
$12 is 2018 prices
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.
My .xyz domain is $13 on renewal, where should I move to attain lower prices?
You can check tld-list.com to see who has the best prices.
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
I paid $11.08 too on porkbun, but it’s a .com domain
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.
I’m in this meme, and I don’t like it.
Me too. My nextcloud has been dead for years at this point.
I wish I could keep my dreams alive for $12.
yeah a box of good reeds costs more than that
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.
that’s why you always look at renewal prices and never first year prices. tld-list.com has a good comparison.
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
Who did you go to?
They start at 50€/Month but get cheaper over time!
thanks, that’s what i need to know
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
Heh. I own https://9007199254740991.com/
It’s the max safe integer in double precision floating point format.
Wait you’re the port87 guy
Yeah. :)
JoCo reference is top tier
You’re the first person to mention it. :)
So… you reinvented ip addresses.
With subdomains and ddos protection
Can you recommend a good site to find/check these prices? No problem if not, I’m utterly clueless and entirely curious lol.
Cloudflare sells domains at cost
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
my domains were also dirty cheap. they jacked up the prices afterwards because they can
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.
I have a .us domain, I don’t even remember what I pay, I only do it every 6 years, it’s so cheap…
you must have a high traffic TLD like a .ai or .sucks or something.
one was .eu, another .uk
don’t remember the rest
I mean. It does make me feel better knowing I’m not actually alone.
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….
Just renewed and I’m upset as well
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
My dream of pressing a red button with pay $12 on it will never be fulfilled 😥
Lol I renew in 5 year increments
admit your dream is dead
pay $60
Just set up auto renew and be sad when you are charged, then forget about it in a few days.
I got a pretty great one for cheap that I want to migrate my Navidrome service to. I don’t mind the $12 renewal; I just need to figure out how to host 1TB of music on the cloud for cheap.
‘the cloud’ is just someone else’s computer. The cheapest way is always going to be to use your own hardware. Get into homelabbing :D
Yes I am aware that I am paying to use someone else’s hardware. I already self-hosted lots of stuff on my own hardware, renting a server has other benefits that my own hardware doesn’t, mainly guaranteed uptime.
In a lot of cases it’s cheap and fun, but it can also be time consuming and easy to mess up. Hosting your own mail server for example is probably not worth it for most people.
Hosting your own mail server for example is probably not worth it for most people.
If the homelab involves using an IP address under a residential internet service, that quickly goes from “not worth it” to “literally impossible”.
Unless you’re willing to set it up so SMTP and IMAP are tunneled through a VPS that you also pay for, the story becomes:
Why can’t I receive my test mail?
Oh, the ISP blocks inbound SMTP connections.Why can’t I access my mailbox from outside my home?
Oh, they also block IMAP and POP.Why do my outgoing emails all end up in the spam folder?
Oh, most email providers insta-spam anything from residential IPs ranges.And then, even if it’s not a homelab, DIY email hosting is:
Oh my god, there’s so much spam.
I need to set up more aggressive filters.Why did this important email get filtered?
Oh, I need to make the spam filter less aggressive.Why are my outbound emails being marked as spam?
Oh, I need to set up DKIM and SPF.Why is it still being marked as spam?
Wait, some providers require reverse lookup hostname of the mailserver to match the sender name? Fuck.Oh, ok, now my server or its IP block got added to a spam list.
How do I get removed from the spam list?
Painfully. Very painfully.And so on.
It’s really not worth it.
Unless youre a large enterprise… hosting your email is always a bad idea. All it takes is one pc on your network to be compromised and get yourself on a spam blocklist. And good luck convincing all email services to unblock you.
So you run everything through a VPS? Is that so very hard? You don’t use the VPS directly, you use it for the RDNS and static IP.
Used to. I gave up for the various reasons mentioned in my comment. But yes, that’s pretty much what I did. If you’re interested in trying, using WireGuard and iptables is relatively straightforward:
https://blog.arrogantrabbit.com/vpn/net/Wireguard-DNAT-and-IPTABLES/
Yeah… I want to host mail, but I loath the idea of hosting my own mail.
I manage enterprise email and I don’t want to host my own email. You’ll get some folks here that are pretty adamant that it’s easy.
Define “cheap”.
https://bdon.github.io/cng-storage-guide/
Note that this isn’t a one-to-one guide.
Some have a minimum storage amount but with 12 TB you’re fine.
I think cloudflare may be the most cost effective since they don’t have egress costs like AWS.
Thanks for the guide. S3 buckets are the way to go and I already have a few Linode/Akami servers I keep for playing around with. I’m just a little worried about Navidrome hammering the server because I messed something up then getting a $1000 bandwidth charge.