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.
Install docker and docker compose (default repo by openwrt)
opkg update && opkg install docker dockerd docker-compose
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=
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