Compare commits
5 Commits
21fa0a7f34
...
9a6432e8fc
| Author | SHA1 | Date |
|---|---|---|
|
|
9a6432e8fc | |
|
|
8672629bb6 | |
|
|
41955fdaa9 | |
|
|
b022cd8d43 | |
|
|
299e04bdb4 |
|
|
@ -59,6 +59,10 @@ empty
|
||||||
- [**Hetzner PDC**](stores/0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10)
|
- [**Hetzner PDC**](stores/0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10)
|
||||||
- [**Docker containers**](stores/1adb4861-2b66-4252-ab45-d95901fcf7a2)
|
- [**Docker containers**](stores/1adb4861-2b66-4252-ab45-d95901fcf7a2)
|
||||||
- [**default**](stores/b942c26b-a545-41d8-9881-b688f80df367)
|
- [**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**](stores/ad0a88c2-b577-490e-8d5b-693e9a0da790)
|
||||||
- [**Proxmox Hetzner PBS**](stores/488ac586-e7d0-4606-99b3-71893e996449)
|
- [**Proxmox Hetzner PBS**](stores/488ac586-e7d0-4606-99b3-71893e996449)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"type" : "shellEnvironment",
|
||||||
|
"commands" : null,
|
||||||
|
"host" : {
|
||||||
|
"storeId" : "0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10"
|
||||||
|
},
|
||||||
|
"shell" : null,
|
||||||
|
"elevated" : true,
|
||||||
|
"scripts" : null
|
||||||
|
}
|
||||||
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"type" : "shellEnvironment",
|
||||||
|
"commands" : null,
|
||||||
|
"host" : {
|
||||||
|
"storeId" : "0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10"
|
||||||
|
},
|
||||||
|
"shell" : "dash",
|
||||||
|
"elevated" : false,
|
||||||
|
"scripts" : null
|
||||||
|
}
|
||||||
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"type" : "shellEnvironmentGroup",
|
||||||
|
"parent" : {
|
||||||
|
"storeId" : "0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"type" : "shellEnvironment",
|
||||||
|
"commands" : null,
|
||||||
|
"host" : {
|
||||||
|
"storeId" : "0228b4d3-e1e7-4c0e-a3c6-f84a6fb15b10"
|
||||||
|
},
|
||||||
|
"shell" : "bash",
|
||||||
|
"elevated" : false,
|
||||||
|
"scripts" : null
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue