Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 07d47e087b |
@ -23,6 +23,13 @@
|
|||||||
your Docker swarm box
|
your Docker swarm box
|
||||||
4. `abra app deploy YOURAPPDOMAIN`
|
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 you app: `abra app deploy -f <domain>`
|
||||||
|
|
||||||
## Configuring wildcard SSL using DNS
|
## Configuring wildcard SSL using DNS
|
||||||
|
|
||||||
Automatic certificate generation will Just Work™ for most recipes which use a fixed
|
Automatic certificate generation will Just Work™ for most recipes which use a fixed
|
||||||
|
|||||||
Reference in New Issue
Block a user