Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
xdragxt
/
sshx
like
0
Building
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
185bb5a
sshx
/
start.sh
xdragxt
Create start.sh
185bb5a
verified
13 days ago
raw
Copy download link
history
blame
Safe
178 Bytes
#!/bin/bash
# Start sshx in detached mode to avoid container shutdown
nohup
sshx > /dev/null 2>&1 &
# Start the FastAPI server
exec
uvicorn main:app --host 0.0.0.0 --port 7860