Files
cockpit_avm/networkmanager/manifest.json

38 lines
1.3 KiB
JSON
Raw Normal View History

2026-04-21 15:38:57 +08:00
{
"version": "215",
"name": "network",
"requires": {
"cockpit": "186"
},
"menu": {
"index": {
"label": "Networking",
"order": 40,
"docs": [
{
"label": "Managing networking",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/managing-networking-in-the-web-console_system-management-using-the-rhel-8-web-console"
},
{
"label": "Managing firewall",
"url": "https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/managing_systems_using_the_rhel_8_web_console/using-the-web-console-for-managing-firewall_system-management-using-the-rhel-8-web-console"
}
],
"keywords": [
{
"matches": ["network", "interface", "bridge", "vlan", "bond", "team", "port", "mac", "ipv4", "ipv6"]
},
{
"matches": ["firewall", "zone", "tcp", "udp"],
"goto": "/network/firewall"
}
]
}
},
"hacks": {
"with_networkmanager_needs_root": "yes"
}
}