ahmedomarjee / docker-cloudflared-tunnel

Use cloudflared tunnel with env to simplify the usage on Compose file and on Synology DSM GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-cloudflared-tunnel

Deploy your app using just a single docker command without having to setup a reverse proxy nor a single port forwarding.

Introduction and core concepts

docker-cloudflared-tunnel is a Docker image based on Cloudflare Argo Tunnel solution which provide Cloudflare daemon ad-hoc capabilities through Docker.

What is Argo Tunnel

According to the official Cloudflare documentation, Argo Tunnel is based on a lightweight daemon (cloudflared) running in your infrastructure that establishes outbound connections (Tunnels) between your service and the Cloudflare edge. When Cloudflare receives a request for your chosen hostname, it proxies the request through those connections to cloudflared. In turn, cloudflared proxies the request to your applications.

About

Use cloudflared tunnel with env to simplify the usage on Compose file and on Synology DSM GUI

License:MIT License


Languages

Language:Dockerfile 73.0%Language:Shell 27.0%