Skip to content
DR

dragon2003

Member

Joined:
Aug 2024
Last seen:
10d ago
Posts
8
Threads
0
Likes
0
Reputation
0
DR

dragon2003 10d ago

NAT VPS with 20 ports: how do you actually organize them? · VPS Hosting

I just use Docker Compose with explicit port mappings and a .env file for the base port. If my provider changes the range I change one variable and redeploy. Not fancy but I am not fancy either.

services:
  nginx:
    ports:
      - "${BASE}:80"
      - "${BASE_SSL}:443"

BASE=30000,...

DR

dragon2003 2mo ago

Open-source status page we all host · General Discussion

What about rate limiting? If I have 200 peers and they all poll me every 5 minutes, that's 2400 requests/hour. Trivial for nginx, but what if someone sets interval to 10 seconds?

DR

dragon2003 3mo ago

Monitoring five servers for zero dollars · General Discussion

Following this thread because I'm about to set up monitoring for a side project.

Quick question: does Uptime Kuma do SSL expiry alerts? That's what bit me last time, cert expired and I didn't notice for 6 hours.

DR

dragon2003 8mo ago

Change my mind · Deals & Offers

I use Vultr for my side projects. Not lifetime, just monthly. $6 plan. Never had an issue but I also never keep anything there I cannot rebuild in an hour.