Compare commits
3 Commits
3b2c6dc879
...
cc3d23f087
| Author | SHA1 | Date |
|---|---|---|
|
|
cc3d23f087 | |
|
|
5e0c3d2c3e | |
|
|
dac84abde7 |
|
|
@ -59,6 +59,7 @@ empty
|
|||
|
||||
**All connections / Proxmox Hetzner / Container**
|
||||
|
||||
- [**docker-baikal**](stores/1eec68c5-8b44-4dc1-9538-be321f0e5d1a)
|
||||
- [**docker-proxy**](stores/877b6c0b-6451-4058-9d08-64825cbdf8bc)
|
||||
- [**Docker containers**](stores/a81caf51-eb7c-4e70-9a22-273e3ced63f8)
|
||||
- [**default**](stores/92375336-dd3e-4869-b31a-f8d89326aa59)
|
||||
|
|
@ -73,6 +74,7 @@ empty
|
|||
- [**gitea**](stores/a28016a2-bedd-4317-9577-c3b13459a841)
|
||||
- [**Shell environments**](stores/5abe7816-b2f6-3023-bb73-d5d0e5e9bc72)
|
||||
- [**bash**](stores/341ccf7f-08c2-47b8-9e8e-2f5f47ce4295)
|
||||
- [**dash**](stores/30da6137-4a13-4289-86b8-8b2e6d9514f4)
|
||||
- [**Influxdb**](stores/e3b9d53e-3b70-4dd2-81d5-b8be0499e10b)
|
||||
- [**Shell environments**](stores/10b9fbae-fd5d-368a-bda2-041359b593f5)
|
||||
- [**bash**](stores/5b0a56c7-2212-4d87-bd05-f9d1d26262b4)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "1eec68c5-8b44-4dc1-9538-be321f0e5d1a",
|
||||
"name" : "docker-baikal",
|
||||
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type" : "ssh",
|
||||
"proxy" : {
|
||||
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
|
||||
},
|
||||
"host" : "192.168.174.55",
|
||||
"port" : 22,
|
||||
"user" : "root",
|
||||
"password" : {
|
||||
"type" : "inPlace",
|
||||
"value" : {
|
||||
"secret" : {
|
||||
"type" : "locked",
|
||||
"encryptedValue" : "NjNZLbjk8IjnjeCpNIxkqcpNaZorbIAs83TRJM+tCNbD2cKcVB5yn4AI"
|
||||
}
|
||||
}
|
||||
},
|
||||
"identityStrategy" : {
|
||||
"type" : "none"
|
||||
},
|
||||
"dontInteractWithSystem" : false,
|
||||
"forwardX11" : false
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "30da6137-4a13-4289-86b8-8b2e6d9514f4",
|
||||
"name" : "dash",
|
||||
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type" : "shellEnvironment",
|
||||
"commands" : null,
|
||||
"host" : {
|
||||
"storeId" : "a28016a2-bedd-4317-9577-c3b13459a841"
|
||||
},
|
||||
"shell" : "dash",
|
||||
"elevated" : false,
|
||||
"scripts" : null
|
||||
}
|
||||
Loading…
Reference in New Issue