🧰 Proxmox Helper Scripts
Sammlung von Scripts für Proxmox-Tasks mit Download-Möglichkeit.
Script hinzufügen
curl -X POST https://lan.innaktiv.de/api/proxmox-scripts \
-H "Content-Type: application/json" \
-d '{
"name": "backup-cleanup",
"description": "Cleanup alte Backups",
"category": "maintenance",
"script_content": "#!/bin/bash\n echo cleanup",
"usage": "bash backup-cleanup.sh"
}'
Download eines Scripts: https://lan.innaktiv.de/api/proxmox-scripts/<id>/download
Noch keine Proxmox Scripts vorhanden. Füge eines über die API hinzu.