Self hosting in 2023
grifel.dev
Self hosting in 2023
1–10 of 307 posts
Re: Self hosting in 2023
#2Re: Self hosting in 2023
#3I've spent some time on exploring the current self hosting scene after I got frustrated about pricings on different platforms and how absurdly complex certain stuff became. I'm happy to share it with you guys!
Re: Self hosting in 2023
#4Re: Self hosting in 2023
#5[1] https://www.statista.com/statistics/1338657/average-internet...
Re: Self hosting in 2023
#6Not to downplay the intent, but hosting static site is much simpler in something like github or netlify. Also in my area business internet with fixed IP is more expensive than what I would pay for decent enough cloud instance($50 vs $10).
Re: Self hosting in 2023
#7Re: Self hosting in 2023
#8Not to downplay the intent, but hosting static site is much simpler in something like github or netlify. Also in my area business internet with fixed IP is more expensive than what I would pay for decent enough cloud instance($50 vs $10).
Not to mention that most “dynamic” IPs change only while the router is offline and your lease is up. So as long you don’t power it off, it may not change for large intervals of time.
Re: Self hosting in 2023
#9If you don't need all that cloud operations/deployment infrastructure, self hosting a website from home in 2023 is as easy as it was in 2003. Get a DDNS, do the NAT port forwarding, run some apache/nginx/whatever and push your files with sftp or similar to the server. In contrast to 2003, upstreams got better -- even Germany has average upstream speeds of 20mbit/second nowadays [1]. With 20mbit/sec you can do quite s…
Re: Self hosting in 2023
#10This is amazing. More devs should build stuff like this for themselves. On the extreme one of the scale there is the amazing Andreas Kling building his own operating system. Building a whole system will give you unprecedented control and understanding. That is what being a hacker is all about.