docker-jitsi-meet
docker-jitsi-meet copied to clipboard
Jitsi Meet on Docker
Hi I've searched but not seems to work. I'm trying to change the favicon, and site Title to something else. Searching all the file, i found reference in the title.html...
I've installed Jitsi using basic docker-compose.yml I'm using Nginx as a reverse proxy, Nginx handles SSL certificate configuration. 443 port is being proxied to 8000 port which is the HTTP...
I am using version stable-10184 Installed on synology nas via docker (linux) 4 containers created: docker-jitsi-meet-jicofo-1 docker-jitsi-meet-jvb-1 docker-jitsi-meet-prosody-1 docker-jitsi-meet-web-1 After editing the .env file a couple of times, and correcting...
This PR allows Jitsi containers to run without using `root` account. Main changes: - s6-overlay is upgraded to `v3.2.0.2` - All processes are run by a non-root user: `s6` -...
Hi this is my decoded token : ``` { "context": { "user": { "name": "amy", "moderator": false } }, "aud": ["jitsi"], "iss": "something_meeting_jitsi", "sub": "meet.something.us", "room": "my_room_name", "exp": 1747911045 }...
Based on the comment in the startup script file https://github.com/jitsi/docker-jitsi-meet/blob/7e76486afcb61e46c6cab13d4ba5394a7bfe0a86/prosody/rootfs/etc/cont-init.d/10-config#L102-L105 The referenced issue is now fixed: https://issues.prosody.im/1908 Should we update on our side?
What happened? Description: When i start a record on a Jitsi meet with Jibri, the "start recording" button doesn't turn back to "stop recording". I can't stop. Record works perfectly,...
### What happened? I've created some users according to instructions, using prosodyctl register [...] These users are completely forgotten each time I restart the Jitsi server (docker compose down ->...