Compare commits

..

1 Commits

Author SHA1 Message Date
Nícolas Pastorello
11244f0bf1
Merge 66d808024f into cecf179b34 2025-01-28 18:48:22 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVE/m
APP="Homarr" APP="Homarr"
var_tags="arr;dashboard" var_tags="arr;dashboard"
var_cpu="2" var_cpu="2"
var_ram="4096" var_ram="2048"
var_disk="8" var_disk="8"
var_os="debian" var_os="debian"
var_version="12" var_version="12"

View File

@ -19,7 +19,7 @@
"script": "ct/homarr.sh", "script": "ct/homarr.sh",
"resources": { "resources": {
"cpu": 2, "cpu": 2,
"ram": 4096, "ram": 2048,
"hdd": 8, "hdd": 8,
"os": "debian", "os": "debian",
"version": "12" "version": "12"