Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hetzner Cloud #988

Closed
Trikolon opened this issue Jun 3, 2018 · 8 comments · Fixed by #1549
Closed

Add Hetzner Cloud #988

Trikolon opened this issue Jun 3, 2018 · 8 comments · Fixed by #1549
Labels
Milestone

Comments

@Trikolon
Copy link

Trikolon commented Jun 3, 2018

Please implement support for Hetzner Cloud. They have very competitive pricing and a lot of bandwidth included.

They have an API

This is their smallest server instance:
image

@ghost

This comment has been minimized.

@asmod3us
Copy link
Contributor

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

@ghost
Copy link

ghost commented Nov 15, 2018

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. #1130 (comment)

@Trikolon
Copy link
Author

Trikolon commented Jan 3, 2019

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.

@vrudikov
Copy link

+1

@Wlanfr3ak
Copy link

+1

1 similar comment
@saleh-old
Copy link

+1

@cmersinli
Copy link

+1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants