mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-05 15:48:59 +00:00
20 lines
733 B
Plaintext
20 lines
733 B
Plaintext
{
|
|
"name": "Toolbox",
|
|
"category": "guest",
|
|
"description": "This appliance contains server side software for secondary management of network devices:\n- www (nginx) \n- ftp (vsftpd)\n- tftp (tftpd)\n- syslog (rsyslog)\n- dhcp (isc-dhcpd)\n- snmp server (snmpd + snmptrapd)",
|
|
"vendor_name": "Ubuntu",
|
|
"vendor_url": "https://www.ubuntu.com/",
|
|
"product_name": "Networkers' toolbox",
|
|
"registry_version": 3,
|
|
"status": "stable",
|
|
"maintainer": "Andras Dosztal",
|
|
"maintainer_email": "developers@gns3.net",
|
|
"usage": "Root password: gns3",
|
|
"symbol": "linux_guest.svg",
|
|
"docker": {
|
|
"adapters": 1,
|
|
"image": "adosztal/net_toolbox:latest",
|
|
"console_type": "telnet"
|
|
}
|
|
}
|