Jitsi : image de fond personnalisé (preuve de concept). Fixes #10

This commit is contained in:
Gitouche 2022-08-05 17:09:53 +02:00
parent 65db295a9b
commit 34d96eefd8
1 changed files with 2 additions and 0 deletions

View File

@ -62,6 +62,8 @@ export listen_port
podman-compose --podman-run-args "--env-file .env" up -d &&
# Wait for web to be up
( podman logs --tail=3 -f podman-jitsi_web_1 2>&1 & ) | grep -q '^\[services.d\] done.$' &&
podman cp assets/welcome-background.png podman-jitsi_web_1:/usr/share/jitsi-meet/images/welcome-background.png &&
podman exec -t podman-jitsi_web_1 chmod 444 /usr/share/jitsi-meet/images/welcome-background.png &&
podman pod stop ${pod_name} && echo Pod built and stopped.
# cleanup