Documentation

Container Deployment

Containers are deployed to Scaleway Serverless Containers with the following configuration:

vCPU: 100m
Memory: 128MB
Port: 8080 (HTTP)
Timeout: 3600s

Environment Variables

The following variables must be set during deployment:

UUID: VLESS user identifier
WS_PATH: WebSocket endpoint path
LOG_LEVEL: Logging verbosity (default: error)

Reverse Proxy

Cloudflare Worker handles reverse proxying and TLS termination. The Worker validates WebSocket upgrade requests and forwards them to the container.

← Back to home