From 240741e7cf1e7f2f054b4e54e7a7cef45e18e8cf Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 May 2023 15:03:22 +0000 Subject: [PATCH] Removed calcom --- bin/install-federated | 3 +-- lib/functions.sh | 6 +----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/bin/install-federated b/bin/install-federated index 0c5490f..d30811a 100755 --- a/bin/install-federated +++ b/bin/install-federated @@ -34,7 +34,6 @@ get_config() { . /federated/lib/proxy.sh . /federated/lib/wireguard.sh . /federated/lib/baserow.sh - . /federated/lib/calcom.sh . /federated/lib/gitea.sh . /federated/lib/caddy.sh @@ -78,7 +77,7 @@ check_ports config_network # Configure and start each federated service -for i in dns postgresql ldap mail collabora proxy nextcloud matrix element listmonk vaultwarden panel wireguard jitsi baserow calcom gitea caddy; do +for i in dns postgresql ldap mail collabora proxy nextcloud matrix element listmonk vaultwarden panel wireguard jitsi baserow gitea caddy; do config_$i start_$i done diff --git a/lib/functions.sh b/lib/functions.sh index b6304e7..fe16696 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -1,7 +1,7 @@ # Federated Computer functions # Define all services -SERVICES=("dns" "postgresql" "ldap" "mail" "collabora" "proxy" "nextcloud" "matrix" "element" "listmonk" "vaultwarden" "panel" "wireguard" "jitsi" "baserow" "calcom" "gitea" "caddy") +SERVICES=("dns" "postgresql" "ldap" "mail" "collabora" "proxy" "nextcloud" "matrix" "element" "listmonk" "vaultwarden" "panel" "wireguard" "jitsi" "baserow" "gitea" "caddy") fail() { echo -ne "FAILED\n\n$1\n\n" @@ -199,10 +199,6 @@ Baserow: Easy Database. Replacement for Airtable. Build amazing, easy to create on-line databases to be used by your team. https://baserow.$DOMAIN -Cal.com: Easy scheduling. Create easy links so that others can easily -schedule time on your calendar without the annoying back-and-forth. -https://calcom.$DOMAIN - All documentation for users can be found at https://documentation.federated.computer/users. EOF