Compare commits
3 Commits
e1ddf9cc79
...
415a151cc6
| Author | SHA1 | Date |
|---|---|---|
|
|
415a151cc6 | |
|
|
8bd33a71a0 | |
|
|
631a6079fd |
|
|
@ -97,6 +97,8 @@ empty
|
|||
- [**bash**](stores/dbd7adae-2a5f-4c24-b801-73d75ba537c8)
|
||||
- [**dash**](stores/318e71d7-ab7a-4dda-9b51-998569745a7f)
|
||||
- [**proxmox mailgateway**](stores/b9b6b5e4-8b5f-494c-b162-4c797cd242f1)
|
||||
- [**Shell environments**](stores/0963775f-5ff5-369b-ae2b-78c09288ed3e)
|
||||
- [**bash**](stores/af768250-419e-4089-8f8c-9418f56f7459)
|
||||
|
||||
**All connections / local**
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "0963775f-5ff5-369b-ae2b-78c09288ed3e",
|
||||
"name" : "Shell environments",
|
||||
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type" : "shellEnvironmentGroup",
|
||||
"parent" : {
|
||||
"storeId" : "b9b6b5e4-8b5f-494c-b162-4c797cd242f1"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "af768250-419e-4089-8f8c-9418f56f7459",
|
||||
"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" : "b9b6b5e4-8b5f-494c-b162-4c797cd242f1"
|
||||
},
|
||||
"shell" : "bash",
|
||||
"elevated" : false,
|
||||
"scripts" : null
|
||||
}
|
||||
Loading…
Reference in New Issue