#Introduction:
This project is used to deploy V2ray on Doprax.com free service. The solution adopted is Nginx + WebSocket + VMess/VLess + TLS. The speed is slower than Replit, but the official promotion is that there is no traffic limit and the service will never stop after it is started.
#deploy:
1. Log in to your GitHub account and Fork the project.
2. Registration
Doprax.com Log in and import the project.
For detailed usage plan, please refer to: https://www.hicairo.com/post/55.html
1. Server-side configuration
Please use third-party tools to generate a new UUID. After logging in to Doprax.com, click Main in the left menu, Edit source code on the right side of the window, select the Dockerfile file, edit the UUID and camouflage address information, save it and restart the service.
# Replace de04add9-5c68-8bab-950c-08cd5320df18 with the newly generated UUID
ENV UUID de04add9-5c68-8bab-950c-08cd5320df18
# VMESS_WSPATH/VLESS_WSPATH two constants define Vmess/VLess respectively.
camouflage path,
#Please modify vmess or vless in the content respectively. Note: The camouflage path starts with the / symbol.
Necessary trouble, please do not use special symbols,
ENV VMESS_WSPATH/vmess
ENV VLESS_WSPATH /vless
2. Client configuration
Node client configuration needs to be done manually. The following takes V2rayN as an example.
The picture below is a schematic diagram of VMess configuration. Please modify the label content. Other settings are consistent with those shown in the picture.
The picture below is a schematic diagram of VLess configuration. Please modify the label content. Other settings are consistent with those shown in the picture.