[PR #886] [MERGED] feat: add ThingsBoard template #16203

Closed
opened 2026-07-14 23:13:32 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/886
Author: @BinkyTwin
Created: 5/20/2026
Status: Merged
Merged: 7/8/2026
Merged by: @Siumauricio

Base: canaryHead: codex/add-thingsboard-template


📝 Commits (4)

  • a7f3a74 feat: add ThingsBoard template
  • 30cad7b fix: align ThingsBoard init queue type
  • 47a04f5 Merge remote-tracking branch 'origin/canary' into codex/add-thingsboard-template
  • e60d713 fix: run init container as root so the install marker can be written

📊 Changes

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

View changed files

blueprints/thingsboard/docker-compose.yml (+82 -0)
blueprints/thingsboard/meta.json (+18 -0)
blueprints/thingsboard/template.toml (+43 -0)
blueprints/thingsboard/thingsboard.svg (+3 -0)

📄 Description

Summary

  • add a ThingsBoard Community Edition template backed by PostgreSQL
  • include a one-shot idempotent init service for first-run schema/system asset setup
  • add template metadata, domain config, README mount, and SVG logo

/claim #152
Closes #545

Validation

  • node dedupe-and-sort-meta.js
  • node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-template.ts --dir blueprints/thingsboard
  • node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-docker-compose.ts --file blueprints/thingsboard/docker-compose.yml
  • POSTGRES_DB=thingsboard POSTGRES_USER=postgres POSTGRES_PASSWORD=dummy LOAD_DEMO=false JAVA_OPTS="-Xms512m -Xmx2048m" SECURITY_CORS_ALLOWED_ORIGINS="http://example.com,https://example.com" docker compose -f blueprints/thingsboard/docker-compose.yml config
  • git diff --check

Notes

  • Uses the current ThingsBoard CE 4.3.1.1 Docker image from the official install docs.
  • The template exposes the web UI and HTTP API through Dokploy; direct MQTT/CoAP transport exposure is left to deployment-specific port configuration.

🔄 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/886 **Author:** [@BinkyTwin](https://github.com/BinkyTwin) **Created:** 5/20/2026 **Status:** ✅ Merged **Merged:** 7/8/2026 **Merged by:** [@Siumauricio](https://github.com/Siumauricio) **Base:** `canary` ← **Head:** `codex/add-thingsboard-template` --- ### 📝 Commits (4) - [`a7f3a74`](https://github.com/Dokploy/templates/commit/a7f3a74982f34a3c305074c374c4fd6a9bd31d40) feat: add ThingsBoard template - [`30cad7b`](https://github.com/Dokploy/templates/commit/30cad7b34786f20b0d42cadeed2179b67d83105f) fix: align ThingsBoard init queue type - [`47a04f5`](https://github.com/Dokploy/templates/commit/47a04f55a5de763e580850e2a3a98093fb8f9749) Merge remote-tracking branch 'origin/canary' into codex/add-thingsboard-template - [`e60d713`](https://github.com/Dokploy/templates/commit/e60d7131792466c3ff56fcfce5e15dff85be2948) fix: run init container as root so the install marker can be written ### 📊 Changes **4 files changed** (+146 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/thingsboard/docker-compose.yml` (+82 -0) ➕ `blueprints/thingsboard/meta.json` (+18 -0) ➕ `blueprints/thingsboard/template.toml` (+43 -0) ➕ `blueprints/thingsboard/thingsboard.svg` (+3 -0) </details> ### 📄 Description ## Summary - add a ThingsBoard Community Edition template backed by PostgreSQL - include a one-shot idempotent init service for first-run schema/system asset setup - add template metadata, domain config, README mount, and SVG logo /claim #152 Closes #545 ## Validation - node dedupe-and-sort-meta.js - node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-template.ts --dir blueprints/thingsboard - node --import ./build-scripts/node_modules/tsx/dist/loader.mjs build-scripts/validate-docker-compose.ts --file blueprints/thingsboard/docker-compose.yml - POSTGRES_DB=thingsboard POSTGRES_USER=postgres POSTGRES_PASSWORD=dummy LOAD_DEMO=false JAVA_OPTS="-Xms512m -Xmx2048m" SECURITY_CORS_ALLOWED_ORIGINS="http://example.com,https://example.com" docker compose -f blueprints/thingsboard/docker-compose.yml config - git diff --check ## Notes - Uses the current ThingsBoard CE 4.3.1.1 Docker image from the official install docs. - The template exposes the web UI and HTTP API through Dokploy; direct MQTT/CoAP transport exposure is left to deployment-specific port configuration. --- <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-14 23:13:32 -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#16203