Open
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Contributor
There was a problem hiding this comment.
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 |
Author
|
@Siumauricio your ci/cd is broken due to meta.json dedupe check on gha build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_NUMBERScreenshots or Videos
License file: obscreen_license_64523153.zip
Screenshot successfull deployment: https://cln.sh/ppXb4frK
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 ameta.jsonentry.meta.jsonentry lists version2025.12.5, but the Docker image indocker-compose.ymlisobscreen/obscreen:v2026.1.6. These must be kept in sync per repository conventions.docker-compose.ymlomits theversion: "3.8"declaration, which is still the documented convention per repository guidelines, though many existing templates also omit it.Confidence Score: 3/5
Last reviewed commit: 0f07390
(4/5) You can add custom instructions or style guidelines for the agent here!
Context used:
dashboard- AGENTS.md (source)