Compare commits

...

3 Commits

5 changed files with 35 additions and 0 deletions

View File

@ -57,6 +57,8 @@ empty
**All connections / Proxmox Hetzner / Hosts**
- [**Hetzner PDC**](stores/0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10)
- [**Docker containers**](stores/1adb4861-2b66-4252-ab45-d95901fcf7a2)
- [**default**](stores/b942c26b-a545-41d8-9881-b688f80df367)
- [**Proxmox Hetzner**](stores/ad0a88c2-b577-490e-8d5b-693e9a0da790)
- [**Proxmox Hetzner PBS**](stores/488ac586-e7d0-4606-99b3-71893e996449)

View File

@ -0,0 +1,10 @@
{
"uuid" : "1adb4861-2b66-4252-ab45-d95901fcf7a2",
"name" : "Docker containers",
"categoryUuid" : "62e4a26d-ad45-4a8f-a8b4-e63866fd2546",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,6 @@
{
"type" : "dockerCmd",
"host" : {
"storeId" : "0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10"
}
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "b942c26b-a545-41d8-9881-b688f80df367",
"name" : "default",
"categoryUuid" : "62e4a26d-ad45-4a8f-a8b4-e63866fd2546",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,7 @@
{
"type" : "dockerContext",
"cmd" : {
"storeId" : "1adb4861-2b66-4252-ab45-d95901fcf7a2"
},
"name" : "default"
}