xray-vless
VPN Tunnel Serverless
638

Settings Path : Github Repository > Settings > Secrets and Variables > Actions
DOCKER_HUB_USERNAME : Use this when you want to create private docker repos
DOCKER_HUB_PASSWORD : Use this when you want to create private docker repos
PERSONAL_ACCESS_TOKEN : Use this when you want a private github workflow
PRIVATE_UUID : Use this when you want a private UUID for VLESS authentication. [optional] | default: 730b6e0c-e463-11ef-a734-b36930036fe6
TUNNEL_TOKEN : Put your Cloudflared Tunnel Token here to bind it. [required] - GUIDE

Go to Cloudflare One
Networks > Tunnels > Create Tunnel > Select "Cloudflared" > follow the instructions
Copy syntax and take the part of the text
>... run --token eyJhIjoiNDZkYTFhZTYwNDM1ZjFhODk2YjIwNjUwMjA0NGRlNmIiLCJ0IjoiMmQxZDFhODktNjc2Yy00MjQ4LTkwMmUtZjYxZmFjYTg2ZGUwIiwicyI6Ik5tVXdaRFF3TnpJdE5HTmlOaTAwTm1NM0xXRXpaR1F0xxxxxxxxxxxxxxxxxxxxxxxx
eyJhIjoiNDZkYTFhZTYwNDM1ZjFhODk2YjIwNjUwMjA0NGRlNmIiLCJ0IjoiMmQxZDFhODktNjc2Yy00MjQ4LTkwMmUtZjYxZmFjYTg2ZGUwIiwicyI6Ik5tVXdaRFF3TnpJdE5HTmlOaTAwTm1NM0xXRXpaR1F0xxxxxxxxxxxxxxxxxxxxxxxx
# .env
TUNNEL_TOKEN=<YOUR_TUNNEL_TOKEN> # required
PRIVATE_UUID=<YOUR_PRIVATE_UUID> # optional (default: 730b6e0c-e463-11ef-a734-b36930036fe6)
# docker-compose.yaml
version: "3.2"
services:
cfd:
image: cloudflare/cloudflared:latest
env_file:
- .env
command: tunnel --no-autoupdate run --token ${TUNNEL_TOKEN}
vless:
image: gegedesembri/xray-vless:latest
{
"listen": "0.0.0.0",
"port": "80",
"protocol": "vless",
"tag": "vless-ws",
"settings": {
"decryption": "none",
"clients": [
{
"id": "730b6e0c-e463-11ef-a734-b36930036fe6",
"level": 0,
"alterId": 0,
"email": "[email protected]"
}
]
},
"streamSettings": {
"network": "ws",
"security": "none",
"wsSettings": {
"path": "/vless"
}
}
}



vless://[email protected]:443?path=%2Fvless&security=tls&encryption=none&host=vless.docker.git&fp=randomized&type=ws&sni=vless.docker.git#VLESS+DockerContent type
Image
Digest
sha256:bfe6d5418…
Size
19.1 MB
Last updated
over 1 year ago
docker pull gegedesembri/xray-vless