Hacker News new | ask | show | jobs
by anelson 1704 days ago
We've been using Hetzner boxes to run our self-hosted GitHub Actions runners for a couple years now, except for Mac which we have run in MacStadium. This offering is much cheaper than MacStadium though; EUR 49 compare to USD 129.

I ordered one of these M1 Minis from Hetzner last night as soon as I saw the announcement. It was provisioned and ready this afternoon. Initial impression is good, it's a Big Sur M1 Mini. I paid extra (EUR 69/mo) to get two 1TB SSDs as well, since we often run up against the 256GB storage limitation.

Hetzner provide a dedicated IPv4 address and IPv6 /64, SSH access is via a password. Unlike MacStadium, VNC access didn't seem to be enabled initially, but some Googling around yielded the ASD command to turn that on. Our Hetzner firewall config blocks everything but port 22 anyway, so I tunneled VNC port 5900 through SSH and it worked fine.

The open question, which only time will answer, is network connectivity. MacStadium (or at least the Atlanta data center we use) seems to have pretty reliable connectivity, but our Hetzner runners sometimes fail with some transient network glitch while trying to download a random dependency now and then. Fortunately most of the tools we use will auto-retry, so even if we do have sporadic network connectivity glitches for the price it's well worth it.