Skip to content

Commit adc8225

Browse files
authored
Umbrel-OS (#4788)
1 parent 640dca8 commit adc8225

File tree

4 files changed

+570
-71
lines changed

4 files changed

+570
-71
lines changed

ct/umbrel.sh

Lines changed: 0 additions & 40 deletions
This file was deleted.
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "Umbrel OS",
3+
"slug": "umbrel-os-vm",
4+
"categories": [
5+
2
6+
],
7+
"date_created": "2025-05-28",
8+
"type": "vm",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 80,
12+
"documentation": "https://community.umbrel.com/c/guides/",
13+
"website": "https://umbrel.com/",
14+
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/umbrelos.webp",
15+
"config_path": "",
16+
"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.",
17+
"install_methods": [
18+
{
19+
"type": "default",
20+
"script": "vm/umbrel-os-vm.sh",
21+
"resources": {
22+
"cpu": 2,
23+
"ram": 4096,
24+
"hdd": 20,
25+
"os": "debian",
26+
"version": "12"
27+
}
28+
}
29+
],
30+
"default_credentials": {
31+
"username": "umbrel",
32+
"password": "umbrel"
33+
},
34+
"notes": [
35+
{
36+
"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.",
37+
"type": "info"
38+
}
39+
]
40+
}

install/umbrel-install.sh

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)