From c8a4f418f05d099ba53d693e184d9c1ed803a9b1 Mon Sep 17 00:00:00 2001 From: Ingrid010109!? Date: Thu, 2 Jan 2025 00:12:33 +0100 Subject: [PATCH] Add wireguard (copy) --- .../entry.json | 10 ++++++++ .../store.json | 23 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 stores/f4456d84-018b-44c7-a8ac-a9b7d1a3a960/entry.json create mode 100644 stores/f4456d84-018b-44c7-a8ac-a9b7d1a3a960/store.json diff --git a/stores/f4456d84-018b-44c7-a8ac-a9b7d1a3a960/entry.json b/stores/f4456d84-018b-44c7-a8ac-a9b7d1a3a960/entry.json new file mode 100644 index 0000000..e93777d --- /dev/null +++ b/stores/f4456d84-018b-44c7-a8ac-a9b7d1a3a960/entry.json @@ -0,0 +1,10 @@ +{ + "uuid" : "f4456d84-018b-44c7-a8ac-a9b7d1a3a960", + "name" : "wireguard (Copy)", + "categoryUuid" : "2ebe169e-536e-4fd2-8e78-724996990fcc", + "color" : null, + "icon" : null, + "configuration" : { + "deletable" : true + } +} \ No newline at end of file diff --git a/stores/f4456d84-018b-44c7-a8ac-a9b7d1a3a960/store.json b/stores/f4456d84-018b-44c7-a8ac-a9b7d1a3a960/store.json new file mode 100644 index 0000000..506042d --- /dev/null +++ b/stores/f4456d84-018b-44c7-a8ac-a9b7d1a3a960/store.json @@ -0,0 +1,23 @@ +{ + "type" : "ssh", + "proxy" : { + "storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b" + }, + "host" : "192.168.176.40", + "port" : 22, + "user" : "root", + "password" : { + "type" : "inPlace", + "value" : { + "secret" : { + "type" : "locked", + "encryptedValue" : "e1FM9DhT0jU5CwQJ52dq09RR2vY7XEfMVFeTee4Dnr4TFdANLhuGJ74p" + } + } + }, + "identityStrategy" : { + "type" : "none" + }, + "dontInteractWithSystem" : false, + "forwardX11" : false +} \ No newline at end of file