Add dolibarr
This commit is contained in:
parent
635fb7f290
commit
5d169fd4b2
|
|
@ -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