Update proxmox hetzner
This commit is contained in:
parent
3cb24d8e88
commit
ed3642f8d2
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"uuid" : "ad0a88c2-b577-490e-8d5b-693e9a0da790",
|
||||||
|
"name" : "Proxmox Hetzner",
|
||||||
|
"categoryUuid" : "62e4a26d-ad45-4a8f-a8b4-e63866fd2546",
|
||||||
|
"color" : null,
|
||||||
|
"icon" : "proxmox",
|
||||||
|
"configuration" : {
|
||||||
|
"deletable" : true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,17 @@
|
||||||
|
{
|
||||||
|
"type" : "ssh",
|
||||||
|
"proxy" : {
|
||||||
|
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
|
||||||
|
},
|
||||||
|
"host" : "94.130.165.130",
|
||||||
|
"port" : 22,
|
||||||
|
"user" : "root",
|
||||||
|
"password" : {
|
||||||
|
"type" : "none"
|
||||||
|
},
|
||||||
|
"identityStrategy" : {
|
||||||
|
"type" : "none"
|
||||||
|
},
|
||||||
|
"dontInteractWithSystem" : false,
|
||||||
|
"forwardX11" : false
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue