Compare commits
2 Commits
8a2e3b15f6
...
24d41055a8
| Author | SHA1 | Date |
|---|---|---|
|
|
24d41055a8 | |
|
|
97cf9e9dbb |
|
|
@ -52,6 +52,7 @@ empty
|
||||||
**All connections / Proxmox Hetzner / Hosts**
|
**All connections / Proxmox Hetzner / Hosts**
|
||||||
|
|
||||||
- [**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)
|
||||||
|
|
||||||
**All connections / Proxmox Hetzner / Container**
|
**All connections / Proxmox Hetzner / Container**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "488ac586-e7d0-4606-99b3-71893e996449",
|
||||||
|
"name" : "Proxmox Hetzner PBS",
|
||||||
|
"categoryUuid" : "62e4a26d-ad45-4a8f-a8b4-e63866fd2546",
|
||||||
|
"color" : null,
|
||||||
|
"icon" : "proxmox",
|
||||||
|
"configuration" : {
|
||||||
|
"deletable" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"type" : "ssh",
|
||||||
|
"proxy" : {
|
||||||
|
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
|
||||||
|
},
|
||||||
|
"host" : "162.55.27.160",
|
||||||
|
"port" : 22,
|
||||||
|
"user" : "root",
|
||||||
|
"password" : {
|
||||||
|
"type" : "inPlace",
|
||||||
|
"value" : {
|
||||||
|
"secret" : {
|
||||||
|
"type" : "locked",
|
||||||
|
"encryptedValue" : "BjgjvBCMCKvGJu8WNpwz4giMI1miL2y+DNRJYF5w-Hil6votSjkqKU5l"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"identityStrategy" : {
|
||||||
|
"type" : "none"
|
||||||
|
},
|
||||||
|
"dontInteractWithSystem" : false,
|
||||||
|
"forwardX11" : false
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue