mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-07-12 00:47:37 +00:00
Umbrel-OS (#4788)
This commit is contained in:
40
frontend/public/json/umbrel-os-vm.json
Normal file
40
frontend/public/json/umbrel-os-vm.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "Umbrel OS",
|
||||
"slug": "umbrel-os-vm",
|
||||
"categories": [
|
||||
2
|
||||
],
|
||||
"date_created": "2025-05-28",
|
||||
"type": "vm",
|
||||
"updateable": true,
|
||||
"privileged": false,
|
||||
"interface_port": 80,
|
||||
"documentation": "https://community.umbrel.com/c/guides/",
|
||||
"website": "https://umbrel.com/",
|
||||
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/umbrelos.webp",
|
||||
"config_path": "",
|
||||
"description": "Take control of your digital life with Umbrel — a private, personal server that lets you self-host powerful open source apps with ease. Whether you want to run a Bitcoin or Lightning node, manage your files with Nextcloud, stream media, block ads across your network, or explore self-hosted AI tools, Umbrel gives you full ownership and privacy. All through a beautiful, user-friendly interface — no cloud, no tracking, just your data under your control.",
|
||||
"install_methods": [
|
||||
{
|
||||
"type": "default",
|
||||
"script": "vm/umbrel-os-vm.sh",
|
||||
"resources": {
|
||||
"cpu": 2,
|
||||
"ram": 4096,
|
||||
"hdd": 20,
|
||||
"os": "debian",
|
||||
"version": "12"
|
||||
}
|
||||
}
|
||||
],
|
||||
"default_credentials": {
|
||||
"username": "umbrel",
|
||||
"password": "umbrel"
|
||||
},
|
||||
"notes": [
|
||||
{
|
||||
"text": "This VM use as base a Debian 12 OS with a custom kernel and some additional packages to run Umbrel OS. It is not a standard Debian VM, but it is optimized for Umbrel OS.",
|
||||
"type": "info"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user