mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
Enable automatic Let's Encrypt certificate generation in Authelia docker-compose configuration
This commit is contained in:
parent
cd39c99102
commit
95456ddff9
1 changed files with 1 additions and 2 deletions
|
|
@ -27,8 +27,7 @@ services:
|
|||
API_WHITELIST_IP: "127.0.0.0/8 10.20.30.0/24"
|
||||
SERVE_FILES: "no"
|
||||
DISABLE_DEFAULT_SERVER: "yes"
|
||||
# AUTO_LETS_ENCRYPT: "yes"
|
||||
GENERATE_SELF_SIGNED_SSL: "yes"
|
||||
AUTO_LETS_ENCRYPT: "yes"
|
||||
USE_CLIENT_CACHE: "yes"
|
||||
USE_GZIP: "yes"
|
||||
USE_REVERSE_PROXY: "yes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue