Compare commits

...

5 Commits

9 changed files with 90 additions and 0 deletions

View File

@ -67,6 +67,9 @@ empty
- [**dash**](stores/69f3d33e-e3cc-4d6e-9333-3d89575e3e1e)
- [**docker-ip-symcon**](stores/ae1c8599-5bc0-48b9-9b1e-9b3ac55bd7c1)
- [**Docker containers**](stores/b9884f44-b46f-4c5e-9eab-3204d710b949)
- [**default**](stores/f7bb26c4-a0e1-4e8d-86d8-bc385240962c)
- [**Shell environments**](stores/0cbaaa7d-ceaf-3ac5-8ea5-18b792a988ce)
- [**ash**](stores/561d3927-b089-496f-a206-a379fdbbb748)
- [**docker-proxy**](stores/877b6c0b-6451-4058-9d08-64825cbdf8bc)
- [**Docker containers**](stores/a81caf51-eb7c-4e70-9a22-273e3ced63f8)
- [**default**](stores/92375336-dd3e-4869-b31a-f8d89326aa59)
@ -93,6 +96,7 @@ empty
- [**Shell environments**](stores/3c4054b0-b184-3397-97f5-dbf444cf416c)
- [**bash**](stores/dbd7adae-2a5f-4c24-b801-73d75ba537c8)
- [**dash**](stores/318e71d7-ab7a-4dda-9b51-998569745a7f)
- [**proxmox mailgateway**](stores/b9b6b5e4-8b5f-494c-b162-4c797cd242f1)
**All connections / local**

View File

@ -0,0 +1,10 @@
{
"uuid" : "0cbaaa7d-ceaf-3ac5-8ea5-18b792a988ce",
"name" : "Shell environments",
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,6 @@
{
"type" : "shellEnvironmentGroup",
"parent" : {
"storeId" : "ae1c8599-5bc0-48b9-9b1e-9b3ac55bd7c1"
}
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "561d3927-b089-496f-a206-a379fdbbb748",
"name" : "ash",
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,10 @@
{
"type" : "shellEnvironment",
"commands" : null,
"host" : {
"storeId" : "ae1c8599-5bc0-48b9-9b1e-9b3ac55bd7c1"
},
"shell" : "ash",
"elevated" : false,
"scripts" : null
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "b9b6b5e4-8b5f-494c-b162-4c797cd242f1",
"name" : "proxmox mailgateway",
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,23 @@
{
"type" : "ssh",
"proxy" : {
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
},
"host" : "192.168.174.140",
"port" : 22,
"user" : "root",
"password" : {
"type" : "inPlace",
"value" : {
"secret" : {
"type" : "locked",
"encryptedValue" : "sR1GBhJKu4D44c3gRa6Ivp5Zw-BAiMEOwEvmHrEGj0h59-VhATc="
}
}
},
"identityStrategy" : {
"type" : "none"
},
"dontInteractWithSystem" : false,
"forwardX11" : false
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "f7bb26c4-a0e1-4e8d-86d8-bc385240962c",
"name" : "default",
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,7 @@
{
"type" : "dockerContext",
"cmd" : {
"storeId" : "b9884f44-b46f-4c5e-9eab-3204d710b949"
},
"name" : "default"
}