Compare commits

...

3 Commits

Author SHA1 Message Date
Ingrid010109!? e5cf78205f Update README.md 2025-01-19 22:52:31 +01:00
Ingrid010109!? 10ddc14d62 Add lizenzserver 2025-01-19 22:52:31 +01:00
Ingrid010109!? 8b611c9b55 Add ecomailz/shell environments/dash 2025-01-19 22:52:31 +01:00
5 changed files with 55 additions and 0 deletions

View File

@ -63,6 +63,8 @@ empty
- [**ecomailz**](stores/a6f96658-d009-475c-8b34-1739887b147a)
- [**Shell environments**](stores/65353629-b850-3e01-8632-1ee81be3cc83)
- [**bash**](stores/52203dda-11b7-4c0b-8d19-20fd4c93a24f)
- [**dash**](stores/5a252c89-a1ff-4c89-83ac-d1a12fa962fd)
- [**Lizenzserver**](stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea)
**All connections / local**

View File

@ -0,0 +1,10 @@
{
"uuid" : "1825b2c2-fb6e-46a2-b43d-8bae357e34ea",
"name" : "Lizenzserver",
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -0,0 +1,23 @@
{
"type" : "ssh",
"proxy" : {
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
},
"host" : "192.168.174.240",
"port" : 22,
"user" : "root",
"password" : {
"type" : "inPlace",
"value" : {
"secret" : {
"type" : "locked",
"encryptedValue" : "YoLqupYro9AtDuN2GQ3n5E4UXC0Lf-RYKX8634HbFVHXQ34FEc4="
}
}
},
"identityStrategy" : {
"type" : "none"
},
"dontInteractWithSystem" : false,
"forwardX11" : false
}

View File

@ -0,0 +1,10 @@
{
"uuid" : "5a252c89-a1ff-4c89-83ac-d1a12fa962fd",
"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" : "a6f96658-d009-475c-8b34-1739887b147a"
},
"shell" : "dash",
"elevated" : false,
"scripts" : null
}