volumes-backup-extension/metadata.json

41 строка
746 B
JSON

{
"icon": "icon.svg",
"vm": {
"composefile": "docker-compose.yaml",
"exposes": {
"socket": "ext.sock"
}
},
"ui": {
"dashboard-tab": {
"title": "Volumes Backup & Share",
"src": "index.html",
"root": "ui",
"backend": {
"socket": "ext.sock"
}
}
},
"host": {
"binaries": [
{
"darwin": [
{
"path": "/host/darwin-amd64/docker-credentials-client"
}
],
"linux": [
{
"path": "/host/linux-amd64/docker-credentials-client"
}
],
"windows": [
{
"path": "/host/windows-amd64/docker-credentials-client.exe"
}
]
}
]
}
}