Skip to content

fix(service): Jitsi Meet doesn't work#9594

Merged
andrasbacsai merged 3 commits intocoollabsio:nextfrom
miqonee:feat/jitsi-stable-service-template
Apr 27, 2026
Merged

fix(service): Jitsi Meet doesn't work#9594
andrasbacsai merged 3 commits intocoollabsio:nextfrom
miqonee:feat/jitsi-stable-service-template

Conversation

@miqonee
Copy link
Copy Markdown
Contributor

@miqonee miqonee commented Apr 16, 2026

Changes

Fixes #4813. Rebuilt Jitsi Meet template since the old one was broken:

  • Changed UDP 10000 from expose to ports for WebRTC.
  • Disabled internal HTTPS (handled by Coolify).
  • Replaced hardcoded host paths with named volumes.
  • Separated shared password into specific SERVICE_PASSWORD_* secrets.
  • Pinned to stable stable-10888.

Issues

Category

  • Fixing or updating existing one click service

Preview

preview изображение

AI Assistance

  • AI was NOT used to create this PR
  • AI was used (please describe below)

If AI was used:

  • Tools used: Perplexity AI
  • How extensively: Used for translating my text from Russian to English, navigating Coolify's PR guidelines, and understanding the correct syntax for "magic variables" (SERVICE_PASSWORD_*, SERVICE_URL_*). All debugging, configuration choices, and actual testing of the Jitsi template were done entirely manually by me.

Testing

I deployed this updated template locally using Coolify's "Docker Compose Empty" resource. I verified that all containers (web, prosody, jicofo, jvb) start correctly without restart loops. I successfully connected multiple clients to a meeting room, confirming that the UDP 10000 port binding correctly routes audio and video traffic without the previous colibri2 timeout errors.

Contributor Agreement

Important

  • I have read and understood the contributor guidelines. If I have failed to follow any guideline, I understand that this PR may be closed without review.
  • I have searched existing issues and pull requests (including closed ones) to ensure this isn't a duplicate.
  • I have tested all the changes thoroughly with a local development instance of Coolify and I am confident that they will work as expected when a maintainer tests them.

Comment thread templates/compose/jitsi.yaml
Comment thread templates/compose/jitsi.yaml Outdated
@ShadowArcanist ShadowArcanist changed the base branch from v4.x to next April 24, 2026 04:10
@ShadowArcanist ShadowArcanist changed the title fix(templates): restore Jitsi Meet service template (#4813) fix(service): Jitsi Meet doesn't work Apr 24, 2026
@ShadowArcanist ShadowArcanist added ⚙️ Service Issues requesting or PRs adding/fixing service templates. ✅ Ready to merge labels Apr 24, 2026
@coollabsio coollabsio deleted a comment from github-actions Bot Apr 24, 2026
@andrasbacsai
Copy link
Copy Markdown
Member

Thank you for the PR! 💜

@andrasbacsai andrasbacsai merged commit 5a4f794 into coollabsio:next Apr 27, 2026
5 checks passed
@andrasbacsai andrasbacsai mentioned this pull request Apr 27, 2026
@miqonee miqonee deleted the feat/jitsi-stable-service-template branch May 2, 2026 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✅ Ready to merge ⚙️ Service Issues requesting or PRs adding/fixing service templates.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Jitsi Meet template not working

3 participants