From b2996a0d44836b7079761698599242b72e2989dc Mon Sep 17 00:00:00 2001 From: Ingrid010109!? Date: Sat, 20 Sep 2025 12:13:14 +0200 Subject: [PATCH] Update dolibarr --- .../store.json | 38 ++++++++++++------- 1 file changed, 25 insertions(+), 13 deletions(-) diff --git a/stores/435e8beb-3eee-42b3-b0dc-730bd3ffdc90/store.json b/stores/435e8beb-3eee-42b3-b0dc-730bd3ffdc90/store.json index 581e5b8..70475c8 100644 --- a/stores/435e8beb-3eee-42b3-b0dc-730bd3ffdc90/store.json +++ b/stores/435e8beb-3eee-42b3-b0dc-730bd3ffdc90/store.json @@ -1,23 +1,35 @@ { "type" : "ssh", - "proxy" : { - "storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b" - }, + "proxy" : "f0ec68aa-63f5-405c-b178-9a4454556d6b", "host" : "192.168.174.71", "port" : 22, - "user" : "root", - "password" : { + "identity" : { "type" : "inPlace", - "value" : { - "secret" : { - "type" : "locked", - "encryptedValue" : "QlrIoe-1gaiX0JCWyPv8NRmaEYwUEmezVgb+X5rbXFsTwnMlKrocRGP4" + "identityStore" : { + "type" : "localIdentity", + "username" : "root", + "password" : { + "secret" : { + "type" : "locked", + "encryptedValue" : "GWHPhrpWxjtoWq7PRqHXwCqXdJEusq--XgLbWYqEjugmgGt0w20joeKPPh94r0uJCsh8tWMbmQaz2ziYe5hHWbQ_fSgDUJf-6L7_ubUrnvRpuVuxxp_0ZAqBUaLlTQ1Uq8dXx3EVxnoCXnuZxuGlFLNXvVXr9sYX" + }, + "encryptedToken" : { + "token" : "e9DUawL1EOOqKTRx3jUpZuA3bIrdSvn3xmU1XeKWWRkVaA==" + } + }, + "sshIdentity" : { + "secret" : { + "type" : "locked", + "encryptedValue" : "LMpVKOTrhM2iCFftUdW8lFKW7lpAju6do1T_8X6fKu-JwvzvwAwUcTDFg11817teQg==" + }, + "encryptedToken" : { + "token" : "e9DUawL1EOOqKTRx3jUpZuA3bIrdSvn3xmU1XeKWWRkVaA==" + } } } }, - "identityStrategy" : { - "type" : "none" - }, "dontInteractWithSystem" : false, - "forwardX11" : false + "forwardX11" : false, + "jumpServer" : false, + "additionalOptions" : null } \ No newline at end of file