Skip to content

Run CloudFlare Tunnel a.k.a Argo Tunnel in docker container on OpenWrt

License

Notifications You must be signed in to change notification settings

AjieDev/CloudFlared-Docker-OpenWrt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CloudFlared-Docker-OpenWrt

Run CloudFlare Tunnel a.k.a Argo Tunnel in docker container on OpenWrt

Features;

  • Remote LuCI securely with SSL
  • Port Forwarding
  • Self-Hosted Web Server

You need at least 2GB storage.

Setup docker on Openwrt

Install docker and docker compose (default repo by openwrt)

opkg update && opkg install docker dockerd docker-compose

Building docker container

Clone this repo to your root/user folder

git clone https://github.com/AjieDev/CloudFlared-Docker-OpenWrt.git .

Edit docker-compose.yaml and enter your token

nano docker-compose.yaml

Input you token after TUNNEL_TOKEN=
image
Then Save it by CTRL+O and Enter , Exit it by CTRL+X

Build the container

docker-compose up -d

Then, You are Done! You can check it by

docker ps

About

Run CloudFlare Tunnel a.k.a Argo Tunnel in docker container on OpenWrt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published