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

View file

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