├── .github └── workflows │ └── build.yml ├── Dockerfile ├── README.md └── entrypoint.sh /.github/workflows/build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fscarmen2/Argo-Xray-PaaS/HEAD/.github/workflows/build.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fscarmen2/Argo-Xray-PaaS/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fscarmen2/Argo-Xray-PaaS/HEAD/README.md -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fscarmen2/Argo-Xray-PaaS/HEAD/entrypoint.sh --------------------------------------------------------------------------------