Live data from Hacker News

Self-Hosted Homelab Website

hydn.dev

1–10 of 121 posts

Re: Self-Hosted Homelab Website

#3

I haven't self-hosted a website in a long time. Do you still need a static IP in order to do so, or do you have some kind of service that updates the IP? How does it interact with DNS?

There are "Dynamic DNS" services with a small daemon you install on your server that continuously update the DNS address so it remains online even if your ISP changes your IP on you.

https://account.dyn.com/

https://www.noip.com/remote-access

Re: Self-Hosted Homelab Website

#4

I haven't self-hosted a website in a long time. Do you still need a static IP in order to do so, or do you have some kind of service that updates the IP? How does it interact with DNS?

I use Cloudflare for my domains, it has a REST API, I wrote a small Python script which updates the A record for all my domains. My IP addresses change at least monthly, but I never noticed any outage.

https://github.com/kissgyorgy/cloudflare-dyndns

Re: Self-Hosted Homelab Website

#5
Well, I have a small living room server/home lab as well, but it's a 12 years old MacBook pro running Debian. I love the idea of having my own server where to run small personal projects, have some daemons running in the background and use it as a NAS, but I cannot justify any investment for it. Scrape parts or nothing.

Re: Self-Hosted Homelab Website

#10

I haven't self-hosted a website in a long time. Do you still need a static IP in order to do so, or do you have some kind of service that updates the IP? How does it interact with DNS?

There are "Dynamic DNS" services with a small daemon you install on your server that continuously update the DNS address so it remains online even if your ISP changes your IP on you. https://account.dyn.com/ https://www.noip.com/remote-access

btw this can be done with a 'proper' domain name too (e.g. at namecheap)
Post reply on HN