ABOUT
Jitsi Meet is a set of open-source projects for secure, simple and scalable video conferences with state-of-the-art video quality and features.
infoUses a self-signed certificate by default. Your browser will show a security warning.
warningPort 10000/UDP must be forwarded to the container for video/audio to work properly.
infoConfiguration files are located in `/etc/jitsi/`.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally4 CPU4096 MB RAM12 GB disk
Config path/etc/jitsi
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/jitsi-meet.sh'; sha='63fe180ea668b5ec3f7e222a891efd07f782aef19ca60cc5a4d109b2f9c5c361'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/jitsi-meet.shSHA-256 63fe180ea668b5ec3f7e222a891efd07f782aef19ca60cc5a4d109b2f9c5c361 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.