Compare commits

...

3 Commits

Author SHA1 Message Date
Ingrid010109!? 8dcbdc504b Update README.md 2025-01-19 22:46:23 +01:00
Ingrid010109!? 6a6f845b43 Add ecomailz/shell environments/bash 2025-01-19 22:46:23 +01:00
Ingrid010109!? a4d94085c8 Add ecomailz/shell environments 2025-01-19 22:46:23 +01:00
5 changed files with 38 additions and 0 deletions

View File

@ -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**

View File

@ -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
}
}

View File

@ -0,0 +1,10 @@
{
"type" : "shellEnvironment",
"commands" : null,
"host" : {
"storeId" : "a6f96658-d009-475c-8b34-1739887b147a"
},
"shell" : "bash",
"elevated" : false,
"scripts" : null
}

View File

@ -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
}
}

View File

@ -0,0 +1,6 @@
{
"type" : "shellEnvironmentGroup",
"parent" : {
"storeId" : "a6f96658-d009-475c-8b34-1739887b147a"
}
}