Skip to content

Commit 5247bea

Browse files
authored
Update README.md
1 parent 3f8774a commit 5247bea

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

README.md

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,13 @@ VpnBotStore adalah bot yang dirancang untuk memudahkan pengguna dalam melakukan
1212

1313
Sebelum menjalankan proyek ini, pastikan Anda memiliki:
1414

15-
- <img src="https://www.google.com/s2/favicons?domain=nodejs.org" width="16" height="16"> Node.js (versi terbaru)
16-
- <img src="https://www.google.com/s2/favicons?domain=npmjs.com" width="16" height="16"> NPM (Node Package Manager)
17-
- <img src="https://www.google.com/s2/favicons?domain=tokopay.id" width="16" height="16"> Akun TOKOPAY ([REGISTRASI](https://tokopay.id?ref=AutoFtBot))
18-
- <img src="https://www.google.com/s2/favicons?domain=virtualserver.com" width="16" height="16"> VPS yang menggunakan script FighterTunnel ([AutoScript](https://github.com/FighterTunnel/tunnel))
19-
- <img src="https://www.google.com/s2/favicons?domain=pm2.io" width="16" height="16"> PM2 untuk pengelolaan proses
15+
- <img src="https://www.google.com/s2/favicons?domain=nodejs.org" width="16" height="16"> Node.js (versi terbaru)
16+
- <img src="https://www.google.com/s2/favicons?domain=npmjs.com" width="16" height="16"> NPM (Node Package Manager)
17+
- <img src="https://www.google.com/s2/favicons?domain=tokopay.id" width="16" height="16"> Akun TOKOPAY ([REGISTRASI](https://tokopay.id?ref=AutoFtBot))
18+
- <img src="https://www.google.com/s2/favicons?domain=virtualserver.com" width="16" height="16"> VPS yang menggunakan script FighterTunnel ([AutoScript](https://github.com/FighterTunnel/tunnel))
19+
- <img src="https://cdn-icons-png.flaticon.com/16/6631/6631200.png" width="16" height="16"> API FighterTunnel ([API](https://github.com/AutoFTbot/Api))
20+
- <img src="https://www.google.com/s2/favicons?domain=pm2.io" width="16" height="16"> PM2 untuk pengelolaan proses
21+
2022

2123
## Instalasi
2224

@@ -85,6 +87,37 @@ Sebelum menjalankan proyek ini, pastikan Anda memiliki:
8587
pm2 stop VpnBotStore
8688
```
8789

90+
## Konfigurasi API untuk VPS dengan AutoScript FighterTunnel
91+
92+
Untuk mengkonfigurasi API untuk VPS yang terpasang AutoScript FighterTunnel, Anda perlu mengikuti langkah-langkah berikut:
93+
94+
1. Clone repositori API FighterTunnel:
95+
```bash
96+
git clone https://github.com/AutoFTbot/Api.git
97+
```
98+
99+
2. Masuk ke direktori proyek API:
100+
```bash
101+
cd Api
102+
```
103+
104+
3. Instal dependensi API:
105+
```bash
106+
npm install
107+
```
108+
109+
4. Jalankan `setup.sh` untuk mengatur dan menjalankan server sebagai service systemd:
110+
111+
```bash
112+
chmod +x setup.sh
113+
./setup.sh
114+
```
115+
116+
5. Jalankan API menggunakan PM2:
117+
```bash
118+
pm2 start ecosystem.config.js
119+
```
120+
88121
## Kontribusi
89122

90123
Jika Anda ingin berkontribusi pada proyek ini, silakan buat pull request atau buka isu untuk diskusi.

0 commit comments

Comments
 (0)