Compare commits
3 Commits
46ae9cfa36
...
21fa0a7f34
| Author | SHA1 | Date |
|---|---|---|
|
|
21fa0a7f34 | |
|
|
e7fc54d1ba | |
|
|
ad608e8736 |
|
|
@ -57,6 +57,8 @@ empty
|
||||||
**All connections / Proxmox Hetzner / Hosts**
|
**All connections / Proxmox Hetzner / Hosts**
|
||||||
|
|
||||||
- [**Hetzner PDC**](stores/0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10)
|
- [**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**](stores/ad0a88c2-b577-490e-8d5b-693e9a0da790)
|
||||||
- [**Proxmox Hetzner PBS**](stores/488ac586-e7d0-4606-99b3-71893e996449)
|
- [**Proxmox Hetzner PBS**](stores/488ac586-e7d0-4606-99b3-71893e996449)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"type" : "dockerCmd",
|
||||||
|
"host" : {
|
||||||
|
"storeId" : "0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"type" : "dockerContext",
|
||||||
|
"cmd" : {
|
||||||
|
"storeId" : "1adb4861-2b66-4252-ab45-d95901fcf7a2"
|
||||||
|
},
|
||||||
|
"name" : "default"
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue