Compare commits
3 Commits
0be0725bd9
...
8dcbdc504b
| Author | SHA1 | Date |
|---|---|---|
|
|
8dcbdc504b | |
|
|
6a6f845b43 | |
|
|
a4d94085c8 |
|
|
@ -61,6 +61,8 @@ empty
|
|||
|
||||
- [**dolibarr**](stores/cc4229d8-b77f-48a3-9204-bf606a4c7d42)
|
||||
- [**ecomailz**](stores/a6f96658-d009-475c-8b34-1739887b147a)
|
||||
- [**Shell environments**](stores/65353629-b850-3e01-8632-1ee81be3cc83)
|
||||
- [**bash**](stores/52203dda-11b7-4c0b-8d19-20fd4c93a24f)
|
||||
|
||||
**All connections / local**
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "52203dda-11b7-4c0b-8d19-20fd4c93a24f",
|
||||
"name" : "bash",
|
||||
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type" : "shellEnvironment",
|
||||
"commands" : null,
|
||||
"host" : {
|
||||
"storeId" : "a6f96658-d009-475c-8b34-1739887b147a"
|
||||
},
|
||||
"shell" : "bash",
|
||||
"elevated" : false,
|
||||
"scripts" : null
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "65353629-b850-3e01-8632-1ee81be3cc83",
|
||||
"name" : "Shell environments",
|
||||
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type" : "shellEnvironmentGroup",
|
||||
"parent" : {
|
||||
"storeId" : "a6f96658-d009-475c-8b34-1739887b147a"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue