From 9272907a306f1e3540b9daa3ec93beb6fff9a5b5 Mon Sep 17 00:00:00 2001 From: Sudip Parajuli <84361080+sudipnext@users.noreply.github.com> Date: Thu, 23 Apr 2026 17:46:19 +0545 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41dc8125..4bfb2c89 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ Same variables as compose; use `-e` instead of `.env` when running `docker run`
Authentication (HTTP Basic):
-All /api/v1/ routes except /api/v1/auth/* require authentication. Send your Presenton admin username and password (same as the web UI, or AUTH_USERNAME / AUTH_PASSWORD when preseeding Docker). With curl, put them right after -u as -u USERNAME:PASSWORD — that is HTTP Basic auth and sets Authorization: Basic … for you. Replace the sample sudipnext:sudipnext below with your real credentials.
+All /api/v1/ routes except /api/v1/auth/* require authentication. Send your Presenton admin username and password (same as the web UI, or AUTH_USERNAME / AUTH_PASSWORD when preseeding Docker). With curl, put them right after -u as -u USERNAME:PASSWORD — that is HTTP Basic auth and sets Authorization: Basic … for you. Replace the sample username:password below with your real credentials.