From aa643268c977e956777eb7f3f06ae8f61fd7fdc3 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Thu, 25 Sep 2025 10:56:08 +0200 Subject: [PATCH] Add GoAway json --- frontend/public/json/goaway.json | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 frontend/public/json/goaway.json diff --git a/frontend/public/json/goaway.json b/frontend/public/json/goaway.json new file mode 100644 index 00000000..599c4cd0 --- /dev/null +++ b/frontend/public/json/goaway.json @@ -0,0 +1,40 @@ +{ + "name": "GoAway", + "slug": "goaway", + "categories": [ + 5 + ], + "date_created": "2025-09-12", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 8080, + "documentation": "https://github.com/pommee/goaway#configuration-file", + "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.", + "install_methods": [ + { + "type": "default", + "script": "ct/goaway.sh", + "resources": { + "cpu": 1, + "ram": 512, + "hdd": 4, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "Type `cat ~/goaway.creds` to see login credentials.", + "type": "info" + } + ] +}