mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-02-03 20:03:25 +01:00
* Refactor code structure for improved readability and maintainability
* Revert "Refactor code structure for improved readability and maintainability"
This reverts commit 17389aeb34.
* Changed Frontend Debian and Ubuntu VM discusson links so they can be copied quickly.
41 lines
1008 B
JSON
41 lines
1008 B
JSON
{
|
|
"name": "Ubuntu 22.04",
|
|
"slug": "ubuntu2204-vm",
|
|
"categories": [
|
|
2
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "vm",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": null,
|
|
"documentation": null,
|
|
"website": "https://ubuntu.com/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ubuntu.webp",
|
|
"config_path": "",
|
|
"description": "Ubuntu is a distribution based on Debian, designed to have regular releases and a consistent user experience.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "vm/ubuntu2204-vm.sh",
|
|
"resources": {
|
|
"cpu": 2,
|
|
"ram": 2048,
|
|
"hdd": 5,
|
|
"os": null,
|
|
"version": null
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "This VM uses Cloud-init, for more information see cloud-init discussion: `https://github.com/community-scripts/ProxmoxVE/discussions/272`",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|