This repository contains the Warrior Virtual Machine Appliance Version 4 for ArchiveTeam.
๐ฟ If you are looking to download the warrior, a ready-to-use virtual appliance is located at the Releases section or at Warrior HQ downloads. You'll need a virtualization solution of your choice such as VirtualBox.
๐ If you are looking to run the warrior in a Docker container, use the image available from warrior-dockerfile.
If you want to see the older version 3, see Ubuntu-Warrior.
Using the disk image directly is intended for advanced cases or when the OVA file is not compatible. This will expand to 60GB.
In some cases, such as using ESXi, you may need to "reformat" the image to work. This can be done using vmkfstools -i input.vmdk output.vmdk
. See VMWare docs for more information.
To use the disk image:
Here are the suggested defaults:
Hardware | Value |
---|---|
Memory | 512 MB |
Video memory | 16 MB |
3D graphics | off |
CPUs | 1 |
Network | NAT |
USB | off |
Audio | off |
When using NAT network type, port forwarding is required to access the web interface. The following allows you to access port 8001 on localhost that is forwarded to the VM's port 8001:
Name | Host address | Host port | VM address | VM port |
---|---|---|---|---|
Web Interface | 127.0.0.1 | 8001 | 8001 |
Please see dev.md for instructions on how to build the appliance and more information about the appliance.