←back to thread

260 points scastiel | 2 comments | | HN request time: 0s | source
Show context
mherrmann ◴[] No.41881923[source]
Re your question on saving costs: If you run it on a single Linux VPS, then I suspect you can get the costs down to 5-10$ per month.

One thing I find interesting is the growth chart: It's linear. But given that the app clearly has some traction, and is viral in nature, how come it isn't exponential?

replies(4): >>41883676 #>>41884591 #>>41886525 #>>41887470 #
JamesonNetworks ◴[] No.41883676[source]
Best I’ve been able to do is around $22 a month on DO, would love to hear alternatives that are cheaper
replies(3): >>41883707 #>>41884182 #>>41887508 #
moffkalast ◴[] No.41884182[source]
Pi 5 + Cloudflare
replies(2): >>41884261 #>>41885664 #
1. eklavya ◴[] No.41885664{3}[source]
Any guides or blogs on how to do that?
replies(1): >>41886628 #
2. moffkalast ◴[] No.41886628[source]
Loads, but it'll depend on what you want to do exactly. I think this should be the approximate list of things:

- domain at Cloudflare set up to cache requests (this will take the brunt of the site traffic)

- static IP at home (call your ISP)

- port forwarding on your router to the Pi for 80 and any other ports you need, maybe a vlan if you're feeling like isolating it

- a note on the Pi that says "don't unplug, critical infra"

- the same setup on the Pi as you'd do on a cloud server, ssh with key pairs, fail2ban, etc.