qzwi: enable mariadb, add wordpress nginx vhost

This commit is contained in:
Rico 2022-05-18 15:52:14 +02:00
parent 4d9b52adf3
commit 3c26b78996
Signed by: stillbeben
GPG Key ID: AE1066B5BD0B5041
1 changed files with 8 additions and 1 deletions

View File

@ -4,11 +4,12 @@ bundles = [
"elasticsearch",
"ldap-frontend",
"letsencrypt",
"mariadb",
"monit",
"nginx",
"nextcloud",
"openldap",
"postfix",
#"postfix",
"php",
"postgresql",
"redis",
@ -43,6 +44,12 @@ version = "23.0.0"
[metadata.nginx.vhosts.nextcloud]
ssl = "letsencrypt"
[metadata.nginx.vhosts.wordpress]
domain = "jackie.qzwi.de"
ssl = "letsencrypt"
php = true
extras = true
[metadata.nginx.vhosts.openldap]
domain = "ldap.qzwi.de"
ssl = "letsencrypt"