docs: Adds section on how to configure basic auth #62

Merged
p4u1 merged 2 commits from basic-auth-docs into master 2025-11-20 16:55:54 +00:00

View File

@ -23,6 +23,13 @@
your Docker swarm box
4. `abra app deploy YOURAPPDOMAIN`
## Configuring basic auth
1. Create the usersfile locally: `htpasswd -c usersfile <username>`
2. Uncomment the Basic Auth section in your .env file
3. Insert the secret: `abra app secret insert <domain> usersfile v1 -f usersfile
4. Redploy your app: `abra app deploy -f <domain>`

s/you/your

`s/you/your`
## Configuring wildcard SSL using DNS
Automatic certificate generation will Just Work™ for most recipes which use a fixed