Earlier quoted context omitted.
It's a classic "Show, don't tell" example. If you want to make the point that self-hosting is trivial, then show a site that you are hosting with your setup instead of just pointing to gitlab.
Ok, well here is an example of how easy it would be to set up your own torum for instance. 3 or 4 commands and it's up. https://nonogra.ph/running-a-website-inside-a-website-07-15-... I don't feel the need or want to share my services with the world to demonstrate that.
Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
131–140 of 210 posts
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#132Earlier quoted context omitted.
Nah, then you're still dependent on Tor. The most independent way is to publish your blog on your own p2p network ;)
Tor is not a single point of failure: It is a p2p network.
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#133Earlier quoted context omitted.
The article was a lot of words just to say that. It's sad that we need this new concept of "IndieWeb", as the whole Internet evolved into a monstrosity hosted and guardrailed by a handful of megacorporations. Hosting files became a privilege, when it should've been a (human) right all along. edit: The tech to host yourself is obviously still there, but the _mindset_ changed to cloud only.
> edit: The tech to host yourself is obviously still there, but the _mindset_ changed to cloud only. Sadly with CGNAT, port blocks, hosting any server being a terms of service violation...
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#134It is nice to see a site preaching this that isn't hosted by Cloudflare or GitHub Pages
What’s your preference? I also “preach” GitHub pages a lot but I’ve also written about hosting on a Raspberry Pi in my bedroom. https://joeldare.com/private-analytics-and-my-raspberry-pi-4...
Small tech is fine. Self hosting is fine. VPSes are fine. Don't use "clouds" - they're big tech, and overpriced.
Make sure it's something you pay for, so that you are the customer, instead of the product.
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#135this would work if we had free DNS. solving DNS to be trully decentralized and free is something for years I wish I had more time to work on and build key properties: 1. everyone can be a registar. your localhost too 2. blockchain proof of ownership and discovery (certs, not proof-of-work, fast and cheap ledger) 3. everyone can be a CA (self-signed certs pinned in blockchain) 4. no fixation on static IPs (inspired by…
DNS is secure (in Zooko's terms - means you can be certain a domain only has one correct resolution) and human readable.
.onion is secure and decentralised.
Petnames (as in I2P) or /etc/hosts are human readable and decentralised.
Also any centralised secure system will quickly have all the names squatted if they are free. It's bad enough at current prices. For instance every dictionary word under .com is already taken. If they cost nothing it would be every pronounceable sequence of up to 12 letters.
Nothing is actually stopping you running "weird DNS" on your home network if you implement the DNS protocol towards clients. I suggest you get familiar with the program Unbound. It's very common for networks to use alternative DNS if only to address the devices on the network.
Also IPs weren't originally meant to be ephemeral. You can get an address block registered to you (v6 only of course, there's no more v4) for a pretty reasonable nominal fee.
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#136Personally I have used GitHub pages and cloudflare pages for hosting static sites and have been very happy with them considering the zero cost involved. I don't think there is much difference between paying nearlyfreespeech (which I have done in the past) Vs using GitHub or cloudflare - you are still reliant on a third party for actual hosting. I don't really see any value in self-hosting myself - apart from nerdy sa…
When you pay for something, you stop being the product and become the customer instead. That's a big deal .
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#137Earlier quoted context omitted.
When you pay for something, you stop being the product and become the customer instead. That's a big deal .
I've never understood this mentality. Why can't they still sell your data after you pay them? Porque no los dos?
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#138Nearlyfreespeech is a great service though not a 100% independent as your still relying on them. I think the closest you can get to 100% independent without running your own internet infrastructure is either port forwarding from your home (if allowed) or hosting a website through TOR which isn't too hard. You just have to download the browser and edit a config file (torrc) with the port you want on the network. Not i…
Perfect is enemy of the good. Like you said, the only way to be truly independent if people ran their own infrastructure, and if all the hardware was as 100% FOSS. Of all the compromises we have to do (relying on Telco providers, equipment manufacurers, etc), using Nearlyfreespeech is the less risky one. They have no history of abusing the trust users have placed on them, and service costs virtually nothing.
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#139Nearlyfreespeech is a great service though not a 100% independent as your still relying on them. I think the closest you can get to 100% independent without running your own internet infrastructure is either port forwarding from your home (if allowed) or hosting a website through TOR which isn't too hard. You just have to download the browser and edit a config file (torrc) with the port you want on the network. Not i…
Re: Hardcore IndieWeb: Run your own website 100% independently for only $0.01/day
#140I 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/
I have something similar. I use Cloudflare tunnels too but also their CDN which is free (for now). That's the only thing I haven't really been able to figure out how to do on my own. Back in the day, hosting a static site from my crappy DSL connection was basically no problem and most people who were accessing my site were probably in my timezone. Now with how big the web is and how many bots there are, I worry about…