docs(manual): remove NerdPack tools section — not required

This commit is contained in:
Gmer4Lfe
2026-05-23 10:24:35 -04:00
parent 2e04821b75
commit c3fb0d4bd6
-19
View File
@@ -34,25 +34,6 @@ Install these via **Apps** (Community Applications) on both servers:
---
### ── CLI Tools — install on both servers ────────────────────────────────────
Required by multiple scripts. Install via **Tools → NerdPack** (install NerdPack first
from Apps if not present):
| Tool | Why |
|------|-----|
| `git` | Pulling script updates, version tracking |
| `jq` | JSON parsing — arr APIs, Tailscale API, Docker inspect |
| `curl` | API calls — arrs, Emby, Tailscale, Discord webhooks |
| `openssl` | Certificate monitoring (`cert_monitor.sh`) |
Verify after install:
```bash
git --version && jq --version && curl --version | head -1 && openssl version
```
---
## ━━━ STEP 1: TAILSCALE ━━━
Both servers must be visible to each other on the same Tailscale network.