Skip to content

Commit 9eefbc5

Browse files
authored
Document 'Repair Backend' feature in README
Added instructions for the 'Repair Backend' feature, detailing its functionality and safety.
1 parent 60cc535 commit 9eefbc5

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

readme.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,21 @@ Toasts provide immediate feedback.
188188

189189
---
190190

191+
### Repair Backend
192+
193+
If the backend feels stuck (e.g., nginx not serving correctly or StreamGuard appears unresponsive), the Mini-PC tab includes a "Repair Backend" button. This triggers a controlled restart of critical services to recover quickly.
194+
195+
What it does (by default):
196+
197+
- Restarts nginx
198+
- Restarts StreamGuard (the guard process handling bitrate and EventSub)
199+
- restarts Stunnel (Secure Tunnel to RTMPS)
200+
201+
Notes:
202+
203+
- The operation is idempotent and safe to run when services are already healthy.
204+
- Use this when health indicators show red for nginx/StreamGuard/Stunnel or the UI becomes unresponsive due to those services.
205+
191206
## Restream Management
192207

193208
Workflow:

0 commit comments

Comments
 (0)