mirror of
https://github.com/portainer/portainer.git
synced 2025-08-06 22:35:23 +02:00
* fix(extension): add missing labels [EE-3068] * fix(extension): add missing labels [EE-3068]
14 lines
252 B
JSON
14 lines
252 B
JSON
{
|
|
"icon": "portainer.svg",
|
|
"vm": {
|
|
"composefile": "docker-compose.yml",
|
|
"exposes": { "socket": "docker.sock" }
|
|
},
|
|
"ui": {
|
|
"dashboard-tab": {
|
|
"title": "Portainer",
|
|
"root": "/public",
|
|
"src": "index.html"
|
|
}
|
|
}
|
|
}
|