hera icon indicating copy to clipboard operation
hera copied to clipboard

Automated secure tunnels for containers using Cloudflare Argo

Results 17 hera issues
Sort by recently updated
recently updated
newest added

Cloudflare Load Balancer is supported in cloudflared when using the `--lp-pool` parameter (see https://developers.cloudflare.com/argo-tunnel/reference/load-balancing/). Ex: `$ cloudflared tunnel --hostname my.example.com --url http://localhost:8080 --lb-pool my-pool-name-goes-here` Please add support to Hera for...

There are a few use cases for allowing a single container to serve multiple hostnames via either the same port, or different ports. E.g. ``` www.mydomain.co.nz -> mycontainer:8080 www.mydomain.com.au ->...

I have replicas for some containers which should be internally load-balanced by docker swarm, and allow for rolling updates. For production, I currently have a separate cloudflared container running for...

seems that if the domain (in my case something like home.net.za) results in the above error. ```` hera | [s6-init] making user provided files available at /var/run/s6/etc...exited 0. hera |...

bug

this would eliminate the requirement for this label and thus make it optional.

this would eliminate the requirement for this label and thus make it optional.

Hi, is this project still maintained? After starting your image, i'll just get the warning ``` ERR Initiating shutdown error="you are using Cloudflare Tunnel in a (legacy) way that is...