Compare commits
2 Commits
7871b32ba4
...
0be0725bd9
| Author | SHA1 | Date |
|---|---|---|
|
|
0be0725bd9 | |
|
|
6f2c221f01 |
|
|
@ -60,6 +60,7 @@ empty
|
|||
**All connections / Proxmox Hetzner / Container**
|
||||
|
||||
- [**dolibarr**](stores/cc4229d8-b77f-48a3-9204-bf606a4c7d42)
|
||||
- [**ecomailz**](stores/a6f96658-d009-475c-8b34-1739887b147a)
|
||||
|
||||
**All connections / local**
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "a6f96658-d009-475c-8b34-1739887b147a",
|
||||
"name" : "ecomailz",
|
||||
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type" : "ssh",
|
||||
"proxy" : {
|
||||
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
|
||||
},
|
||||
"host" : "192.168.174.54",
|
||||
"port" : 22,
|
||||
"user" : "root",
|
||||
"password" : {
|
||||
"type" : "inPlace",
|
||||
"value" : {
|
||||
"secret" : {
|
||||
"type" : "locked",
|
||||
"encryptedValue" : "o7C4hzFxXlEknFOhMNUl9oZJgCVBHhQw+TRMcqN6x87MBwNyu83vUplJ"
|
||||
}
|
||||
}
|
||||
},
|
||||
"identityStrategy" : {
|
||||
"type" : "none"
|
||||
},
|
||||
"dontInteractWithSystem" : false,
|
||||
"forwardX11" : false
|
||||
}
|
||||
Loading…
Reference in New Issue