-
Notifications
You must be signed in to change notification settings - Fork 395
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #915
- Loading branch information
Sébastien Celles
authored
Sep 22, 2024
1 parent
0a227ce
commit edd7664
Showing
1 changed file
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"appliance_id": "8c19ccaa-a1d0-4473-94a2-a93b64924d88", | ||
"name": "TrueNAS", | ||
"category": "guest", | ||
"description": "TrueNAS is a family of network-attached storage (NAS) products produced by iXsystems, incorporating both FOSS, as well as commercial offerings. Based on the OpenZFS file system, TrueNAS runs on FreeBSD as well as Linux and is available under the BSD License It is compatible with x86-64 hardware and is also available as turnkey appliances from iXsystems.", | ||
"vendor_name": "iXsystems", | ||
"vendor_url": "https://www.truenas.com/", | ||
"documentation_url": "https://www.truenas.com/docs/", | ||
"product_name": "TrueNAS", | ||
"product_url": "https://www.truenas.com/", | ||
"registry_version": 4, | ||
"status": "stable", | ||
"maintainer": "GNS3 Team", | ||
"maintainer_email": "[email protected]", | ||
"port_name_format": "eth{0}", | ||
"qemu": { | ||
"adapter_type": "e1000", | ||
"adapters": 1, | ||
"ram": 8192, | ||
"hda_disk_interface": "ide", | ||
"hdb_disk_interface": "ide", | ||
"arch": "x86_64", | ||
"console_type": "vnc", | ||
"boot_priority": "cd", | ||
"kvm": "require" | ||
}, | ||
"images": [ | ||
{ | ||
"filename": "TrueNAS-13.0-U6.2.iso", | ||
"version": "CORE 13.0 U6.2", | ||
"md5sum": "8b2882b53af5e9f3ca905c6acdee1690", | ||
"filesize": 1049112576, | ||
"download_url": "https://www.truenas.com/download-truenas-core/", | ||
"direct_download_url": "https://download-core.sys.truenas.net/13.0/STABLE/U6.2/x64/TrueNAS-13.0-U6.2.iso" | ||
}, | ||
{ | ||
"filename": "TrueNAS-13.3-RELEASE.iso", | ||
"version": "CORE 13.3 RELEASE", | ||
"md5sum": "8bb16cfb06f3f1374a27cf6aebb14ed3", | ||
"filesize": 995567616, | ||
"download_url": "https://www.truenas.com/download-truenas-core/", | ||
"direct_download_url": "https://download-core.sys.truenas.net/13.3/STABLE/RELEASE/x64/TrueNAS-13.3-RELEASE.iso" | ||
} | ||
], | ||
"versions": [ | ||
{ | ||
"name": "CORE 13.0 U6.2", | ||
"images": { | ||
"hda_disk_image": "empty30G.qcow2", | ||
"hdb_disk_image": "empty30G.qcow2", | ||
"cdrom_image": "TrueNAS-13.0-U6.2.iso" | ||
} | ||
}, | ||
{ | ||
"name": "CORE 13.3 RELEASE", | ||
"images": { | ||
"hda_disk_image": "empty30G.qcow2", | ||
"hdb_disk_image": "empty30G.qcow2", | ||
"cdrom_image": "TrueNAS-13.3-RELEASE.iso" | ||
} | ||
} | ||
] | ||
} |