docs: simplify playback secret command

This commit is contained in:
2026-06-22 21:10:49 +02:00
committed by Milas Holsting
parent e333ae36e8
commit c1e8cf63b4

View File

@@ -116,7 +116,7 @@ Playback proxying requires a local `PLAYBACK_PROXY_SECRET` so the server can min
subtitle proxy tokens. Generate a strong value and add it to `.env` before using playback: subtitle proxy tokens. Generate a strong value and add it to `.env` before using playback:
```bash ```bash
printf 'PLAYBACK_PROXY_SECRET=%s\n' "$(openssl rand -base64 32)" >> .env echo "PLAYBACK_PROXY_SECRET=$(openssl rand -base64 32)" >> .env
``` ```
Create a local user with: Create a local user with: