Compare commits
3 Commits
415a151cc6
...
31bd6b23a1
| Author | SHA1 | Date |
|---|---|---|
|
|
31bd6b23a1 | |
|
|
cfa3b76083 | |
|
|
8c5ce489fd |
|
|
@ -76,6 +76,7 @@ empty
|
|||
- [**Shell environments**](stores/526b6bf0-ee75-3287-a027-6b9d8a41ba28)
|
||||
- [**bash**](stores/33ec1643-d41b-4155-92b0-c763346d6af6)
|
||||
- [**dash**](stores/74e48ebb-a46d-48ee-8f74-ce40ab939c4f)
|
||||
- [**docker-vaultwarden**](stores/16d6783c-bcce-4cc7-963a-110e385c3ecf)
|
||||
- [**dolibarr**](stores/435e8beb-3eee-42b3-b0dc-730bd3ffdc90)
|
||||
- [**Shell environments**](stores/e815a621-42ef-38b7-a3f8-aae28a1b278f)
|
||||
- [**bash**](stores/e1334962-7b25-4e62-b961-2c8826dbdbea)
|
||||
|
|
@ -99,6 +100,7 @@ empty
|
|||
- [**proxmox mailgateway**](stores/b9b6b5e4-8b5f-494c-b162-4c797cd242f1)
|
||||
- [**Shell environments**](stores/0963775f-5ff5-369b-ae2b-78c09288ed3e)
|
||||
- [**bash**](stores/af768250-419e-4089-8f8c-9418f56f7459)
|
||||
- [**dash**](stores/f7dac094-3cda-4134-b99d-5f49163ccda6)
|
||||
|
||||
**All connections / local**
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "16d6783c-bcce-4cc7-963a-110e385c3ecf",
|
||||
"name" : "docker-vaultwarden",
|
||||
"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.52",
|
||||
"port" : 22,
|
||||
"user" : "root",
|
||||
"password" : {
|
||||
"type" : "inPlace",
|
||||
"value" : {
|
||||
"secret" : {
|
||||
"type" : "locked",
|
||||
"encryptedValue" : "x7jQkSFpBmSfAwmrUePJUs2jIYbwTdpcnAtU67y2FsB14By4BFJeTVKo"
|
||||
}
|
||||
}
|
||||
},
|
||||
"identityStrategy" : {
|
||||
"type" : "none"
|
||||
},
|
||||
"dontInteractWithSystem" : false,
|
||||
"forwardX11" : false
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "f7dac094-3cda-4134-b99d-5f49163ccda6",
|
||||
"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" : "b9b6b5e4-8b5f-494c-b162-4c797cd242f1"
|
||||
},
|
||||
"shell" : "dash",
|
||||
"elevated" : false,
|
||||
"scripts" : null
|
||||
}
|
||||
Loading…
Reference in New Issue