testing-1 / entrypoint.sh
themtj's picture
Create entrypoint.sh
47373e8 verified
Raw
History Blame
362 Bytes
#!/bin/sh
# 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