mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-29 15:43:55 +00:00
grossmj
bd63368250
Revert "Fix empty-vm.gns3a"
This reverts commit 506b9a27447065400ad7ec7e87fb8376cb57d9c8.
GNS3-registry
This is the GNS3 registry where user can share appliances configurations and symbols.
Add a new symbol
Look for examples in the symbols directory.
Add a new appliance
- Two way to create a new appliance:
- Copy paste a JSON from the appliances directory
- Use the new_appliance.py
After that you can send us a pull request on Github.
In schemas/appliance.json you have a JSON with a schema for controlling the file and can be use as documentation for each fields.
Docker container
This repository contain also the source of Docker container publish by the GNS3 team and that can be used as appliance in GNS3.
Tools
All tools require python3 and the installation of dependencies via:
Check appliance files
If imagemagick is installed, it will be used to check the symbol properties. Otherwise an (experimental) internal function will do that.
Create a new appliance
Prettify appliances JSON
This will indent the JSON of all appliance and sort the key in same order as the JSON schema.
Description
Languages
Shell
44.6%
Python
42%
Dockerfile
12.6%
HTML
0.8%