[PR #935] [CLOSED] feat: add Open Source POS template #15265

Closed
opened 2026-07-13 16:58:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/935
Author: @rohitmulani63-ops
Created: 6/22/2026
Status: Closed

Base: canaryHead: codex/add-opensourcepos-template


📝 Commits (1)

  • 0da9fe8 feat: add Open Source POS template

📊 Changes

4 files changed (+84 additions, -0 deletions)

View changed files

blueprints/opensourcepos/docker-compose.yml (+36 -0)
blueprints/opensourcepos/opensourcepos.svg (+11 -0)
blueprints/opensourcepos/template.toml (+19 -0)
📝 meta.json (+18 -0)

📄 Description

Summary

/claim #152

Closes #860.

Adds an Open Source POS template adapted from the official Docker compose setup.

The template includes:

  • Open Source POS app service
  • MariaDB service
  • generated database credentials instead of sample defaults
  • persistent uploads, logs, and database volumes
  • Dokploy domain routing on port 80
  • ALLOWED_HOSTNAMES wired from the Dokploy domain, matching the app's production host-header security requirement
  • FORCE_HTTPS=true for proxy/TLS-offload deployments behind Dokploy

Validation

  • node dedupe-and-sort-meta.js
  • npm.cmd run validate-template -- --dir ../blueprints/opensourcepos
  • npm.cmd run validate-docker-compose -- --file ../blueprints/opensourcepos/docker-compose.yml
  • git diff --check passed with only normal CRLF line-ending warnings

Not run: full Docker runtime smoke test, because Docker is unavailable locally.


🔄 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/935 **Author:** [@rohitmulani63-ops](https://github.com/rohitmulani63-ops) **Created:** 6/22/2026 **Status:** ❌ Closed **Base:** `canary` ← **Head:** `codex/add-opensourcepos-template` --- ### 📝 Commits (1) - [`0da9fe8`](https://github.com/Dokploy/templates/commit/0da9fe8fdba8ce08058bfa38a4c2eebb0599b0f6) feat: add Open Source POS template ### 📊 Changes **4 files changed** (+84 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/opensourcepos/docker-compose.yml` (+36 -0) ➕ `blueprints/opensourcepos/opensourcepos.svg` (+11 -0) ➕ `blueprints/opensourcepos/template.toml` (+19 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description ## Summary /claim #152 Closes #860. Adds an Open Source POS template adapted from the official Docker compose setup. The template includes: - Open Source POS app service - MariaDB service - generated database credentials instead of sample defaults - persistent uploads, logs, and database volumes - Dokploy domain routing on port 80 - `ALLOWED_HOSTNAMES` wired from the Dokploy domain, matching the app's production host-header security requirement - `FORCE_HTTPS=true` for proxy/TLS-offload deployments behind Dokploy ## Validation - `node dedupe-and-sort-meta.js` - `npm.cmd run validate-template -- --dir ../blueprints/opensourcepos` - `npm.cmd run validate-docker-compose -- --file ../blueprints/opensourcepos/docker-compose.yml` - `git diff --check` passed with only normal CRLF line-ending warnings Not run: full Docker runtime smoke test, because Docker is unavailable locally. --- <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-13 16:58:41 -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#15265