Removed calcom
This commit is contained in:
parent
91fa024a4d
commit
240741e7cf
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user