diff --git a/ct/homarr.sh b/ct/homarr.sh index 1deb0f044..223dc989d 100644 --- a/ct/homarr.sh +++ b/ct/homarr.sh @@ -7,8 +7,8 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV APP="homarr" var_tags="${var_tags:-arr;dashboard}" -var_cpu="${var_cpu:-2}" -var_ram="${var_ram:-4096}" +var_cpu="${var_cpu:-3}" +var_ram="${var_ram:-6144}" var_disk="${var_disk:-8}" var_os="${var_os:-debian}" var_version="${var_version:-12}" diff --git a/frontend/public/json/homarr.json b/frontend/public/json/homarr.json index 61439ad73..3d649ac7e 100644 --- a/frontend/public/json/homarr.json +++ b/frontend/public/json/homarr.json @@ -1,36 +1,35 @@ { - "name": "Homarr", - "slug": "homarr", - "categories": [ - 10 - ], - "date_created": "2025-01-28", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 7575, - "documentation": null, - "website": "https://homarr.dev/", - "logo": "https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/homarr.svg", - "config_path": "/opt/homarr/.env", - "description": "Homarr is a sleek, modern dashboard that puts all of your apps and services at your fingertips.", - "install_methods": [ - { - "type": "default", - "script": "ct/homarr.sh", - "resources": { - "cpu": 2, - "ram": 4096, - "hdd": 8, - "os": "debian", - "version": "12" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] + "name": "Homarr", + "slug": "homarr", + "categories": [ + 10 + ], + "date_created": "2025-01-28", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 7575, + "documentation": null, + "website": "https://homarr.dev/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/homarr.webp", + "config_path": "/opt/homarr/.env", + "description": "Homarr is a sleek, modern dashboard that puts all of your apps and services at your fingertips.", + "install_methods": [ + { + "type": "default", + "script": "ct/homarr.sh", + "resources": { + "cpu": 3, + "ram": 6144, + "hdd": 8, + "os": "debian", + "version": "12" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] } -