finish GWN Manager script

This commit is contained in:
tremor021 2026-01-07 20:36:02 +01:00
parent 58381e11de
commit 619015e68f
2 changed files with 5 additions and 5 deletions

View File

@ -28,7 +28,7 @@ function update_script() {
exit
fi
msg_info "Application is updated via the web interface!"
msg_ok "Application is updated via the web interface!"
exit
}

View File

@ -12,8 +12,8 @@
"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.",
"config_path": "/gwn/conf/gwn.conf",
"description": "GWN Manager is a free on-premise enterprise-grade, management platform for Grandstream GWN series devices. Typically deployed on a customers private network, this flexible, scalable solution offers simplified configuration and management.",
"install_methods": [
{
"type": "default",
@ -33,8 +33,8 @@
},
"notes": [
{
"text": "Gentoo compiles packages from source. Initial setup may take time.",
"type": "warning"
"text": "Installation package is pulled from GrandStream website. Installation may take a while.",
"type": "info"
}
]
}