Skip to content

Add go2rtc#720

Open
kien-ngo wants to merge 7 commits intoDokploy:canaryfrom
kien-ngo:kien/add-go2rtc
Open

Add go2rtc#720
kien-ngo wants to merge 7 commits intoDokploy:canaryfrom
kien-ngo:kien/add-go2rtc

Conversation

@kien-ngo
Copy link
Contributor

@kien-ngo kien-ngo commented Feb 21, 2026

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:

Issues related (if applicable)

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)

@github-actions
Copy link

github-actions bot commented Feb 21, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
templates ✅ Ready (View Log) Visit Preview 343e9bf

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4 files reviewed, 5 comments

Edit Code Review Agent Settings | Greptile

{
"id": "go2rtc",
"name": "go2rtc",
"version": "latest",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Using latest tag is discouraged - should pin to specific version for stability and security (AGENTS.md:209)

Context Used: Context from dashboard - AGENTS.md (source)

kien-ngo and others added 2 commits February 21, 2026 20:54
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant