←back to thread

Hosting a website on a disposable vape

(bogdanthegeek.github.io)
1386 points BogdanTheGeek | 2 comments | | HN request time: 0.5s | source
Show context
dudeWithAMood ◴[] No.45244542[source]
What were you doing to get traffic from the open Internet to your webserver at home? I always felt that was a risky proposition, but I might just be stupid.
replies(7): >>45244576 #>>45244600 #>>45244883 #>>45244898 #>>45245346 #>>45246601 #>>45248192 #
happyhardcore ◴[] No.45244600[source]
VPS with public ipv4, connected to home network over Tailscale and forward the traffic with socat. You'd probably be fine opening a port directly but a small VPS is free most places so might as well make the most of it.
replies(1): >>45246262 #
sunsetonsaturn ◴[] No.45246262[source]
Could you elaborate more on the "a small VPS is free"? Except Oracle's free tier offer, I am not aware of others; I'd appreciate it if you could point me in the right direction.
replies(2): >>45249809 #>>45251180 #
1. happyhardcore ◴[] No.45251180[source]
For this I used GCP free tier -- not sure why everyone acts like Oracle are the only free tier around when GCP and AWS offer always-free tiers too. It's just runing socat to forward to the vape over tailscale. Is there something I'm missing?
replies(1): >>45258398 #
2. danillonunes ◴[] No.45258398[source]
GCP outbound data is limited to 1GB/mo and I believe by default it doesn't have any cap, it will just charge for additional traffic with the credit card you are required to enter in order to get a free tier account. So I would be careful publishing anything with it.