Compare commits
9 Commits
9a6432e8fc
...
26b44e73b9
| Author | SHA1 | Date |
|---|---|---|
|
|
26b44e73b9 | |
|
|
8c8592b529 | |
|
|
24d0e586ad | |
|
|
ea834bfba1 | |
|
|
3e495565f4 | |
|
|
c9a2aceb8a | |
|
|
23060b5294 | |
|
|
4da9305710 | |
|
|
c629b48432 |
10
README.md
10
README.md
|
|
@ -122,7 +122,13 @@ empty
|
|||
|
||||
**All connections / Default**
|
||||
|
||||
empty
|
||||
- [**nextcloud guacamole**](stores/7dbd901b-ebb6-46cf-9402-1338c8849b15)
|
||||
- [**Docker containers**](stores/d3d7bb1c-22c5-4fa0-9a13-d9cd6ac9c5d0)
|
||||
- [**default**](stores/75eec5ad-ed9b-46e0-ae21-b49c16e98fa0)
|
||||
- [**Shell environments**](stores/b698d08b-32af-44c4-aa97-eaa743585e39)
|
||||
- [**bash**](stores/18dbba09-fe94-4cac-bdd1-e275347212c8)
|
||||
- [**dash**](stores/eeac52fb-d562-46b4-b85e-c79183d3dc88)
|
||||
- [**sudo**](stores/12950ac8-39a2-4836-ba4b-e04690ec969b)
|
||||
|
||||
**All connections / Boot**
|
||||
|
||||
|
|
@ -134,7 +140,7 @@ empty
|
|||
|
||||
**All identities / Synced**
|
||||
|
||||
empty
|
||||
- [**Administrator AD**](stores/fcc5ba61-cd97-4272-95a3-f18247418326)
|
||||
|
||||
|
||||
## Secret encryption
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "12950ac8-39a2-4836-ba4b-e04690ec969b",
|
||||
"name" : "sudo",
|
||||
"categoryUuid" : "97458c07-75c0-4f9d-a06e-92d8cdf67c40",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type" : "shellEnvironment",
|
||||
"commands" : null,
|
||||
"host" : {
|
||||
"storeId" : "7dbd901b-ebb6-46cf-9402-1338c8849b15"
|
||||
},
|
||||
"shell" : null,
|
||||
"elevated" : true,
|
||||
"scripts" : null
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "18dbba09-fe94-4cac-bdd1-e275347212c8",
|
||||
"name" : "bash",
|
||||
"categoryUuid" : "97458c07-75c0-4f9d-a06e-92d8cdf67c40",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type" : "shellEnvironment",
|
||||
"commands" : null,
|
||||
"host" : {
|
||||
"storeId" : "7dbd901b-ebb6-46cf-9402-1338c8849b15"
|
||||
},
|
||||
"shell" : "bash",
|
||||
"elevated" : false,
|
||||
"scripts" : null
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "75eec5ad-ed9b-46e0-ae21-b49c16e98fa0",
|
||||
"name" : "default",
|
||||
"categoryUuid" : "97458c07-75c0-4f9d-a06e-92d8cdf67c40",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"type" : "dockerContext",
|
||||
"cmd" : {
|
||||
"storeId" : "d3d7bb1c-22c5-4fa0-9a13-d9cd6ac9c5d0"
|
||||
},
|
||||
"name" : "default"
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "7dbd901b-ebb6-46cf-9402-1338c8849b15",
|
||||
"name" : "nextcloud guacamole",
|
||||
"categoryUuid" : "97458c07-75c0-4f9d-a06e-92d8cdf67c40",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"type" : "ssh",
|
||||
"proxy" : {
|
||||
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
|
||||
},
|
||||
"host" : "192.168.174.121",
|
||||
"port" : 22,
|
||||
"identity" : {
|
||||
"type" : "ref",
|
||||
"ref" : {
|
||||
"storeId" : "fcc5ba61-cd97-4272-95a3-f18247418326"
|
||||
}
|
||||
},
|
||||
"dontInteractWithSystem" : false,
|
||||
"forwardX11" : false,
|
||||
"additionalOptions" : null
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "b698d08b-32af-44c4-aa97-eaa743585e39",
|
||||
"name" : "Shell environments",
|
||||
"categoryUuid" : "97458c07-75c0-4f9d-a06e-92d8cdf67c40",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type" : "shellEnvironmentGroup",
|
||||
"parent" : {
|
||||
"storeId" : "7dbd901b-ebb6-46cf-9402-1338c8849b15"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "d3d7bb1c-22c5-4fa0-9a13-d9cd6ac9c5d0",
|
||||
"name" : "Docker containers",
|
||||
"categoryUuid" : "97458c07-75c0-4f9d-a06e-92d8cdf67c40",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type" : "dockerCmd",
|
||||
"host" : {
|
||||
"storeId" : "7dbd901b-ebb6-46cf-9402-1338c8849b15"
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "eeac52fb-d562-46b4-b85e-c79183d3dc88",
|
||||
"name" : "dash",
|
||||
"categoryUuid" : "97458c07-75c0-4f9d-a06e-92d8cdf67c40",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"type" : "shellEnvironment",
|
||||
"commands" : null,
|
||||
"host" : {
|
||||
"storeId" : "7dbd901b-ebb6-46cf-9402-1338c8849b15"
|
||||
},
|
||||
"shell" : "dash",
|
||||
"elevated" : false,
|
||||
"scripts" : null
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "fcc5ba61-cd97-4272-95a3-f18247418326",
|
||||
"name" : "Administrator AD",
|
||||
"categoryUuid" : "69aa5040-28dc-451e-b4ff-1192ce5e1e3c",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"type" : "syncedIdentity",
|
||||
"username" : "sebastian.zell",
|
||||
"password" : {
|
||||
"encryptedToken" : {
|
||||
"token" : "Ie5ulHpwL1fzMPRoJ3BlPqQ2J5sH-3LjSmhFvQm+e85x"
|
||||
},
|
||||
"secret" : {
|
||||
"type" : "vault",
|
||||
"encryptedValue" : "VvXbm9hPMVIl2aIlV+HOkAqULybXIO7J1f90DAE3S1upokJOB-YuGiVo7xg6204uW0xkdIeZgzS-sUgPjn1u4gA7SqfJ45ZluKtYWlCV0Nok5tf9OKjG7e+lD661UUgeNdnpubaA43bda864GuMuNmKkaSWQz4YKpn2lF7czKudXfRrDTXRyuKMWU+r+NMA0k1a4Cgkfvh5MYfJmCntvEwr+XZP-mEW0RevkTplwUUxg"
|
||||
}
|
||||
},
|
||||
"sshIdentity" : {
|
||||
"encryptedToken" : {
|
||||
"token" : "Ie5ulHpwL1fzMPRoJ3BlPqQ2J5sH-3LjSmhFvQm+e85x"
|
||||
},
|
||||
"secret" : {
|
||||
"type" : "vault",
|
||||
"encryptedValue" : "IhGSnTar4Pwym5gLtymBJx6zXlNTd2ZHARbcXrBpWOoduJObANMzjN2668VivArDPg=="
|
||||
}
|
||||
},
|
||||
"perUser" : false
|
||||
}
|
||||
Loading…
Reference in New Issue