1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-18 05:49:03 +00:00
gns3-server/gns3server/appliances/net_toolbox.gns3a
2023-01-17 13:11:18 +08:00

21 lines
793 B
Plaintext

{
"appliance_id": "9fa5056a-15a6-4bb0-8b71-c0a6b5cfeea6",
"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": 4,
"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"
}
}