Compare commits

..

No commits in common. "645972077ee4ad2c9f4db70d58bd4a9951c4c384" and "cecf179b346f653a50a04a055645020569fdf9f6" have entirely different histories.

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"
var_tags="arr;dashboard"
var_cpu="2"
var_ram="4096"
var_ram="2048"
var_disk="8"
var_os="debian"
var_version="12"

View File

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