Compare commits
2 Commits
fc740699a0
...
5085fc868a
| Author | SHA1 | Date |
|---|---|---|
|
|
5085fc868a | |
|
|
eb18b95df7 |
|
|
@ -69,6 +69,7 @@ empty
|
||||||
|
|
||||||
**All connections / Proxmox Hetzner / Container**
|
**All connections / Proxmox Hetzner / Container**
|
||||||
|
|
||||||
|
- [**docker immich**](stores/7513fedc-580f-4723-a3e8-4015848a1c73)
|
||||||
- [**docker rustdesk**](stores/4e8464f3-195c-4d41-8157-2f614538c61a)
|
- [**docker rustdesk**](stores/4e8464f3-195c-4d41-8157-2f614538c61a)
|
||||||
- [**Docker containers**](stores/86dbc262-b56c-41c9-b822-e00cd86b441d)
|
- [**Docker containers**](stores/86dbc262-b56c-41c9-b822-e00cd86b441d)
|
||||||
- [**default**](stores/a96f492d-6c2a-43eb-98bc-a4957fc8300a)
|
- [**default**](stores/a96f492d-6c2a-43eb-98bc-a4957fc8300a)
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"uuid" : "7513fedc-580f-4723-a3e8-4015848a1c73",
|
||||||
|
"name" : "docker immich",
|
||||||
|
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
||||||
|
"breakOutCategoryUuid" : null,
|
||||||
|
"color" : null,
|
||||||
|
"icon" : null,
|
||||||
|
"freeze" : false,
|
||||||
|
"pinToTop" : false,
|
||||||
|
"orderIndex" : 0
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"type" : "ssh",
|
||||||
|
"proxy" : "f0ec68aa-63f5-405c-b178-9a4454556d6b",
|
||||||
|
"host" : "192.168.174.125",
|
||||||
|
"port" : 22,
|
||||||
|
"identity" : {
|
||||||
|
"type" : "inPlace",
|
||||||
|
"identityStore" : {
|
||||||
|
"type" : "localIdentity",
|
||||||
|
"username" : "root",
|
||||||
|
"password" : {
|
||||||
|
"secret" : {
|
||||||
|
"type" : "locked",
|
||||||
|
"encryptedValue" : "eAvDzTKQ-iW-wYnyGiGqj0sendZw7xtpMSUmKV--UEveCeq9eluSq_xM9cVl8Wilvytk5Bc0IuS02gU7itHE06QHNbf1VCpwr3V5W71nkc1yVJkWTgeJwveanFGwWs-BGzus6aquqzZQsvxfyV6rB1Ro6kDo8X0jVykIDEwTFLOGac1Z8h8kYZhyHtMU5SfYIy0-2ZC_GhZNzn4y6mVtZUPWFXVtc1rmyCt1dYpb2Wl2"
|
||||||
|
},
|
||||||
|
"encryptedToken" : {
|
||||||
|
"token" : "FeIn175CBPFXycyKu8VLwLXRcuK42O8csnCh6ds0I_bliA=="
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"sshIdentity" : {
|
||||||
|
"secret" : {
|
||||||
|
"type" : "locked",
|
||||||
|
"encryptedValue" : "rUojAVl-JGoPTAFgH4T53z--pN8o4MfhmkkdaH3aQFxqQOu0kSPCAy9SZURzVSUCsw=="
|
||||||
|
},
|
||||||
|
"encryptedToken" : {
|
||||||
|
"token" : "FeIn175CBPFXycyKu8VLwLXRcuK42O8csnCh6ds0I_bliA=="
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"dontInteractWithSystem" : false,
|
||||||
|
"forwardX11" : false,
|
||||||
|
"jumpServer" : false,
|
||||||
|
"additionalOptions" : null
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue