mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-03-19 15:18:02 -04:00
* Add LetsEncrypt scaffolding to docker compose setup (#367) * Update install.sh (#367) * Add certificate request logic (#367) * Update domain validation regex (#367) * Update install.sh (#367) * Update install.sh (#367) * Update nginx.conf for LetsEncrypt validation (#367) * Update nginx.conf (#367) * Add certbot volume mapping to nginx (#367) * Update nginx conf to template to use env vars (#367) * Update nginx certbot root (#367) * Update install.sh (#367) * Update nginx ssl letsencrypt paths (#367) * Update install.sh (#367) * Use conditional nginx.conf include instead of vars (#367) * Update install.sh so it doesn't restart docker stack but expects it to be running already (#367) * Update permissions (#367) * Update install.sh (#367) * Refactor and cleanup (#367)
9 lines
185 B
Plaintext
9 lines
185 B
Plaintext
HOSTNAME=
|
|
JWT_KEY=
|
|
DATA_PROTECTION_CERT_PASS=
|
|
ADMIN_PASSWORD_HASH=
|
|
ADMIN_PASSWORD_GENERATED=2024-01-01T00:00:00Z
|
|
PRIVATE_EMAIL_DOMAINS=
|
|
SMTP_TLS_ENABLED=false
|
|
LETSENCRYPT_ENABLED=false
|