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