Hi! I selfhost a lot of stuff, but I'd like to have some services outside my LAN. Like uptimekuma or maybe a unifiedpush server. What cheap hosters can you recommend? I already have a spare domain name, and one criteria is European location.

Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] 10 points 3 months ago (5 children)

Oracle has an always free tier which provides two x64 AMD based virtual machines. They are more or less cloud based calculators in terms of performance, but out of experience I can tell you it is more than sufficient for a few docker containers.

European locations are available.

  • source
  • hideshow 10 child comments
  • [–] 9 points 3 months ago

    Problem of free tier is just to entice devs in the hope that one of them likes the infrastructure and works at a whale

    If you use the free tier too much they close it because you used it too much and exceeded their fair use policy

    If instead you don't use it enough, they close it for inactivity

  • source
  • parent
  • [–] 7 points 3 months ago (1 child)

    I'm using the Oracle free tier to host pangolin and it is down constantly.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 months ago (1 child)

    One of my two machines crashed a lot until I moved two Containers to my local server. They are quite small in regards to RAM and at their limit quite fast. Maybe check that.

    Also I read somewhere that you could enter credit card details and this kinda upgrades your account in their system though you still do not pay. Something to do with throttling free machines in favor of paid customers.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 2 points 3 months ago

    I thought the ram was fine (the shell is still accessible from their web ui, just non responsive from outside), but I'll double check.

    That second possibility sounds like exactly the kind of nonsense I would expect from Oracle.

  • source
  • parent
  • [–] 4 points 3 months ago

    I run one of these free cloud vms as a reverse proxy for my reverse proxy. It runs rathole, which my homelab rathole client connects to, and it patches traffic through ports 80/443 into my homelab to my caddy container. My home ip is never made public and I don't have to forward any ports at home or worry about traversing NAT. It's a neat setup, but rathole hasn't been updated in some time and I'm looking to replace it with an actively developed alternative like gost or connet.

  • source
  • parent