You are likely to get away with this if your website doesnt get much traffic.
But to much and your ISP is likely to tell you to knock it off, or just close your subscription.
Comment on A single point of failure triggered the Amazon outage affecting millions
9tr6gyp3@lemmy.world 1 day ago
Reminder to everyone, if you aren’t necessarily worried about uptime too much, and have a spare device at home, you can host personal websites and various services that might be useful for yourself or friends and family. To keep it simple, all you would really need is
Keep your device and router updated and reboot it every once in a while to load the updated kernel. Then just install some web server software or whatever on your device and point your domain to it.
Together, we can decentralize the web a little bit 🙂
You are likely to get away with this if your website doesnt get much traffic.
But to much and your ISP is likely to tell you to knock it off, or just close your subscription.
If they’re not actively blocking ports 80 and 443, then its pretty clear they are allowing their users to host websites.
Any good guide to set this up?
It will totally depend on the equipment you plan on using, but in general, your router’s manual/documentation should say whether it supports Dynamic DNS, how to configure your firewall, and how to enable port forwarding.
From there, your device’s operating system should have documentation on how to perform maintenance, and the web server software you plan on using should have guides on how to get it running on your OS of choice.
What kind of services?
I’m having trouble imagining what’s possible and worth hosting for friends and family.
JonnyKreng@lemmy.ml 1 day ago
As a novice DON’T put your devices on the open Internet. Use something like tailscale or Splittunnel. You can give your friends access through that.
9tr6gyp3@lemmy.world 1 day ago
Thats why I suggested an up-to-date router that isn’t end-of-life. If you keep your router firmware updated, your firewall on, and your “server” updated, then you are as protected as any VPS that has ever been deployed.
Tailscale is centralized and prevents you from accessing your devices if it goes down, which is what the OP points out. If we want some decentralization, we can configure our current equipment to do so. Its not so difficult if you spend some time reading your router’s documentation and keep everything behind it updated. NAT routing is pretty good at keeping bad things out.