├── Dockerfile ├── LICENSE ├── README.md ├── config.json ├── docker-compose.yml ├── entrypoint.sh └── nginx.conf /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Misaka-blog/xray-for-okteto/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Misaka-blog/xray-for-okteto/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Misaka-blog/xray-for-okteto/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Misaka-blog/xray-for-okteto/HEAD/config.json -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Misaka-blog/xray-for-okteto/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Misaka-blog/xray-for-okteto/HEAD/entrypoint.sh -------------------------------------------------------------------------------- /nginx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Misaka-blog/xray-for-okteto/HEAD/nginx.conf --------------------------------------------------------------------------------