Skip to content

xeha-gmbh/ui-driver-hetzner

 
 

Repository files navigation

Rancher 2 Hetzner Cloud UI Driver

Build Status

Rancher 2 UI driver for the Hetzner Cloud. For the Rancher 1 version check out the readme from the v1.6 branch which you can find here.

Using

  • Add a Machine Driver in Rancher 2 (Global -> Node Drivers)
    • Download URL: https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/1.1.0/docker-machine-driver-hetzner_1.1.0_linux_amd64.tar.gz
    • Custom UI URL: https://storage.googleapis.com/hcloud-rancher-v2-ui-driver/component.js
    • Whitelist Domains: storage.googleapis.com
  • Wait for the driver to become "Active"
  • Go to Clusters -> Add Cluster, your driver and custom UI should show up.

Authentication screen Configuration screen

Development

This package contains a small web-server that will serve up the custom driver UI at http://localhost:3000/component.js. You can run this while developing and point the Rancher settings there.

Building

For other users to see your driver, you need to build it and host the output on a server accessible from their browsers.

  • npm run build
  • Copy the contents of the dist directory onto a webserver.
    • If your Rancher is configured to use HA or SSL, the server must also be available via HTTPS.

About

Rancher UI driver for the Hetzner Cloud docker driver.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 58.3%
  • HTML 41.0%
  • CSS 0.7%