Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
1–10 of 210 posts
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#2Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#3Indieweb 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
#4It'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…
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#5Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#6It'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
#7It'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…
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#8Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#9Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#10I 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/
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.