Compare commits

...

5 Commits

9 changed files with 77 additions and 0 deletions

View File

@ -61,6 +61,10 @@ empty
- [**docker-proxy**](stores/877b6c0b-6451-4058-9d08-64825cbdf8bc)
- [**Docker containers**](stores/a81caf51-eb7c-4e70-9a22-273e3ced63f8)
- [**default**](stores/92375336-dd3e-4869-b31a-f8d89326aa59)
- [**Shell environments**](stores/526b6bf0-ee75-3287-a027-6b9d8a41ba28)
- [**bash**](stores/33ec1643-d41b-4155-92b0-c763346d6af6)
- [**dash**](stores/74e48ebb-a46d-48ee-8f74-ce40ab939c4f)
- [**dolibarr**](stores/cc4229d8-b77f-48a3-9204-bf606a4c7d42)
- [**ecomailz**](stores/a6f96658-d009-475c-8b34-1739887b147a)
- [**Shell environments**](stores/65353629-b850-3e01-8632-1ee81be3cc83)

View File

@ -0,0 +1,10 @@
{
"uuid" : "33ec1643-d41b-4155-92b0-c763346d6af6",
"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" : "877b6c0b-6451-4058-9d08-64825cbdf8bc"
},
"shell" : "bash",
"elevated" : false,
"scripts" : null
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "526b6bf0-ee75-3287-a027-6b9d8a41ba28",
"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" : "877b6c0b-6451-4058-9d08-64825cbdf8bc"
}
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "74e48ebb-a46d-48ee-8f74-ce40ab939c4f",
"name" : "dash",
"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" : "877b6c0b-6451-4058-9d08-64825cbdf8bc"
},
"shell" : "dash",
"elevated" : false,
"scripts" : null
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "92375336-dd3e-4869-b31a-f8d89326aa59",
"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" : "a81caf51-eb7c-4e70-9a22-273e3ced63f8"
},
"name" : "default"
}