diff --git a/nodes/qzwi.toml b/nodes/qzwi.toml index 20dbe32..2f342db 100644 --- a/nodes/qzwi.toml +++ b/nodes/qzwi.toml @@ -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"