Compare commits
3 Commits
f4d3708186
...
f32f9f57f2
| Author | SHA1 | Date |
|---|---|---|
|
|
f32f9f57f2 | |
|
|
4ed177942b | |
|
|
8033f35dda |
|
|
@ -70,9 +70,11 @@ empty
|
|||
- [**Shell environments**](stores/65353629-b850-3e01-8632-1ee81be3cc83)
|
||||
- [**bash**](stores/52203dda-11b7-4c0b-8d19-20fd4c93a24f)
|
||||
- [**dash**](stores/5a252c89-a1ff-4c89-83ac-d1a12fa962fd)
|
||||
- [**gitea**](stores/a28016a2-bedd-4317-9577-c3b13459a841)
|
||||
- [**Influxdb**](stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b)
|
||||
- [**Shell environments**](stores/10b9fbae-fd5d-368a-bda2-041359b593f5)
|
||||
- [**bash**](stores/5b0a56c7-2212-4d87-bd05-f9d1d26262b4)
|
||||
- [**dash**](stores/f32b6d78-22d7-485c-833e-e69b65cd72d6)
|
||||
- [**Lizenzserver**](stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea)
|
||||
- [**Shell environments**](stores/3c4054b0-b184-3397-97f5-dbf444cf416c)
|
||||
- [**bash**](stores/dbd7adae-2a5f-4c24-b801-73d75ba537c8)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "f32b6d78-22d7-485c-833e-e69b65cd72d6",
|
||||
"name" : "dash",
|
||||
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type" : "shellEnvironment",
|
||||
"commands" : null,
|
||||
"host" : {
|
||||
"storeId" : "e3b9d53e-3b70-4dd2-81d5-b8be0499e10b"
|
||||
},
|
||||
"shell" : "dash",
|
||||
"elevated" : false,
|
||||
"scripts" : null
|
||||
}
|
||||
Loading…
Reference in New Issue