From c1e8cf63b4ef5435066f173579b731378efb5d30 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Mon, 22 Jun 2026 21:10:49 +0200 Subject: [PATCH] docs: simplify playback secret command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d9a9ad..7f59fa3 100644 --- a/README.md +++ b/README.md @@ -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: ```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: