docs(manual): remove NerdPack tools section — not required
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user