2020-05-02 20:37:46 +01:00
# v2ray-ws-tls-all-in-one
2020-05-02 11:06:19 +01:00
2020-05-02 20:37:46 +01:00
<a href="https://github.com/alphacodinghub/v2ray-docker/"><img src="https://img.shields.io/badge/Docker-v2ray-4BC51D.svg?style=flat"></a>
2020-05-02 11:12:46 +01:00

2020-05-02 20:37:46 +01:00
[](https://containo.us/traefik/)
2020-05-02 11:38:23 +01:00

2020-05-02 20:37:46 +01:00
**A v2ray docker image work with nginx **
2020-05-02 11:06:19 +01:00
- v2ray work with websocket
- v2ray request proxy_pass by nginx
- custom v2ray settings
- add environment variables to edit optional setting
- CLIENT_ID (default ad806487-2d26-4636-98b6-ab85cc8521f7)
- CLIENT_ALTERID (default 64)
- CLIENT_WSPATH (default /ws)
2020-05-02 22:32:37 +01:00
- VER (default 4.23.1)
2020-05-02 11:06:19 +01:00
- don't need custom domain and ssl certificate
- only cost 1 pods
**USE: deploy this image and add default secure route with port 8080 in arukas **
- path to v2ray: https://your.domain/fuckgfw_letscrossgfw
- path to websites: /usr/share/nginx/html/
实例教程参考 :
2020-05-02 20:37:46 +01:00
- [V2Ray+WebSocket+TLS+Nginx 配置与使用教程 ](https://doubibackup.com/v2ray-ws-tls-nginx.html )
2020-05-02 11:06:19 +01:00
- https://toutyrater.github.io/advanced/wss_and_web.html
- https://bawodu.com/openshift-v2ray/
- <a href="https://github.com/v2fly/docker">Official Dockerfile</a>
- https://github.com/v2ray/ext
- https://toutyrater.github.io/app/docker-deploy-v2ray.html
- <a href="https://vimcaw.github.io/blog/2018/03/12/Shadowsocks(R)%E8%AE%BE%E7%BD%AE%EF%BC%9A%E7%B3%BB%E7%BB%9F%E4%BB%A3%E7%90%86%E6%A8%A1%E5%BC%8F%E3%80%81PAC%E3%80%81%E4%BB%A3%E7%90%86%E8%A7%84%E5%88%99/">SSR proxy settings - a great explaination</a>