You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gns3-server/gns3server/appliances/webterm.gns3a

20 lines
777 B

{
"name": "webterm",
"category": "guest",
"description": "webterm is a debian based networking toolbox.\nIt contains the firefox web browser plus the following utilities: net-tools, iproute2, ping, traceroute, curl, host, iperf3, mtr, socat, ssh client, tcpdump, ab(apache benchmark) and the multicast testing tools msend/mreceive.",
"vendor_name": "webterm",
"vendor_url": "https://www.debian.org",
"product_name": "webterm",
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"usage": "The /root directory is persistent.",
"symbol": "firefox.svg",
"docker": {
"adapters": 1,
"image": "gns3/webterm:latest",
"console_type": "vnc"
}
}