Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
templet
/
ocode
like
0
Runtime error
App
Files
Files
Community
1f421eb
ocode
/
start_server.sh
nyanya
fix
1f421eb
over 1 year ago
raw
Copy download link
history
blame
Safe
231 Bytes
#!/bin/bash
ssh -o StrictHostKeyChecking=no -R nya:80:localhost:8080 tunne.link -p8043 &
echo
"Starting VSCode Server..."
/app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 8080 --without-connection-token
"
${@}
"