Skip to content

rickynguyen4590/cloudflared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build status

docker image size docker pulls license

Argo Tunnel client

Contains the command-line client for Argo Tunnel, a tunneling daemon that proxies any local webserver through the Cloudflare network. Extensive documentation can be found in the Argo Tunnel section of the Cloudflare Docs.

Using with Github action service

Support to access TCP tunnel created by cloudflare such as access private minikube.

services:
    cloudflared:
    image: rickynguyen/cloudflared
    env:
        CLOUDFLARED_OPTS: access tcp --hostname ${{ secrets.CLOUDFLARE_K8S_HOSTNAME }} --listener 0.0.0.0:16443
    ports:
        - 16443:16443
steps:
    - uses: actions-hub/kubectl@master
      env:
        KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
      with:
        args: get pods

License

Distributed under the MIT license

About

Argo Tunnel client + Alpine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published