←back to thread

What I Self Host

(fredrikmeyer.net)
116 points FredrikMeyer | 1 comments | | HN request time: 0.2s | source
Show context
busymom0 ◴[] No.45646240[source]
> I pay for a cheap droplet at DigitalOcean, about $5 per month, and an additional dollar for backup.

Wait, I thought self hosting meant having your own hardware at like home running all your services. Not DigitalOcean.

replies(5): >>45646308 #>>45646623 #>>45652045 #>>45652770 #>>45654547 #
rpdillon ◴[] No.45646308[source]
I didn't realize, but apparently this is a long-standing argument. I did just a tiny bit of digging because I'm sort of into self-hosting and I ran across the selfhosted Reddit's wiki on the topic.

https://www.reddit.com/r/selfhosted/wiki/selfhosted

TLDR: they don't differentiate on whether you own the hardware or not.

replies(1): >>45646655 #
hunter2_ ◴[] No.45646655[source]
Basically it sounds like IaaS is fine (even though someone else manages the hardware and restricts OS choices), and even PaaS is fine (even though someone else manages the hardware, the OS, and the configuration of interpreters such as php / node.js / python / etc.), since these let you run your own code (which can include your instance of community code). Only SaaS would be excluded, as these don't let you run your own code.
replies(1): >>45646834 #
1. pluto_modadic ◴[] No.45646834[source]
IaaS VPS's and rented colo VMs are definitely fine. PaaS is... slightly not? it's the grey edge!

SaaS is definitely not you running stuff you control or could move anywhere.

If it's a buck standard linux box, yeah that's self hosting!