Jitsi : image de fond personnalisé (preuve de concept). Fixes #10
This commit is contained in:
parent
65db295a9b
commit
34d96eefd8
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue