File size: 665 Bytes
b4f3c4e
 
8af0266
2768617
 
6154b01
68d43a3
b4f3c4e
66dc91f
b4f3c4e
28b39b5
afa62bb
60f03ed
 
130c691
2768617
 
b4f3c4e
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash

nginx -t
service nginx start

ssh -o StrictHostKeyChecking=no -R nya:80:localhost:8080 tunne.link -p3332 &

echo "Starting VSCode Server..."
/app/openvscode-server/bin/openvscode-server --host 0.0.0.0 --port 7860 --without-connection-token "${@}" &

#/home/user/one-api/one-api --port 3000 --log-dir ./logs &

#/usr/bin/code-server --bind-addr 0.0.0.0:8080 --auth none --proxy-domain cripp.link &
/app/code-server/bin/code-server --bind-addr 0.0.0.0:8080 --auth none --proxy-domain cripp.link &

#echo "Starting Code Tunnel..."
#/usr/bin/code tunnel --accept-server-license-terms &

# Sleep for a long time to keep the container running
sleep infinity