From 8033f35dda70345014c05ce5f89d4d2d1431aff7 Mon Sep 17 00:00:00 2001 From: Ingrid010109!? Date: Sun, 19 Jan 2025 23:04:41 +0100 Subject: [PATCH] Add gitea --- .../entry.json | 10 ++++++++ .../store.json | 23 +++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 stores/a28016a2-bedd-4317-9577-c3b13459a841/entry.json create mode 100644 stores/a28016a2-bedd-4317-9577-c3b13459a841/store.json diff --git a/stores/a28016a2-bedd-4317-9577-c3b13459a841/entry.json b/stores/a28016a2-bedd-4317-9577-c3b13459a841/entry.json new file mode 100644 index 0000000..aca07ec --- /dev/null +++ b/stores/a28016a2-bedd-4317-9577-c3b13459a841/entry.json @@ -0,0 +1,10 @@ +{ + "uuid" : "a28016a2-bedd-4317-9577-c3b13459a841", + "name" : "gitea", + "categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e", + "color" : null, + "icon" : null, + "configuration" : { + "deletable" : true + } +} \ No newline at end of file diff --git a/stores/a28016a2-bedd-4317-9577-c3b13459a841/store.json b/stores/a28016a2-bedd-4317-9577-c3b13459a841/store.json new file mode 100644 index 0000000..3facd4f --- /dev/null +++ b/stores/a28016a2-bedd-4317-9577-c3b13459a841/store.json @@ -0,0 +1,23 @@ +{ + "type" : "ssh", + "proxy" : { + "storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b" + }, + "host" : "192.168.174.58", + "port" : 22, + "user" : "root", + "password" : { + "type" : "inPlace", + "value" : { + "secret" : { + "type" : "locked", + "encryptedValue" : "qmWhwXdxRmjHl8OaD1yPxZm1cDwF9uHfvF1dFC8qeF0HOGTCaDpbYpAu" + } + } + }, + "identityStrategy" : { + "type" : "none" + }, + "dontInteractWithSystem" : false, + "forwardX11" : false +} \ No newline at end of file