Compare commits
5 Commits
ddf58999d7
...
75a53d99bd
| Author | SHA1 | Date |
|---|---|---|
|
|
75a53d99bd | |
|
|
f9d6040305 | |
|
|
39ccbf7c7c | |
|
|
34df139c36 | |
|
|
5370863c72 |
|
|
@ -29,6 +29,7 @@ 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)
|
||||
|
|
@ -75,7 +76,7 @@ empty
|
|||
|
||||
**All scripts / Custom**
|
||||
|
||||
empty
|
||||
- [**My scripts**](stores/a9945ad2-db61-4304-97d7-5dc4330691a7)
|
||||
|
||||
|
||||
## Secret encryption
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"scripts" : [ ],
|
||||
"description" : null,
|
||||
"minimumDialect" : "sh",
|
||||
"commands" : "sudo apt update && sudo apt upgrade && sudo apt dist-upgrade",
|
||||
"commands" : "sudo apt update && sudo apt upgrade",
|
||||
"initScript" : false,
|
||||
"shellScript" : true,
|
||||
"fileScript" : false,
|
||||
|
|
|
|||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "a9945ad2-db61-4304-97d7-5dc4330691a7",
|
||||
"name" : "My scripts",
|
||||
"categoryUuid" : "d3496db5-b709-41f9-abc0-ee0a660fbab9",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"type" : "scriptGroup",
|
||||
"group" : null,
|
||||
"scripts" : [ ],
|
||||
"description" : null
|
||||
}
|
||||
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"uuid" : "cc4229d8-b77f-48a3-9204-bf606a4c7d42",
|
||||
"name" : "dolibarr",
|
||||
"categoryUuid" : "d0b3e32d-0e90-4484-a0ef-6af941a6dda7",
|
||||
"color" : null,
|
||||
"icon" : null,
|
||||
"configuration" : {
|
||||
"deletable" : true
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
Loading…
Reference in New Issue