Skip to content

Add Obscreen blueprint template#713

Open
jr-k wants to merge 10 commits intoDokploy:canaryfrom
obscreen:obscreen3
Open

Add Obscreen blueprint template#713
jr-k wants to merge 10 commits intoDokploy:canaryfrom
obscreen:obscreen3

Conversation

@jr-k
Copy link

@jr-k jr-k commented Feb 18, 2026

What is this PR about?

New PR of Obscreen - a digital signage service

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

Greptile Summary

This PR adds a new blueprint template for Obscreen, a digital signage service. The template includes a docker-compose.yml, template.toml, logo image, and a meta.json entry.

  • Version mismatch: The meta.json entry lists version 2025.12.5, but the Docker image in docker-compose.yml is obscreen/obscreen:v2026.1.6. These must be kept in sync per repository conventions.
  • The template structure is otherwise well-formed: it uses a generated secret key, configures the external URL with HTTPS, and defines appropriate named volumes for data persistence.
  • The docker-compose.yml omits the version: "3.8" declaration, which is still the documented convention per repository guidelines, though many existing templates also omit it.

Confidence Score: 3/5

  • This PR needs a minor fix for the version mismatch between meta.json and docker-compose.yml before merging.
  • The template is structurally sound with proper volume mounts, secret generation, and HTTPS configuration. However, the version mismatch between meta.json (2025.12.5) and docker-compose.yml (v2026.1.6) is a clear inconsistency that violates repository conventions and should be corrected before merge.
  • meta.json needs its version field updated to match the Docker image tag in docker-compose.yml

Last reviewed commit: 0f07390

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

Context used:

  • Context from dashboard - AGENTS.md (source)

Copilot AI review requested due to automatic review settings February 18, 2026 10:55
@github-actions
Copy link

github-actions bot commented Feb 18, 2026

built with Refined Cloudflare Pages Action

⚡ Cloudflare Pages Deployment

Name Status Preview Last Commit
templates ✅ Ready (View Log) Visit Preview 800ea15

@github-actions github-actions bot requested a deployment to Preview February 18, 2026 10:56 Abandoned
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adds a new Dokploy template for Obscreen, a digital signage service that organizes media and displays it on various devices. The template includes the necessary Docker Compose configuration, TOML template for Dokploy-specific settings, metadata entry, and logo image.

Changes:

  • Added Obscreen blueprint with Docker Compose configuration for deploying the obscreen/obscreen service
  • Added template.toml with domain, environment variable, and secret configuration for Dokploy
  • Added meta.json entry with service metadata, tags, and links
  • Added obscreen.png logo file for the service

Reviewed changes

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

File Description
meta.json Added metadata entry for Obscreen with version, description, logo, links, and tags
blueprints/obscreen/docker-compose.yml Docker Compose service definition with volume mounts for data and license persistence
blueprints/obscreen/template.toml Dokploy configuration with domain mapping, environment variables, and secret generation
blueprints/obscreen/obscreen.png Logo image for the Obscreen service

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, 2 comments

Edit Code Review Agent Settings | Greptile

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated no new comments.

@jr-k
Copy link
Author

jr-k commented Feb 18, 2026

@Siumauricio your ci/cd is broken due to meta.json dedupe check on gha build

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.

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.

2 participants