Compare commits
3 Commits
2418a209fe
...
d36739c156
| Author | SHA1 | Date |
|---|---|---|
|
|
d36739c156 | |
|
|
9838eadd3e | |
|
|
62eb5338f0 |
|
|
@ -65,6 +65,7 @@ empty
|
|||
- [**Shell environments**](stores/83649c48-0a9f-3ed6-99dd-264cae2123f5)
|
||||
- [**bash**](stores/c0832cb6-3b64-44da-b936-e0b09e9b4f46)
|
||||
- [**dash**](stores/69f3d33e-e3cc-4d6e-9333-3d89575e3e1e)
|
||||
- [**docker-ip-symcon**](stores/ae1c8599-5bc0-48b9-9b1e-9b3ac55bd7c1)
|
||||
- [**docker-proxy**](stores/877b6c0b-6451-4058-9d08-64825cbdf8bc)
|
||||
- [**Docker containers**](stores/a81caf51-eb7c-4e70-9a22-273e3ced63f8)
|
||||
- [**default**](stores/92375336-dd3e-4869-b31a-f8d89326aa59)
|
||||
|
|
@ -74,6 +75,7 @@ empty
|
|||
- [**dolibarr**](stores/435e8beb-3eee-42b3-b0dc-730bd3ffdc90)
|
||||
- [**Shell environments**](stores/e815a621-42ef-38b7-a3f8-aae28a1b278f)
|
||||
- [**bash**](stores/e1334962-7b25-4e62-b961-2c8826dbdbea)
|
||||
- [**dash**](stores/fb9d6781-92c3-45a9-aaca-6b3210320b2f)
|
||||
- [**ecomailz**](stores/a6f96658-d009-475c-8b34-1739887b147a)
|
||||
- [**Shell environments**](stores/65353629-b850-3e01-8632-1ee81be3cc83)
|
||||
- [**bash**](stores/52203dda-11b7-4c0b-8d19-20fd4c93a24f)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "ae1c8599-5bc0-48b9-9b1e-9b3ac55bd7c1",
|
||||
"name" : "docker-ip-symcon",
|
||||
"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.51",
|
||||
"port" : 22,
|
||||
"user" : "root",
|
||||
"password" : {
|
||||
"type" : "inPlace",
|
||||
"value" : {
|
||||
"secret" : {
|
||||
"type" : "locked",
|
||||
"encryptedValue" : "Ff3CHMlRR0h94b2SmGfsXFiK0RUmfPkDAEcFJa7D5YMOPmo2ZqU="
|
||||
}
|
||||
}
|
||||
},
|
||||
"identityStrategy" : {
|
||||
"type" : "none"
|
||||
},
|
||||
"dontInteractWithSystem" : false,
|
||||
"forwardX11" : false
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "fb9d6781-92c3-45a9-aaca-6b3210320b2f",
|
||||
"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" : "435e8beb-3eee-42b3-b0dc-730bd3ffdc90"
|
||||
},
|
||||
"shell" : "dash",
|
||||
"elevated" : false,
|
||||
"scripts" : null
|
||||
}
|
||||
Loading…
Reference in New Issue