From b5784c479a013c248da8f87d89b2d01435690828 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Mon, 16 Jun 2025 22:09:35 +0200 Subject: [PATCH] Remove jitsi meet --- ct/headers/jitsi-meet | 6 --- ct/jitsi-meet.sh | 44 ------------------- frontend/public/json/jitsi-meet.json | 35 --------------- install/jitsi-meet-install.sh | 65 ---------------------------- 4 files changed, 150 deletions(-) delete mode 100644 ct/headers/jitsi-meet delete mode 100644 ct/jitsi-meet.sh delete mode 100644 frontend/public/json/jitsi-meet.json delete mode 100644 install/jitsi-meet-install.sh diff --git a/ct/headers/jitsi-meet b/ct/headers/jitsi-meet deleted file mode 100644 index eefeea88..00000000 --- a/ct/headers/jitsi-meet +++ /dev/null @@ -1,6 +0,0 @@ - ___ __ _ __ ___ __ - / (_) /______(_) / |/ /__ ___ / /_ - __ / / / __/ ___/ /_____/ /|_/ / _ \/ _ \/ __/ -/ /_/ / / /_(__ ) /_____/ / / / __/ __/ /_ -\____/_/\__/____/_/ /_/ /_/\___/\___/\__/ - diff --git a/ct/jitsi-meet.sh b/ct/jitsi-meet.sh deleted file mode 100644 index c714a05c..00000000 --- a/ct/jitsi-meet.sh +++ /dev/null @@ -1,44 +0,0 @@ -#!/usr/bin/env bash -source <(curl -s https://git.community-scripts.org/community-scripts/ProxmoxVED/raw/branch/main/misc/build.func) -# Copyright (c) 2021-2025 community-scripts ORG -# Author: Slaviša Arežina (tremor021) -# License: MIT | https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE -# Source: https://github.com/jitsi/jitsi-meet - -APP="Jitsi-Meet" -var_tags="${var_tags:-os}" -var_cpu="${var_cpu:-2}" -var_ram="${var_ram:-4096}" -var_disk="${var_disk:-20}" -var_os="${var_os:-debian}" -var_version="${var_version:-12}" -var_unprivileged="${var_unprivileged:-1}" - -header_info "$APP" -variables -color -catch_errors - -function update_script() { - header_info - check_container_storage - check_container_resources - if [[ ! -f /lib/systemd/system/jitsi-videobridge2.service ]]; then - msg_error "No ${APP} Installation Found!" - exit - fi - msg_info "Updating Jitsi-Meet LXC" - $STD apt-get update - $STD apt-get upgrade -y - msg_ok "Updated Jitsi-Meet LXC" - exit -} - -start -build_container -description - -msg_ok "Completed Successfully!\n" -echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" -echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}https://${IP}${CL}" diff --git a/frontend/public/json/jitsi-meet.json b/frontend/public/json/jitsi-meet.json deleted file mode 100644 index 24c30d59..00000000 --- a/frontend/public/json/jitsi-meet.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "name": "jitsi-meet", - "slug": "jitsi-meet", - "categories": [ - 18 - ], - "date_created": "2025-05-06", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 443, - "documentation": "https://jitsi.github.io/handbook/docs/intro", - "website": "https://jitsi.org/jitsi-meet/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/jitsi-meet.webp", - "config_path": "/etc/jitsi/meet/[your-hostname]-config.js", - "description": "Go ahead, video chat with the whole team. In fact, invite everyone you know. Jitsi Meet is a fully encrypted, 100% open source video conferencing solution that you can use all day, every day, for free — with no account needed.", - "install_methods": [ - { - "type": "default", - "script": "ct/jitsi-meet.sh", - "resources": { - "cpu": 2, - "ram": 4096, - "hdd": 20, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] -} diff --git a/install/jitsi-meet-install.sh b/install/jitsi-meet-install.sh deleted file mode 100644 index 3413befb..00000000 --- a/install/jitsi-meet-install.sh +++ /dev/null @@ -1,65 +0,0 @@ -#!/usr/bin/env bash - -# Copyright (c) 2021-2025 community-scripts ORG -# Author: Slaviša Arežina (tremor021) -# License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE -# Source: https://github.com/jitsi/jitsi-meet - -source /dev/stdin <<<"$FUNCTIONS_FILE_PATH" -color -verb_ip6 -catch_errors -setting_up_container -network_check -update_os - -msg_info "Installing Dependencies" -$STD apt-get install -y \ - apt-transport-https \ - lsb-release \ - debconf-utils -msg_ok "Installed Dependencies" - -msg_info "Setting up repositories" -curl -fsSL https://prosody.im/files/prosody-debian-packages.key -o /etc/apt/keyrings/prosody-debian-packages.key -echo "deb [signed-by=/etc/apt/keyrings/prosody-debian-packages.key] http://packages.prosody.im/debian $(lsb_release -sc) main" >/etc/apt/sources.list.d/prosody-debian-packages.list -curl -fsSL https://download.jitsi.org/jitsi-key.gpg.key | gpg --dearmor -o /usr/share/keyrings/jitsi-keyring.gpg -echo "deb [signed-by=/usr/share/keyrings/jitsi-keyring.gpg] https://download.jitsi.org stable/" >/etc/apt/sources.list.d/jitsi-stable.list -$STD apt-get update -msg_ok "Done setting up repositories" - -msg_info "Installing jitsi-meet" -IP=$(hostname -I | awk '{print $1}') -PASS="$(openssl rand -base64 18 | cut -c1-13)" -SECRET="$(openssl rand -base64 18 | cut -c1-13)" -JVBSECRET="$(openssl rand -base64 18 | cut -c1-13)" -echo "jicofo jicofo/jicofo-authpassword password $PASS" | debconf-set-selections -echo "jitsi-meet-prosody jicofo/jicofo-authpassword password $PASS" | debconf-set-selections -echo "jitsi-meet-prosody jitsi-meet-prosody/jvb-hostname string $IP" | debconf-set-selections -echo "jitsi-meet-prosody jitsi-meet-prosody/turn-secret string $SECRET" | debconf-set-selections -echo "jitsi-meet-turnserver jitsi-meet-turnserver/jvb-hostname string $IP" | debconf-set-selections -echo "jitsi-meet-web-config jitsi-meet/cert-choice select Generate a new self-signed certificate" | debconf-set-selections -echo "jitsi-meet-web-config jitsi-meet/cert-path-crt string '/var/lib/prosody/auth.$IP.crt'" | debconf-set-selections -echo "jitsi-meet-web-config jitsi-meet/cert-path-key string '/var/lib/prosody/$IP.key'" | debconf-set-selections -echo "jitsi-meet-web-config jitsi-meet/email string ''" | debconf-set-selections -echo "jitsi-meet-web-config jitsi-meet/jaas-choice boolean false" | debconf-set-selections -echo "jitsi-meet-web-config jitsi-meet/jvb-hostname string $IP" | debconf-set-selections -echo "jicofo jitsi-videobridge/jvb-hostname string $IP" | debconf-set-selections -echo "jitsi-meet-prosody jitsi-videobridge/jvb-hostname string $IP" | debconf-set-selections -echo "jitsi-meet-turnserver jitsi-videobridge/jvb-hostname string $IP" | debconf-set-selections -echo "jitsi-meet-web-config jitsi-videobridge/jvb-hostname string $IP" | debconf-set-selections -echo "jitsi-videobridge2 jitsi-videobridge/jvb-hostname string $IP" | debconf-set-selections -echo "jitsi-meet-prosody jitsi-videobridge/jvbsecret password $JVBSECRET" | debconf-set-selections -echo "jitsi-videobridge2 jitsi-videobridge/jvbsecret password $JVBSECRET" | debconf-set-selections -$STD apt-get install -y \ - lua5.2 \ - jitsi-meet -msg_ok "Installed jitsi-meet" - -motd_ssh -customize - -msg_info "Cleaning up" -$STD apt-get -y autoremove -$STD apt-get -y autoclean -msg_ok "Cleaned"