Compare commits

...

5 Commits

9 changed files with 80 additions and 0 deletions

View File

@ -59,6 +59,10 @@ empty
- [**Hetzner PDC**](stores/0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10)
- [**Docker containers**](stores/1adb4861-2b66-4252-ab45-d95901fcf7a2)
- [**default**](stores/b942c26b-a545-41d8-9881-b688f80df367)
- [**Shell environments**](stores/e7f36e76-d15a-44e5-af8d-92dbd28d6ccf)
- [**bash**](stores/eb554591-a61d-413c-a843-51a2cbcc0b7f)
- [**dash**](stores/4f67e721-de09-4cd8-8c4e-261357e757a2)
- [**sudo**](stores/1c3c02b0-be9c-41d7-bcbe-060c5fc7e09b)
- [**Proxmox Hetzner**](stores/ad0a88c2-b577-490e-8d5b-693e9a0da790)
- [**Proxmox Hetzner PBS**](stores/488ac586-e7d0-4606-99b3-71893e996449)

View File

@ -0,0 +1,10 @@
{
"uuid" : "1c3c02b0-be9c-41d7-bcbe-060c5fc7e09b",
"name" : "sudo",
"categoryUuid" : "62e4a26d-ad45-4a8f-a8b4-e63866fd2546",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,10 @@
{
"type" : "shellEnvironment",
"commands" : null,
"host" : {
"storeId" : "0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10"
},
"shell" : null,
"elevated" : true,
"scripts" : null
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "4f67e721-de09-4cd8-8c4e-261357e757a2",
"name" : "dash",
"categoryUuid" : "62e4a26d-ad45-4a8f-a8b4-e63866fd2546",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,10 @@
{
"type" : "shellEnvironment",
"commands" : null,
"host" : {
"storeId" : "0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10"
},
"shell" : "dash",
"elevated" : false,
"scripts" : null
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "e7f36e76-d15a-44e5-af8d-92dbd28d6ccf",
"name" : "Shell environments",
"categoryUuid" : "62e4a26d-ad45-4a8f-a8b4-e63866fd2546",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,6 @@
{
"type" : "shellEnvironmentGroup",
"parent" : {
"storeId" : "0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10"
}
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "eb554591-a61d-413c-a843-51a2cbcc0b7f",
"name" : "bash",
"categoryUuid" : "62e4a26d-ad45-4a8f-a8b4-e63866fd2546",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,10 @@
{
"type" : "shellEnvironment",
"commands" : null,
"host" : {
"storeId" : "0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10"
},
"shell" : "bash",
"elevated" : false,
"scripts" : null
}