nyanya
commited on
Commit
•
4d074fc
1
Parent(s):
1f421eb
fix
Browse files- start_server.sh +2 -2
start_server.sh
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
ssh -o StrictHostKeyChecking=no -R nya:80:localhost:
|
4 |
|
5 |
echo "Starting VSCode Server..."
|
6 |
-
/app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
ssh -o StrictHostKeyChecking=no -R nya:80:localhost:7860 tunne.link -p8043 &
|
4 |
|
5 |
echo "Starting VSCode Server..."
|
6 |
+
/app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token "${@}"
|