Analysis updated 2026-05-18
Deploy a proxy server on free platforms like Koyeb or Hugging Face Spaces
Reach the proxy through a Cloudflare tunnel without opening firewall ports
Connect to the deployed proxy using a generated VLESS URI
Fork the repo and trigger an automated GitHub Actions build of the Docker image
| zzzhhh1/techshare-proxy-turbo | ohmyzsh/docker | v0rt3xs0urc3/redteam-portfolio | |
|---|---|---|---|
| Stars | 113 | 23 | 13 |
| Language | Dockerfile | Dockerfile | Dockerfile |
| Setup difficulty | moderate | easy | hard |
| Complexity | 3/5 | 1/5 | 3/5 |
| Audience | general | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires a GitHub Actions build, a UUID, and a Cloudflare Argo token before deployment.
This repository, whose README is written in Chinese, provides a Docker-based setup for running a proxy server on free cloud hosting platforms. It is associated with a YouTube channel called "Techshare" and targets environments with limited memory and computing resources, such as DCDeploy, Koyeb, and Hugging Face Spaces. The core idea is a multi-stage Docker build that fits two programs into a minimal container image. The first is sing-box, which acts as the proxy engine and handles incoming network connections using the VLESS protocol over a WebSocket connection. The second is cloudflared, which creates a secure tunnel through Cloudflare so the server can be reached without needing to open firewall ports or expose a public IP address directly. Deployment works by forking the repository on GitHub, enabling write permissions for GitHub Actions, and then making a small edit to trigger an automated build. This build packages the Docker image and publishes it to GitHub's container registry. You then deploy that image on your chosen cloud platform, providing two configuration values: a UUID that acts as a unique password for your proxy connection, and an Argo token that you obtain from Cloudflare's Zero Trust dashboard to authorize the tunnel. Once deployed, you connect to the proxy using a VLESS URI that encodes your UUID, your Cloudflare domain, and the connection path. The README includes a template for building this URI and notes about URL-encoding the path correctly. The project also links to an external tool for generating multiple optimized nodes from a single base connection string. The project is licensed under CC BY-NC-SA 4.0, which allows sharing and modification for non-commercial purposes, with attribution required and derivative works needing the same license.
A Docker setup that packages a proxy server and a Cloudflare tunnel into one small image so it can run on free cloud hosting platforms with limited resources.
Mainly Dockerfile. The stack also includes Docker, sing-box, cloudflared.
CC BY-NC-SA 4.0 allows sharing and modifying for non-commercial use only, with credit given and the same license kept on derivatives.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.