[PR #720] [MERGED] Add go2rtc #17079

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

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/720
Author: @kien-ngo
Created: 2/21/2026
Status: Merged
Merged: 5/12/2026
Merged by: @Siumauricio

Base: canaryHead: kien/add-go2rtc


📝 Commits (8)

  • 1a4afa7 Add go2rtc
  • 5dc77a5 Update blueprints/go2rtc/docker-compose.yml
  • 51b5c92 Update blueprints/go2rtc/template.toml
  • aae85a8 Apply suggestion from @greptile-apps[bot]
  • b3c5d74 Update docker-compose.yml
  • fadae68 Update template.toml
  • 343e9bf Update docker-compose.yml
  • 02fcf26 Update docker-compose.yml

📊 Changes

4 files changed (+73 additions, -18 deletions)

View changed files

blueprints/go2rtc/docker-compose.yml (+24 -0)
blueprints/go2rtc/go2rtc.png (+0 -0)
blueprints/go2rtc/template.toml (+13 -0)
📝 meta.json (+36 -18)

📄 Description

What is this PR about?

go2rtc is the Ultimate camera streaming application with support for dozens formats and protocols.

Website: https://go2rtc.org/
GitHub: https://github.com/AlexxIT/go2rtc

Checklist

Before submitting this PR, please make sure that:

Close automatically the related issues using the keywords: closes #ISSUE_NUMBER

Screenshots or Videos

image image image

Greptile Summary

Adds go2rtc camera streaming application template to the repository.

  • New blueprint with docker-compose.yml, template.toml, and logo
  • Configures go2rtc service with web UI on port 1984
  • Includes device access for webcam support
  • Added entry to meta.json with proper metadata

Issues found:

  • Missing version: "3.8" in docker-compose.yml (required)
  • Incorrect ports configuration format (should use expose)
  • env in template.toml using wrong syntax (should be array)
  • Using latest tag instead of pinned version

Confidence Score: 2/5

  • This PR has critical syntax issues that will prevent proper deployment
  • Score reflects multiple required fixes: missing docker-compose version directive, incorrect ports configuration that violates repository standards, and wrong env syntax in template.toml. These must be corrected before deployment.
  • blueprints/go2rtc/docker-compose.yml and blueprints/go2rtc/template.toml require immediate corrections

Last reviewed commit: 1a4afa7

(4/5) You can add custom instructions or style guidelines for the agent here!

Context used:

  • Context from dashboard - AGENTS.md (source)

🔄 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/720 **Author:** [@kien-ngo](https://github.com/kien-ngo) **Created:** 2/21/2026 **Status:** ✅ Merged **Merged:** 5/12/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `kien/add-go2rtc` --- ### 📝 Commits (8) - [`1a4afa7`](https://github.com/Dokploy/templates/commit/1a4afa7c79f3a187d8191fbf9641d8e846fb48e8) Add go2rtc - [`5dc77a5`](https://github.com/Dokploy/templates/commit/5dc77a53fee0e5f145a685f29f71324971e7c7c0) Update blueprints/go2rtc/docker-compose.yml - [`51b5c92`](https://github.com/Dokploy/templates/commit/51b5c9220c63a90a4dfcc8d94b6112cbfdedfe66) Update blueprints/go2rtc/template.toml - [`aae85a8`](https://github.com/Dokploy/templates/commit/aae85a84eaa0937a86c2dac350e673503f1b1443) Apply suggestion from @greptile-apps[bot] - [`b3c5d74`](https://github.com/Dokploy/templates/commit/b3c5d745232455d5666c3d1d8cfd6bfb2736aaef) Update docker-compose.yml - [`fadae68`](https://github.com/Dokploy/templates/commit/fadae68716a473fb37e14d0c922afa9ba737b185) Update template.toml - [`343e9bf`](https://github.com/Dokploy/templates/commit/343e9bfd93ce28750cd042f47d62b18e0c2d2b10) Update docker-compose.yml - [`02fcf26`](https://github.com/Dokploy/templates/commit/02fcf268018ae21b1d83e366a3563deccae9bd58) Update docker-compose.yml ### 📊 Changes **4 files changed** (+73 additions, -18 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/go2rtc/docker-compose.yml` (+24 -0) ➕ `blueprints/go2rtc/go2rtc.png` (+0 -0) ➕ `blueprints/go2rtc/template.toml` (+13 -0) 📝 `meta.json` (+36 -18) </details> ### 📄 Description ## What is this PR about? go2rtc is the Ultimate camera streaming application with support for dozens formats and protocols. Website: https://go2rtc.org/ GitHub: https://github.com/AlexxIT/go2rtc ## Checklist Before submitting this PR, please make sure that: - [x] I have read the suggestions in the README.md file https://github.com/Dokploy/templates?tab=readme-ov-file#general-requirements-when-creating-a-template - [x] I have tested the template in my instance, so the maintainers don't spend time trying to figure out what's wrong. - [ ] I have added tests that demonstrate that my correction works or that my new feature works. ## Issues related (if applicable) Close automatically the related issues using the keywords: `closes #ISSUE_NUMBER` ## Screenshots or Videos <img width="773" height="854" alt="image" src="https://github.com/user-attachments/assets/0d079213-3e36-4852-9df0-26550f3fa8b2" /> <img width="871" height="524" alt="image" src="https://github.com/user-attachments/assets/06f65fd3-70a3-48b3-a13e-5138582a8ac7" /> <img width="672" height="410" alt="image" src="https://github.com/user-attachments/assets/0370f443-80e7-4d31-9366-0a54a04fd394" /> <!-- greptile_comment --> <h3>Greptile Summary</h3> Adds go2rtc camera streaming application template to the repository. - New blueprint with docker-compose.yml, template.toml, and logo - Configures go2rtc service with web UI on port 1984 - Includes device access for webcam support - Added entry to meta.json with proper metadata **Issues found:** - Missing `version: "3.8"` in docker-compose.yml (required) - Incorrect `ports` configuration format (should use `expose`) - `env` in template.toml using wrong syntax (should be array) - Using `latest` tag instead of pinned version <h3>Confidence Score: 2/5</h3> - This PR has critical syntax issues that will prevent proper deployment - Score reflects multiple required fixes: missing docker-compose version directive, incorrect ports configuration that violates repository standards, and wrong env syntax in template.toml. These must be corrected before deployment. - blueprints/go2rtc/docker-compose.yml and blueprints/go2rtc/template.toml require immediate corrections <sub>Last reviewed commit: 1a4afa7</sub> <!-- greptile_other_comments_section --> <sub>(4/5) You can add custom instructions or style guidelines for the agent [here](https://app.greptile.com/review/github)!</sub> **Context used:** - Context from `dashboard` - AGENTS.md ([source](https://app.greptile.com/review/custom-context?memory=09330bde-2058-497c-9c64-ceae637fb5b2)) <!-- /greptile_comment --> --- <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:05:51 -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#17079