From 2d0131288d5b9b9a482e1b10ba0e38bccb3cf59d Mon Sep 17 00:00:00 2001 From: tremor021 Date: Wed, 7 Jan 2026 19:30:50 +0100 Subject: [PATCH] update GWN Manager --- ct/gwn-manager.sh | 2 +- frontend/public/json/gwn-manager.json | 35 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 frontend/public/json/gwn-manager.json diff --git a/ct/gwn-manager.sh b/ct/gwn-manager.sh index 73d0938b8..03c9a086d 100644 --- a/ct/gwn-manager.sh +++ b/ct/gwn-manager.sh @@ -5,7 +5,7 @@ source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxV # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://www.grandstream.com/products/networking-solutions/wi-fi-management/product/gwn-manager -APP="GWN Manager" +APP="GWN-Manager" var_tags="${var_tags:-network;management}" var_cpu="${var_cpu:-2}" var_ram="${var_ram:-6144}" diff --git a/frontend/public/json/gwn-manager.json b/frontend/public/json/gwn-manager.json new file mode 100644 index 000000000..1a78754de --- /dev/null +++ b/frontend/public/json/gwn-manager.json @@ -0,0 +1,35 @@ +{ + "name": "GWN Manager", + "slug": "gwn-manager", + "categories": [ + 9 + ], + "date_created": "2025-12-02", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 8443, + "documentation": "https://documentation.grandstream.com/article-categories/gwn-mgmt/", + "website": "https://www.grandstream.com/products/networking-solutions/wi-fi-management/product/gwn-manager", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/gwn-manager.webp", + "config_path": "", + "description": "GWN Manager is a web-based management interface for GrandStream GWN series devices.", + "install_methods": [ + { + "type": "default", + "script": "ct/gwn-manager.sh", + "resources": { + "cpu": 2, + "ram": 6144, + "hdd": 8, + "os": "debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] +}