Compare commits

...

4 Commits

Author SHA1 Message Date
Ingrid010109!? ade9599944 Update README.md 2024-12-30 01:16:12 +01:00
Ingrid010109!? 1f6ae8af49 Update terminalserver 174 2024-12-30 01:16:12 +01:00
Ingrid010109!? f3567a200e Update terminalserver 174 (copy) 2024-12-30 01:16:12 +01:00
Ingrid010109!? c3c4686820 Update category VM 2024-12-30 01:16:12 +01:00
6 changed files with 79 additions and 0 deletions

View File

@ -8,6 +8,7 @@ You can sync with this repository in all XPipe application instances the same wa
- **Connections** - **Connections**
- [**Proxmox Hetzner**](categories/93b3c4d3-0549-45a4-a257-01c50efdcd0a) - [**Proxmox Hetzner**](categories/93b3c4d3-0549-45a4-a257-01c50efdcd0a)
- [**VM**](categories/fa303626-ee14-4bc2-b054-fb63b6bb1149)
- [**Hosts**](categories/62e4a26d-ad45-4a8f-a8b4-e63866fd2546) - [**Hosts**](categories/62e4a26d-ad45-4a8f-a8b4-e63866fd2546)
- [**Container**](categories/0b2c0094-af5e-4002-8ab5-c4accf4f110e) - [**Container**](categories/0b2c0094-af5e-4002-8ab5-c4accf4f110e)
- [**local**](categories/86013773-4fa9-4b5e-96ad-4ac3dc8e8412) - [**local**](categories/86013773-4fa9-4b5e-96ad-4ac3dc8e8412)
@ -20,6 +21,11 @@ You can sync with this repository in all XPipe application instances the same wa
empty empty
**All connections / Proxmox Hetzner / VM**
- [**Terminalserver 174**](stores/205bef19-12ff-47ce-9870-0ccf4dfde314)
- [**Terminalserver 174 (Copy)**](stores/99015acc-07f3-477e-a46e-7b73fa56c708)
**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)

View File

@ -0,0 +1,7 @@
{
"uuid" : "fa303626-ee14-4bc2-b054-fb63b6bb1149",
"name" : "VM",
"share" : true,
"color" : null,
"parentUuid" : "93b3c4d3-0549-45a4-a257-01c50efdcd0a"
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "205bef19-12ff-47ce-9870-0ccf4dfde314",
"name" : "Terminalserver 174",
"categoryUuid" : "fa303626-ee14-4bc2-b054-fb63b6bb1149",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,23 @@
{
"type" : "ssh",
"proxy" : {
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
},
"host" : "192.168.174.61",
"port" : 22,
"user" : "sebastian.zell",
"password" : {
"type" : "inPlace",
"value" : {
"secret" : {
"type" : "locked",
"encryptedValue" : "e1FM9DhT0jU5CwQJ52dq09RR2vY7XEfMVFeTee4Dnr4TFdANLhuGJ74p"
}
}
},
"identityStrategy" : {
"type" : "none"
},
"dontInteractWithSystem" : false,
"forwardX11" : false
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "99015acc-07f3-477e-a46e-7b73fa56c708",
"name" : "Terminalserver 174 (Copy)",
"categoryUuid" : "fa303626-ee14-4bc2-b054-fb63b6bb1149",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,23 @@
{
"type" : "ssh",
"proxy" : {
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
},
"host" : "192.168.174.61",
"port" : 22,
"user" : "root",
"password" : {
"type" : "inPlace",
"value" : {
"secret" : {
"type" : "locked",
"encryptedValue" : "e1FM9DhT0jU5CwQJ52dq09RR2vY7XEfMVFeTee4Dnr4TFdANLhuGJ74p"
}
}
},
"identityStrategy" : {
"type" : "none"
},
"dontInteractWithSystem" : false,
"forwardX11" : false
}