Compare commits
4 Commits
8395b462ba
...
314303f041
| Author | SHA1 | Date |
|---|---|---|
|
|
314303f041 | |
|
|
39c81dccca | |
|
|
bb2376adbd | |
|
|
ff4140468f |
|
|
@ -8,6 +8,7 @@ You can sync with this repository in all XPipe application instances the same wa
|
|||
|
||||
- **Connections**
|
||||
- [**Proxmox Kladow**](categories/d50cc68a-3f92-42e8-b595-adfef1189d0b)
|
||||
- [**Hosts**](categories/548c3618-9d59-4626-bc01-c24c3981a5a3)
|
||||
- [**Container**](categories/2ebe169e-536e-4fd2-8e78-724996990fcc)
|
||||
- [**Proxmox Hetzner**](categories/93b3c4d3-0549-45a4-a257-01c50efdcd0a)
|
||||
- [**VM**](categories/fa303626-ee14-4bc2-b054-fb63b6bb1149)
|
||||
|
|
@ -23,6 +24,11 @@ You can sync with this repository in all XPipe application instances the same wa
|
|||
|
||||
empty
|
||||
|
||||
**All connections / Proxmox Kladow / Hosts**
|
||||
|
||||
- [**Proxmox Kladow**](stores/8bcb2816-4273-4b84-a9aa-9788a412c633)
|
||||
- [**Proxmox Kladow Backup**](stores/b316ff0d-248d-4386-abad-9a2a9ec226cb)
|
||||
|
||||
**All connections / Proxmox Kladow / Container**
|
||||
|
||||
empty
|
||||
|
|
|
|||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"uuid" : "548c3618-9d59-4626-bc01-c24c3981a5a3",
|
||||
"name" : "Hosts",
|
||||
"share" : true,
|
||||
"color" : null,
|
||||
"parentUuid" : "d50cc68a-3f92-42e8-b595-adfef1189d0b"
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "8bcb2816-4273-4b84-a9aa-9788a412c633",
|
||||
"name" : "Proxmox Kladow",
|
||||
"categoryUuid" : "548c3618-9d59-4626-bc01-c24c3981a5a3",
|
||||
"color" : null,
|
||||
"icon" : "proxmox",
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type" : "ssh",
|
||||
"proxy" : {
|
||||
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
|
||||
},
|
||||
"host" : "192.168.176.6",
|
||||
"port" : 22,
|
||||
"user" : "root",
|
||||
"password" : {
|
||||
"type" : "inPlace",
|
||||
"value" : {
|
||||
"secret" : {
|
||||
"type" : "locked",
|
||||
"encryptedValue" : "KgpA7qzFmhjxJtnYeMxAgIgRV3pEvHj3NvfdTMNUKae0cbAHnpmG-PS1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"identityStrategy" : {
|
||||
"type" : "none"
|
||||
},
|
||||
"dontInteractWithSystem" : false,
|
||||
"forwardX11" : false
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "b316ff0d-248d-4386-abad-9a2a9ec226cb",
|
||||
"name" : "Proxmox Kladow Backup",
|
||||
"categoryUuid" : "548c3618-9d59-4626-bc01-c24c3981a5a3",
|
||||
"color" : null,
|
||||
"icon" : "proxmox",
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type" : "ssh",
|
||||
"proxy" : {
|
||||
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
|
||||
},
|
||||
"host" : "192.168.176.19",
|
||||
"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