qzwi: enable mariadb, add wordpress nginx vhost
This commit is contained in:
parent
4d9b52adf3
commit
3c26b78996
1 changed files with 8 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue