Compare commits

...

5 Commits

Author SHA1 Message Date
Ingrid010109!? 75a53d99bd Update README.md 2025-01-16 15:03:27 +01:00
Ingrid010109!? f9d6040305 Update dolibarr 2025-01-16 15:03:27 +01:00
Ingrid010109!? 39ccbf7c7c Update README.md 2025-01-15 13:29:47 +01:00
Ingrid010109!? 34df139c36 Add my scripts 2025-01-15 13:29:47 +01:00
Ingrid010109!? 5370863c72 Update management/apt upgrade 2025-01-15 13:29:47 +01:00
6 changed files with 52 additions and 2 deletions

View File

@ -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

View File

@ -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,

View File

@ -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
}
}

View File

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

View File

@ -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
}
}

View File

@ -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
}