Compare commits

..

No commits in common. "75a53d99bda58ae9baf2c1b642b416d81178f807" and "ddf58999d7a4220b6555af44bf8899076c72276f" have entirely different histories.

6 changed files with 2 additions and 52 deletions

View File

@ -29,7 +29,6 @@ empty
**All connections / Proxmox Kladow / VM**
- [**dolibarr**](stores/cc4229d8-b77f-48a3-9204-bf606a4c7d42)
- [**Univention fileserver archiv**](stores/6c706dfa-a3af-4a39-8d46-76c2e81e0c2c)
- [**Univention fileserver laufend**](stores/3965987a-d040-4067-a424-96fef0acd4f6)
- [**Univention PDC02**](stores/f4456d84-018b-44c7-a8ac-a9b7d1a3a960)
@ -76,7 +75,7 @@ empty
**All scripts / Custom**
- [**My scripts**](stores/a9945ad2-db61-4304-97d7-5dc4330691a7)
empty
## Secret encryption

View File

@ -6,7 +6,7 @@
"scripts" : [ ],
"description" : null,
"minimumDialect" : "sh",
"commands" : "sudo apt update && sudo apt upgrade",
"commands" : "sudo apt update && sudo apt upgrade && sudo apt dist-upgrade",
"initScript" : false,
"shellScript" : true,
"fileScript" : false,

View File

@ -1,10 +0,0 @@
{
"uuid" : "a9945ad2-db61-4304-97d7-5dc4330691a7",
"name" : "My scripts",
"categoryUuid" : "d3496db5-b709-41f9-abc0-ee0a660fbab9",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -1,6 +0,0 @@
{
"type" : "scriptGroup",
"group" : null,
"scripts" : [ ],
"description" : null
}

View File

@ -1,10 +0,0 @@
{
"uuid" : "cc4229d8-b77f-48a3-9204-bf606a4c7d42",
"name" : "dolibarr",
"categoryUuid" : "d0b3e32d-0e90-4484-a0ef-6af941a6dda7",
"color" : null,
"icon" : null,
"configuration" : {
"deletable" : true
}
}

View File

@ -1,23 +0,0 @@
{
"type" : "ssh",
"proxy" : {
"storeId" : "f0ec68aa-63f5-405c-b178-9a4454556d6b"
},
"host" : "192.168.174.71",
"port" : 22,
"user" : "root",
"password" : {
"type" : "inPlace",
"value" : {
"secret" : {
"type" : "locked",
"encryptedValue" : "-EmAK3VbF-NUVWTsxRKn66HV5F+t-2lSreq-9f--gt+cewBogxNxCOnQ"
}
}
},
"identityStrategy" : {
"type" : "none"
},
"dontInteractWithSystem" : false,
"forwardX11" : false
}