From 3c26b789963330020d1988a0808ce22d4deb99f1 Mon Sep 17 00:00:00 2001 From: Rico Ullmann Date: Wed, 18 May 2022 15:52:14 +0200 Subject: [PATCH] qzwi: enable mariadb, add wordpress nginx vhost --- nodes/qzwi.toml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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"