[PR #944] [CLOSED] feat: add Jitsi Meet template #17275

Closed
opened 2026-07-16 06:33:10 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/944
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: Closed

Base: canaryHead: codex/add-jitsi-meet-template


📝 Commits (1)

  • f7dcdc5 feat: add Jitsi Meet template

📊 Changes

3 files changed (+149 additions, -0 deletions)

View changed files

blueprints/jitsi/docker-compose.yml (+105 -0)
blueprints/jitsi/jitsi.svg (+1 -0)
blueprints/jitsi/template.toml (+43 -0)

📄 Description

/claim #152
Closes #916

Summary

  • Add a Jitsi Meet template for self-hosted video meetings.
  • Wire the Jitsi web, Prosody, Jicofo, and JVB services with Dokploy domain routing.
  • Add generated auth/component secrets, persistent config/transcript volumes, metadata, and logo.

Validation

  • node dedupe-and-sort-meta.js
  • npm --prefix build-scripts run validate-template -- --dir ../blueprints/jitsi
  • npm --prefix build-scripts run validate-docker-compose -- --file ../blueprints/jitsi/docker-compose.yml
  • git diff --check

Notes

  • Based on the official docker-jitsi-meet compose structure and Docker deployment guide.
  • JVB exposes port 10000 using the template validator-compatible port format.
    Not run: full Docker runtime smoke test, because Docker is unavailable locally.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/944 **Author:** [@rohitmulani63-ops](https://github.com/rohitmulani63-ops) **Created:** 6/22/2026 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `codex/add-jitsi-meet-template` --- ### 📝 Commits (1) - [`f7dcdc5`](https://github.com/Dokploy/templates/commit/f7dcdc52434eb7fbab7199deb9861bb41c23eb6f) feat: add Jitsi Meet template ### 📊 Changes **3 files changed** (+149 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/jitsi/docker-compose.yml` (+105 -0) ➕ `blueprints/jitsi/jitsi.svg` (+1 -0) ➕ `blueprints/jitsi/template.toml` (+43 -0) </details> ### 📄 Description /claim #152 Closes #916 ## Summary - Add a Jitsi Meet template for self-hosted video meetings. - Wire the Jitsi web, Prosody, Jicofo, and JVB services with Dokploy domain routing. - Add generated auth/component secrets, persistent config/transcript volumes, metadata, and logo. ## Validation - `node dedupe-and-sort-meta.js` - `npm --prefix build-scripts run validate-template -- --dir ../blueprints/jitsi` - `npm --prefix build-scripts run validate-docker-compose -- --file ../blueprints/jitsi/docker-compose.yml` - `git diff --check` ## Notes - Based on the official docker-jitsi-meet compose structure and Docker deployment guide. - JVB exposes port `10000` using the template validator-compatible port format. Not run: full Docker runtime smoke test, because Docker is unavailable locally. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-16 06:33:10 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#17275