2025-01-20 20:31:53 +00:00
|
|
|
{
|
|
|
|
"name": "Synology VM",
|
|
|
|
"slug": "Synology VM",
|
|
|
|
"categories": [
|
2025-01-21 08:12:17 +00:00
|
|
|
12
|
2025-01-20 20:31:53 +00:00
|
|
|
],
|
|
|
|
"date_created": "20-01-25",
|
|
|
|
"type": "VM",
|
|
|
|
"updateable": false,
|
|
|
|
"privileged": false,
|
|
|
|
"interface_port": 5000,
|
|
|
|
"documentation": null,
|
|
|
|
"website": "https://auxxxilium.tech/",
|
2025-01-21 08:13:47 +00:00
|
|
|
"logo": "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/svg/synology-dsm.svg",
|
2025-01-20 20:31:53 +00:00
|
|
|
"description": "This script installs Arc Bootloader this tool gives you the ability to run Synology inside Proxmox",
|
|
|
|
"install_methods": [
|
|
|
|
{
|
|
|
|
"type": "default",
|
2025-01-21 08:18:53 +00:00
|
|
|
"script": "vm/synology-vm.sh",
|
2025-01-20 20:31:53 +00:00
|
|
|
"resources": {
|
|
|
|
"cpu": 2,
|
|
|
|
"ram": 4096,
|
|
|
|
"hdd": 12,
|
|
|
|
"os": "Arc",
|
|
|
|
"version": "Latest"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"default_credentials": {
|
|
|
|
"username": null,
|
|
|
|
"password": null
|
|
|
|
},
|
|
|
|
"notes": []
|
2025-01-21 08:12:17 +00:00
|
|
|
}
|