nyanya
commited on
Commit
•
f9144a0
1
Parent(s):
5845274
fix
Browse files- start_server.sh +3 -3
start_server.sh
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
-
nginx -t
|
4 |
-
service nginx start
|
5 |
|
6 |
ssh -o StrictHostKeyChecking=no -R nya:80:localhost:8080 tunne.link -p8043 &
|
7 |
|
8 |
echo "Starting VSCode Server..."
|
9 |
-
|
10 |
|
11 |
|
12 |
/app/code-server/bin/code-server --bind-addr 0.0.0.0:7860 --auth none --proxy-domain cripp.link &
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
#nginx -t
|
4 |
+
#service nginx start
|
5 |
|
6 |
ssh -o StrictHostKeyChecking=no -R nya:80:localhost:8080 tunne.link -p8043 &
|
7 |
|
8 |
echo "Starting VSCode Server..."
|
9 |
+
#/app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 8080 --without-connection-token "${@}" &
|
10 |
|
11 |
|
12 |
/app/code-server/bin/code-server --bind-addr 0.0.0.0:7860 --auth none --proxy-domain cripp.link &
|