Update docs with correct IP (192.168.7.30) and install steps

This commit is contained in:
2026-02-07 22:28:24 +08:00
parent 1ef7c438dd
commit d3ba9a9b1d
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,8 @@ Gunakan panduan ini untuk mengkonfigurasi router OpenWrt baru agar sama persis d
Pastikan router terhubung internet, lalu install paket yang dibutuhkan via Terminal (SSH):
```bash
opkg update
opkg install nut usbutils curl ca-bundle ca-certificates
opkg install nut nut-server nut-monitor nut-driver-blazer_usb nut-Upsmon usbutils curl ca-bundle ca-certificates
```
*Catatan: Paket `nut` biasanya sudah mencakup driver dan tools dasar.*
@@ -58,7 +59,7 @@ Agar OpenWrt bisa kirim perintah ke MikroTik tanpa password, Anda harus membuat
*(Copy tulisan yang muncul, biasanya diawali `ssh-rsa ...`)*
3. **Import ke MikroTik**:
- Login ke Winbox MikroTik (192.168.7.1 & 103.125.50.7).
- Login ke Winbox MikroTik (192.168.7.1 & 192.168.7.30).
- Masuk ke menu **System -> Users -> SSH Keys**.
- Import key tersebut untuk user `upsuser`.

View File

@@ -2,7 +2,7 @@
# $1 = event type (ONLINE, ONBATT, LOWBATT, FSD, etc.)
# Configuration
MIKROTIK_TARGETS="192.168.7.1 103.125.50.7"
MIKROTIK_TARGETS="192.168.7.1 192.168.7.30"
TELEGRAM_BOT_TOKEN="6770207225:AAG3yNPepyhhGXqNh8BYjLYUMctc1DSfrH4"
TELEGRAM_CHAT_ID="6796478523"