File size: 451 Bytes
b4f3c4e
 
66b1835
 
b2aa3cb
139f093
 
68d43a3
1b398dc
b1b613c
b4f3c4e
4d074fc
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/bash

echo "Start Caddy"
/usr/bin/caddy run --config /home/user/app/Caddyfile --adapter caddyfile

#ssh -o StrictHostKeyChecking=no -R nya:80:localhost:7860 tunne.link -p8043 &
autossh -M 0 -o "StrictHostKeyChecking=no" -R nya:80:localhost:7860 tunne.link -p8043

/app/.npm-global/bin/serve . -l 8080 &

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