Removed calcom

This commit is contained in:
root 2023-05-04 15:03:22 +00:00
parent 91fa024a4d
commit 240741e7cf
2 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -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