From 07d47e087bb483f5f45ab95dbddf75edb0fa9a71 Mon Sep 17 00:00:00 2001 From: p4u1 Date: Wed, 5 Nov 2025 15:31:06 +0100 Subject: [PATCH 1/2] docs: Adds section on how to configure basic auth --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d23db96..7531585 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,13 @@ your Docker swarm box 4. `abra app deploy YOURAPPDOMAIN` +## Configuring basic auth + +1. Create the usersfile locally: `htpasswd -c usersfile ` +2. Uncomment the Basic Auth section in your .env file +3. Insert the secret: `abra app secret insert usersfile v1 -f usersfile +4. Redploy you app: `abra app deploy -f ` + ## Configuring wildcard SSL using DNS Automatic certificate generation will Just Work™ for most recipes which use a fixed -- 2.49.0 From 5be795b0333a88855cdd462792d3e2d21cc953fa Mon Sep 17 00:00:00 2001 From: p4u1 Date: Thu, 20 Nov 2025 16:42:15 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7531585..bc4cfa4 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ 1. Create the usersfile locally: `htpasswd -c usersfile ` 2. Uncomment the Basic Auth section in your .env file 3. Insert the secret: `abra app secret insert usersfile v1 -f usersfile -4. Redploy you app: `abra app deploy -f ` +4. Redploy your app: `abra app deploy -f ` ## Configuring wildcard SSL using DNS -- 2.49.0