Compare commits
3 Commits
a74501ac95
...
ff4577ca40
| Author | SHA1 | Date |
|---|---|---|
|
|
ff4577ca40 | |
|
|
1bb55cea35 | |
|
|
962cc98cba |
|
|
@ -59,6 +59,7 @@ empty
|
|||
|
||||
**All connections / Proxmox Hetzner / Container**
|
||||
|
||||
- [**docker-proxy**](stores/877b6c0b-6451-4058-9d08-64825cbdf8bc)
|
||||
- [**dolibarr**](stores/cc4229d8-b77f-48a3-9204-bf606a4c7d42)
|
||||
- [**ecomailz**](stores/a6f96658-d009-475c-8b34-1739887b147a)
|
||||
- [**Shell environments**](stores/65353629-b850-3e01-8632-1ee81be3cc83)
|
||||
|
|
@ -67,6 +68,7 @@ empty
|
|||
- [**Lizenzserver**](stores/1825b2c2-fb6e-46a2-b43d-8bae357e34ea)
|
||||
- [**Shell environments**](stores/3c4054b0-b184-3397-97f5-dbf444cf416c)
|
||||
- [**bash**](stores/dbd7adae-2a5f-4c24-b801-73d75ba537c8)
|
||||
- [**dash**](stores/318e71d7-ab7a-4dda-9b51-998569745a7f)
|
||||
|
||||
**All connections / local**
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "318e71d7-ab7a-4dda-9b51-998569745a7f",
|
||||
"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" : "1825b2c2-fb6e-46a2-b43d-8bae357e34ea"
|
||||
},
|
||||
"shell" : "dash",
|
||||
"elevated" : false,
|
||||
"scripts" : null
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "877b6c0b-6451-4058-9d08-64825cbdf8bc",
|
||||
"name" : "docker-proxy",
|
||||
"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.59",
|
||||
"port" : 22,
|
||||
"user" : "root",
|
||||
"password" : {
|
||||
"type" : "inPlace",
|
||||
"value" : {
|
||||
"secret" : {
|
||||
"type" : "locked",
|
||||
"encryptedValue" : "wG0eEOkNdcfnBciOxNrbebhfu+K3w89ePB1xekTL95OdapERI8uYIZaS"
|
||||
}
|
||||
}
|
||||
},
|
||||
"identityStrategy" : {
|
||||
"type" : "none"
|
||||
},
|
||||
"dontInteractWithSystem" : false,
|
||||
"forwardX11" : false
|
||||
}
|
||||
Loading…
Reference in New Issue