Spaces:
Sleeping
Sleeping
| # This script reads the Secrets you set in Hugging Face | |
| # and replaces the placeholders in the template file before starting Xray. | |
| sed "s|\$UUID1|$UUID1|g; s|\$UUID2|$UUID2|g; s|\$SECRET_ROUTE|$SECRET_ROUTE|g" /workspace/config.template.json > /workspace/config.json | |
| # Hand over execution to the Xray binary | |
| exec ./xray run -c /workspace/config.json |