ProxmoxVE/json/synology-vm.json
2025-01-21 09:22:33 +01:00

35 lines
1.1 KiB
JSON

{
"name": "Synology VM",
"slug": "Synology VM",
"categories": [
12
],
"date_created": "20-01-25",
"type": "vm",
"updateable": false,
"privileged": false,
"interface_port": 5000,
"documentation": null,
"website": "https://auxxxilium.tech/",
"logo": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/synology-dsm.svg",
"description": "This script installs Arc Bootloader this tool gives you the ability to run Synology inside Proxmox. After installation Start the vm and open arc config, in there navigate to Hardware ID for Arc Patch. After connecting that go back and choose a model!",
"install_methods": [
{
"type": "default",
"script": "vm/synology-vm.sh",
"resources": {
"cpu": 2,
"ram": 4096,
"hdd": 12,
"os": "Arc",
"version": "Latest"
}
}
],
"default_credentials": {
"username": null,
"password": null
},
"notes": []
}