From 10ddc14d622180491d4aa19c28eed0e79465eefe Mon Sep 17 00:00:00 2001 From: Ingrid010109!? Date: Sun, 19 Jan 2025 22:52:31 +0100 Subject: [PATCH] Add lizenzserver --- .../entry.json | 10 ++++++++ .../store.json | 23 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea/entry.json create mode 100644 stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea/store.json diff --git a/stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea/entry.json b/stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea/entry.json new file mode 100644 index 0000000..dc38747 --- /dev/null +++ b/stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea/entry.json @@ -0,0 +1,10 @@ +{ + "uuid" : "1825b2c2-fb6e-46a2-b43d-8bae357e34ea", + "name" : "Lizenzserver", + "categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e", + "color" : null, + "icon" : null, + "configuration" : { + "deletable" : true + } +} \ No newline at end of file diff --git a/stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea/store.json b/stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea/store.json new file mode 100644 index 0000000..38e3a2c --- /dev/null +++ b/stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea/store.json @@ -0,0 +1,23 @@ +{ + "type" : "ssh", + "proxy" : { + "storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b" + }, + "host" : "192.168.174.240", + "port" : 22, + "user" : "root", + "password" : { + "type" : "inPlace", + "value" : { + "secret" : { + "type" : "locked", + "encryptedValue" : "YoLqupYro9AtDuN2GQ3n5E4UXC0Lf-RYKX8634HbFVHXQ34FEc4=" + } + } + }, + "identityStrategy" : { + "type" : "none" + }, + "dontInteractWithSystem" : false, + "forwardX11" : false +} \ No newline at end of file