Compare commits
2 Commits
635fb7f290
...
faec8a3bf6
| Author | SHA1 | Date |
|---|---|---|
|
|
faec8a3bf6 | |
|
|
5d169fd4b2 |
|
|
@ -71,6 +71,7 @@ empty
|
|||
- [**Shell environments**](stores/526b6bf0-ee75-3287-a027-6b9d8a41ba28)
|
||||
- [**bash**](stores/33ec1643-d41b-4155-92b0-c763346d6af6)
|
||||
- [**dash**](stores/74e48ebb-a46d-48ee-8f74-ce40ab939c4f)
|
||||
- [**dolibarr**](stores/435e8beb-3eee-42b3-b0dc-730bd3ffdc90)
|
||||
- [**ecomailz**](stores/a6f96658-d009-475c-8b34-1739887b147a)
|
||||
- [**Shell environments**](stores/65353629-b850-3e01-8632-1ee81be3cc83)
|
||||
- [**bash**](stores/52203dda-11b7-4c0b-8d19-20fd4c93a24f)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "435e8beb-3eee-42b3-b0dc-730bd3ffdc90",
|
||||
"name" : "dolibarr",
|
||||
"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.71",
|
||||
"port" : 22,
|
||||
"user" : "root",
|
||||
"password" : {
|
||||
"type" : "inPlace",
|
||||
"value" : {
|
||||
"secret" : {
|
||||
"type" : "locked",
|
||||
"encryptedValue" : "QlrIoe-1gaiX0JCWyPv8NRmaEYwUEmezVgb+X5rbXFsTwnMlKrocRGP4"
|
||||
}
|
||||
}
|
||||
},
|
||||
"identityStrategy" : {
|
||||
"type" : "none"
|
||||
},
|
||||
"dontInteractWithSystem" : false,
|
||||
"forwardX11" : false
|
||||
}
|
||||
Loading…
Reference in New Issue