mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 08:25:23 +02:00
19 lines
504 B
JSON
19 lines
504 B
JSON
{
|
|
"id": "thingsboard",
|
|
"name": "ThingsBoard",
|
|
"version": "4.3.1.1",
|
|
"description": "ThingsBoard is an open-source IoT platform for device management, data collection, processing, visualization, and automation.",
|
|
"logo": "thingsboard.svg",
|
|
"links": {
|
|
"github": "https://github.com/thingsboard/thingsboard",
|
|
"website": "https://thingsboard.io/",
|
|
"docs": "https://thingsboard.io/docs/"
|
|
},
|
|
"tags": [
|
|
"iot",
|
|
"device-management",
|
|
"monitoring",
|
|
"visualization"
|
|
]
|
|
}
|