From 5e0c3d2c3ee1551a8860c21ba8bfcaab44040e70 Mon Sep 17 00:00:00 2001 From: Ingrid010109!? Date: Sun, 19 Jan 2025 23:09:03 +0100 Subject: [PATCH] Add docker-baikal --- .../entry.json | 10 ++++++++ .../store.json | 23 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 stores/1eec68c5-8b44-4dc1-9538-be321f0e5d1a/entry.json create mode 100644 stores/1eec68c5-8b44-4dc1-9538-be321f0e5d1a/store.json diff --git a/stores/1eec68c5-8b44-4dc1-9538-be321f0e5d1a/entry.json b/stores/1eec68c5-8b44-4dc1-9538-be321f0e5d1a/entry.json new file mode 100644 index 0000000..11f24b9 --- /dev/null +++ b/stores/1eec68c5-8b44-4dc1-9538-be321f0e5d1a/entry.json @@ -0,0 +1,10 @@ +{ + "uuid" : "1eec68c5-8b44-4dc1-9538-be321f0e5d1a", + "name" : "docker-baikal", + "categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e", + "color" : null, + "icon" : null, + "configuration" : { + "deletable" : true + } +} \ No newline at end of file diff --git a/stores/1eec68c5-8b44-4dc1-9538-be321f0e5d1a/store.json b/stores/1eec68c5-8b44-4dc1-9538-be321f0e5d1a/store.json new file mode 100644 index 0000000..9f7213d --- /dev/null +++ b/stores/1eec68c5-8b44-4dc1-9538-be321f0e5d1a/store.json @@ -0,0 +1,23 @@ +{ + "type" : "ssh", + "proxy" : { + "storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b" + }, + "host" : "192.168.174.55", + "port" : 22, + "user" : "root", + "password" : { + "type" : "inPlace", + "value" : { + "secret" : { + "type" : "locked", + "encryptedValue" : "NjNZLbjk8IjnjeCpNIxkqcpNaZorbIAs83TRJM+tCNbD2cKcVB5yn4AI" + } + } + }, + "identityStrategy" : { + "type" : "none" + }, + "dontInteractWithSystem" : false, + "forwardX11" : false +} \ No newline at end of file