From f6720a36c428736132b2d846b5f01bee0019f646 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 29 Jan 2024 17:34:36 +0000 Subject: [PATCH] test with start with element and matrix --- bin/install-federated | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/install-federated b/bin/install-federated index fac381e..4d233eb 100755 --- a/bin/install-federated +++ b/bin/install-federated @@ -73,7 +73,8 @@ config_network # Setup SERVICES array to what bundle if [ "$BUNDLE" = "starter" ]; then - SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "autodiscover" "panel" "vaultwarden") + #SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "autodiscover" "panel" "vaultwarden") + SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "autodiscover" "panel" "vaultwarden" "matrix" "element" "coturn") elif [ "$BUNDLE" = "team" ]; then SERVICES=("pdnsmysql" "pdns" "pdnsadmin" "traefik" "postgresql" "ldap" "mail" "collabora" "nextcloud" "autodiscover" "panel" "vaultwarden" "matrix" "element" "coturn" "wordpress" "freescout" "espocrm") elif [ "$BUNDLE" = "ultimate" ]; then