1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-10-09 09:33:05 +00:00
gns3-server/gns3server/appliances/chromium.gns3a
Julien Duponchelle dc6756d5ae
Embed the appliances in the server.
This add a /appliances call
2017-02-01 11:30:14 +01:00

18 lines
451 B
Plaintext

{
"name": "Chromium",
"category": "guest",
"description": "The chromium browser",
"vendor_name": "Chromium",
"vendor_url": "https://www.chromium.org/",
"product_name": "Chromium",
"registry_version": 3,
"status": "stable",
"maintainer": "GNS3 Team",
"maintainer_email": "developers@gns3.net",
"docker": {
"adapters": 1,
"image": "gns3/chromium:latest",
"console_type": "vnc"
}
}