You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: SETUP.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -191,7 +191,7 @@ The script will:
191
191
- Connect everything together (Prowlarr, Radarr, Sonarr, Seerr)
192
192
- Ask you to sign in to Seerr with Plex (one browser click)
193
193
194
-
At the end it will print your qBittorrent password and save credentials/API keys to `~/Media/state/first-run-credentials.txt` (mode `600`).
194
+
At the end it will print your qBittorrent password and save credentials/API keys to `<MEDIA_DIR>/state/first-run-credentials.txt` (mode `600`, default path `~/Media/state/first-run-credentials.txt`).
195
195
196
196
---
197
197
## Step 9: Install Auto-Healer (Optional but Recommended)
@@ -202,7 +202,7 @@ This installs a background job that checks your stack every hour. If the VPN goe
202
202
bash scripts/install-auto-heal.sh
203
203
```
204
204
205
-
Logs go to `~/Media/logs/auto-heal.log` if you ever want to check what it's been doing.
205
+
Logs go to `<MEDIA_DIR>/logs/auto-heal.log` (default `~/Media/logs/auto-heal.log`) if you ever want to check what it's been doing.
0 commit comments