Spaces:
Paused
Paused
Delete start.sh
Browse files
start.sh
DELETED
|
@@ -1,11 +0,0 @@
|
|
| 1 |
-
#!/bin/bash
|
| 2 |
-
|
| 3 |
-
# Install cloudflared (tunnel)
|
| 4 |
-
wget -q https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O cloudflared
|
| 5 |
-
chmod +x cloudflared
|
| 6 |
-
|
| 7 |
-
# Start tunnel di background
|
| 8 |
-
./cloudflared tunnel --url http://localhost:7860 --no-autoupdate > /dev/null 2>&1 &
|
| 9 |
-
|
| 10 |
-
# Start bot
|
| 11 |
-
node index.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|