Live data from Hacker News

Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

neatnik.net

1–10 of 210 posts

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#3
It's good advice, but one need not even include the "upload it to a web server" these days now that home connections are so fast. Install some static webserver on your desktop computer (nginx, caddy, whatever), forward the port 80 at your router to it's lanip:80, and just save .html and files to the web directory using your normal desktop interface. It doesn't matter if you shut off the computer sometimes. Uptime doesn't matter. Optionally file transfer (rsync, etc) this local copy to a VPS or something like the author suggests.

Indieweb receiving of webmention only requires the ability to log HTTP POSTs to some url endpoint. Or you can use one of third party services servers to receive that interact with your website via with 3rd party javascript applications you include on your webpage. Sending webmention can be done with cURL, even HTML forms, or again, 3rd party JS includes.

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#4
post #3

It's good advice, but one need not even include the "upload it to a web server" these days now that home connections are so fast. Install some static webserver on your desktop computer (nginx, caddy, whatever), forward the port 80 at your router to it's lanip:80, and just save .html and files to the web directory using your normal desktop interface. It doesn't matter if you shut off the computer sometimes. Uptime doe…

You need a static IP address for this to work is the downside, and depending on where you live and who your provider it it can be difficult and/or expensive.

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#5
Well this is great, even going further and hosting the site itself and serve it instead of webhosts, but, now we have domains issue, a domain registrar hijacking your domain, which is your life work, email, etc., so there’s a need to have a free tld that’s uncontrollable by any entity, .onion isn’t practical obviously.

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#6
post #4
post #3

It's good advice, but one need not even include the "upload it to a web server" these days now that home connections are so fast. Install some static webserver on your desktop computer (nginx, caddy, whatever), forward the port 80 at your router to it's lanip:80, and just save .html and files to the web directory using your normal desktop interface. It doesn't matter if you shut off the computer sometimes. Uptime doe…

You need a static IP address for this to work is the downside, and depending on where you live and who your provider it it can be difficult and/or expensive.

You can programmatically update DNS whenever your dynamic IP changes. One issue though is that some residential ISPs prohibit webhosting in their terms.

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#7
post #3

It's good advice, but one need not even include the "upload it to a web server" these days now that home connections are so fast. Install some static webserver on your desktop computer (nginx, caddy, whatever), forward the port 80 at your router to it's lanip:80, and just save .html and files to the web directory using your normal desktop interface. It doesn't matter if you shut off the computer sometimes. Uptime doe…

However, it'll also bring all the bots and "wild west" of the internet to your house when you run your web server from home, and for anyone who has a couple of spare dollars, it's a much wiser choice to run a small VPS elsewhere to weather the storm.

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#8
I self host my site [1] on an old Mac mini in a Swift backend and sqlite database. Only thing I rely upon someone for is Cloudflare tunnels for free. I could replace that with port forwarding but so far, this way is pretty good.

[1] https://limereader.com/

Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day

#10
post #8

I self host my site [1] on an old Mac mini in a Swift backend and sqlite database. Only thing I rely upon someone for is Cloudflare tunnels for free. I could replace that with port forwarding but so far, this way is pretty good. [1] https://limereader.com/

> Cloudflare tunnels for free. I could replace that with port forwarding

You could replace it with something better, like pangolin, either their cloud or even self host it too, and that way you can tunnel to other stuff like if you have a media server where you can watch your movies from anywhere in the world.

Post reply on HN