[PR #886] feat: add ThingsBoard template #12477

Open
opened 2026-06-13 14:15:33 -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: 🔄 Open

Base: canaryHead: codex/add-thingsboard-template


📝 Commits (2)

  • a7f3a74 feat: add ThingsBoard template
  • 30cad7b fix: align ThingsBoard init queue type

📊 Changes

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

View changed files

blueprints/thingsboard/docker-compose.yml (+79 -0)
blueprints/thingsboard/template.toml (+43 -0)
blueprints/thingsboard/thingsboard.svg (+3 -0)
📝 meta.json (+18 -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:** 🔄 Open **Base:** `canary` ← **Head:** `codex/add-thingsboard-template` --- ### 📝 Commits (2) - [`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 ### 📊 Changes **4 files changed** (+143 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/thingsboard/docker-compose.yml` (+79 -0) ➕ `blueprints/thingsboard/template.toml` (+43 -0) ➕ `blueprints/thingsboard/thingsboard.svg` (+3 -0) 📝 `meta.json` (+18 -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-06-13 14:15:33 -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#12477