Compare commits
No commits in common. "31bd6b23a11404706164b872c3e9ba1c93f3b93f" and "415a151cc625c69dcd88f64fb49e9cd9f37993de" have entirely different histories.
31bd6b23a1
...
415a151cc6
|
|
@ -76,7 +76,6 @@ empty
|
||||||
- [**Shell environments**](stores/526b6bf0-ee75-3287-a027-6b9d8a41ba28)
|
- [**Shell environments**](stores/526b6bf0-ee75-3287-a027-6b9d8a41ba28)
|
||||||
- [**bash**](stores/33ec1643-d41b-4155-92b0-c763346d6af6)
|
- [**bash**](stores/33ec1643-d41b-4155-92b0-c763346d6af6)
|
||||||
- [**dash**](stores/74e48ebb-a46d-48ee-8f74-ce40ab939c4f)
|
- [**dash**](stores/74e48ebb-a46d-48ee-8f74-ce40ab939c4f)
|
||||||
- [**docker-vaultwarden**](stores/16d6783c-bcce-4cc7-963a-110e385c3ecf)
|
|
||||||
- [**dolibarr**](stores/435e8beb-3eee-42b3-b0dc-730bd3ffdc90)
|
- [**dolibarr**](stores/435e8beb-3eee-42b3-b0dc-730bd3ffdc90)
|
||||||
- [**Shell environments**](stores/e815a621-42ef-38b7-a3f8-aae28a1b278f)
|
- [**Shell environments**](stores/e815a621-42ef-38b7-a3f8-aae28a1b278f)
|
||||||
- [**bash**](stores/e1334962-7b25-4e62-b961-2c8826dbdbea)
|
- [**bash**](stores/e1334962-7b25-4e62-b961-2c8826dbdbea)
|
||||||
|
|
@ -100,7 +99,6 @@ empty
|
||||||
- [**proxmox mailgateway**](stores/b9b6b5e4-8b5f-494c-b162-4c797cd242f1)
|
- [**proxmox mailgateway**](stores/b9b6b5e4-8b5f-494c-b162-4c797cd242f1)
|
||||||
- [**Shell environments**](stores/0963775f-5ff5-369b-ae2b-78c09288ed3e)
|
- [**Shell environments**](stores/0963775f-5ff5-369b-ae2b-78c09288ed3e)
|
||||||
- [**bash**](stores/af768250-419e-4089-8f8c-9418f56f7459)
|
- [**bash**](stores/af768250-419e-4089-8f8c-9418f56f7459)
|
||||||
- [**dash**](stores/f7dac094-3cda-4134-b99d-5f49163ccda6)
|
|
||||||
|
|
||||||
**All connections / local**
|
**All connections / local**
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"uuid" : "16d6783c-bcce-4cc7-963a-110e385c3ecf",
|
|
||||||
"name" : "docker-vaultwarden",
|
|
||||||
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
|
||||||
"color" : null,
|
|
||||||
"icon" : null,
|
|
||||||
"configuration" : {
|
|
||||||
"deletable" : true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"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
|
|
||||||
}
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"uuid" : "f7dac094-3cda-4134-b99d-5f49163ccda6",
|
|
||||||
"name" : "dash",
|
|
||||||
"categoryUuid" : "0b2c0094-af5e-4002-8ab5-c4accf4f110e",
|
|
||||||
"color" : null,
|
|
||||||
"icon" : null,
|
|
||||||
"configuration" : {
|
|
||||||
"deletable" : true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"type" : "shellEnvironment",
|
|
||||||
"commands" : null,
|
|
||||||
"host" : {
|
|
||||||
"storeId" : "b9b6b5e4-8b5f-494c-b162-4c797cd242f1"
|
|
||||||
},
|
|
||||||
"shell" : "dash",
|
|
||||||
"elevated" : false,
|
|
||||||
"scripts" : null
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue