Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ManiAz09
/
xray
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
xray
/
entrypoint.sh
ManiAz09
Update entrypoint.sh
3585700
verified
about 1 month ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
194 Bytes
#!/bin/sh
# Navigate to the correct directory and start 3x-ui in the background
cd
/app
./x-ui &
# Start Nginx in the foreground to keep the Hugging Face container alive
nginx -g
"daemon off;"