From a9df079a48301e8013ec0e22642353c8713e4f22 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 25 Sep 2025 14:55:50 +0200 Subject: [PATCH 1/2] Update json --- frontend/public/json/goaway.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/goaway.json b/frontend/public/json/goaway.json index 599c4cd0..c15cead3 100644 --- a/frontend/public/json/goaway.json +++ b/frontend/public/json/goaway.json @@ -13,14 +13,14 @@ "config_path": "/opt/goaway/config/settings.yaml", "website": "https://github.com/pommee/goaway", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/goaway.webp", - "description": "Very good looking new alternative to Pi-Hole and Adguard Home. Been trying it out in Docker and thought it would be a great addition to the community scripts.", + "description": "Lightweight DNS sinkhole written in Go with a modern dashboard client. Very good looking new alternative to Pi-Hole and Adguard Home.", "install_methods": [ { "type": "default", "script": "ct/goaway.sh", "resources": { "cpu": 1, - "ram": 512, + "ram": 1024, "hdd": 4, "os": "Debian", "version": "13" From dbc7815d86ab23b76a3e793593dbbb36b53fd025 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 25 Sep 2025 14:56:13 +0200 Subject: [PATCH 2/2] Update GoAway --- ct/goaway.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/goaway.sh b/ct/goaway.sh index 7b7524b4..6fb59c6d 100644 --- a/ct/goaway.sh +++ b/ct/goaway.sh @@ -8,7 +8,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV APP="GoAway" var_tags="${var_tags:-network}" var_cpu="${var_cpu:-1}" -var_ram="${var_ram:-512}" +var_ram="${var_ram:-1024}" var_disk="${var_disk:-4}" var_os="${var_os:-debian}" var_version="${var_version:-13}"