mirror of
https://github.com/Dokploy/templates.git
synced 2026-05-06 16:55:42 -05:00
[PR #600] [CLOSED] Add Obscreen blueprint template #4104
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Dokploy/templates/pull/600
Author: @jr-k
Created: 12/18/2025
Status: ❌ Closed
Base:
canary← Head:obscreen📝 Commits (4)
3a38af3Add Obscreen blueprint templateb6789e4meta changes to obscreen blueprints445302ameta changes to obscreen blueprintsd6667b9Merge branch 'Dokploy:canary' into obscreen📊 Changes
4 files changed (+54 additions, -0 deletions)
View changed files
➕
blueprints/obscreen/docker-compose.yml(+16 -0)➕
blueprints/obscreen/obscreen.png(+0 -0)➕
blueprints/obscreen/template.toml(+16 -0)📝
meta.json(+22 -0)📄 Description
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
https://cln.sh/ppXb4frK
Greptile Overview
Greptile Summary
This PR adds a new Obscreen blueprint template for deploying a digital signage service via Dokploy. The template includes a single-service Docker Compose setup with persistent volumes, a TOML configuration with domain and secret key generation, a logo image, and a
meta.jsonentry.meta.jsondeclares version2025.12.5, butdocker-compose.ymluses the:latestimage tag. Per repository conventions, these must match. The image should be pinned toobscreen/obscreen:2025.12.5.version: "3.8": Thedocker-compose.ymlomits the version field. While many recent templates also omit it, the AGENTS.md convention recommends includingversion: "3.8".FROZEN_VAR_EXTERNAL_URLuseshttp://: Since Dokploy typically terminates TLS, the external URL should likely usehttps://to avoid mixed-content or redirect issues.template.toml.Confidence Score: 3/5
blueprints/obscreen/docker-compose.yml(version mismatch with meta.json) andblueprints/obscreen/template.toml(external URL protocol).Last reviewed commit:
d6667b9(3/5) Reply to the agent's comments like "Can you suggest a fix for this @greptileai?" or ask follow-up questions!
Context used:
dashboard- AGENTS.md (source)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.