Compare commits

...

5 Commits

9 changed files with 77 additions and 0 deletions

View File

@ -78,6 +78,10 @@ empty
- [**dash**](stores/74e48ebb-a46d-48ee-8f74-ce40ab939c4f)
- [**docker-vaultwarden**](stores/16d6783c-bcce-4cc7-963a-110e385c3ecf)
- [**Docker containers**](stores/393ef643-16da-4778-8ec6-690ab17878b9)
- [**default**](stores/d782c9ff-6377-4a5e-a735-782ac66a3cd5)
- [**Shell environments**](stores/78edb935-52e1-33d6-92b1-fa8033474ccf)
- [**bash**](stores/014509f6-64ec-4511-b703-a758c80d3a63)
- [**dash**](stores/7bd3a25b-beef-401f-b103-8ff3db1714bd)
- [**dolibarr**](stores/435e8beb-3eee-42b3-b0dc-730bd3ffdc90)
- [**Shell environments**](stores/e815a621-42ef-38b7-a3f8-aae28a1b278f)
- [**bash**](stores/e1334962-7b25-4e62-b961-2c8826dbdbea)

View File

@ -0,0 +1,10 @@
{
"uuid" : "014509f6-64ec-4511-b703-a758c80d3a63",
"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" : "16d6783c-bcce-4cc7-963a-110e385c3ecf"
},
"shell" : "bash",
"elevated" : false,
"scripts" : null
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "78edb935-52e1-33d6-92b1-fa8033474ccf",
"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" : "16d6783c-bcce-4cc7-963a-110e385c3ecf"
}
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "7bd3a25b-beef-401f-b103-8ff3db1714bd",
"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" : "16d6783c-bcce-4cc7-963a-110e385c3ecf"
},
"shell" : "dash",
"elevated" : false,
"scripts" : null
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "d782c9ff-6377-4a5e-a735-782ac66a3cd5",
"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" : "393ef643-16da-4778-8ec6-690ab17878b9"
},
"name" : "default"
}