Create initApplication.sh
Browse files- initApplication.sh +6 -0
initApplication.sh
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
git clone --depth=1 https://github.com/Archeb/YOUChat_Proxy .
|
2 |
+
pnpm i
|
3 |
+
export PASSWORD=$PASS
|
4 |
+
export PORT=7860
|
5 |
+
echo $B64JS | base64 -d > config.js
|
6 |
+
node index.js
|