Please implement support for Hetzner Cloud. They have very competitive pricing and a lot of bandwidth included.
This is their smallest server instance:

just ran into this issue as the advanced intrusions for ubuntu 18.04 did not seem to work on hetzner, stuck at PLAY [Configure the server]...
Im running algo on Hetzner cloud. It's not a fully automated process and it probably needs work. Here are my notes:
create a server
hcloud server create --name algo --image ubuntu-18.04 --datacenter nbg1-dc3 --type cx11 --ssh-key YOUR_SSH_KEY
i've invoked ansible like this:
ansible-playbook deploy.yml -t local,vpn,ssh_tunneling -e 'OnDemandEnabled_WIFI=Y Deployed_By_Algo=n OnDemandEnabled_WIFI_EXCLUDE=YOURWIFI,ANOTHERWIFI OnDemandEnabled_Cellular=Y server_ip=THE_HETZNER_IP server_user=root IP_subject=THE_HETZNER_IP IP_subject_alt_name=THE_HETZNER_IP --skip-tags=_null encrypted,cloud,update-alternatives'
use deployment via SSH
HTH
I disabled ssh_tunneling but apart from that I just ran through the normal ./algo setup using ssh without error, could connect using my phone standard vpn and Wireguard as well but there was just not all traffic coming through, especially websites did not load. https://github.com/trailofbits/algo/issues/1130#issuecomment-438641071
I've just noticed that there is a hetzner_cloud branch. Glad to see that's being worked on!
@jackivanov What's the status on that? I could help with some remaining tasks.
+1
+1
+1
+1
Most helpful comment
Im running algo on Hetzner cloud. It's not a fully automated process and it probably needs work. Here are my notes:
create a server
hcloud server create --name algo --image ubuntu-18.04 --datacenter nbg1-dc3 --type cx11 --ssh-key YOUR_SSH_KEYi've invoked ansible like this:
ansible-playbook deploy.yml -t local,vpn,ssh_tunneling -e 'OnDemandEnabled_WIFI=Y Deployed_By_Algo=n OnDemandEnabled_WIFI_EXCLUDE=YOURWIFI,ANOTHERWIFI OnDemandEnabled_Cellular=Y server_ip=THE_HETZNER_IP server_user=root IP_subject=THE_HETZNER_IP IP_subject_alt_name=THE_HETZNER_IP --skip-tags=_null encrypted,cloud,update-alternatives'use deployment via SSH
HTH