Vagrant Cloudish Discovery and Download Without Vagrant Cloud
vagrantshadow provides a very stripped back Vagrant Cloud capability that you can host behind a firewall with private boxes. Currently it really only provides the discovery and download capability, and relies on .box
files to be stored in a directory for discovery/serving.
Steps you need to undertake to use vagrantshadow:
username-VAGRANTSLASH-boxname__version__provider.box
. These are the only ones that will get served. If there are multiple versions per box, the highest version box will be set as current by default.You should now have a hosted Vagrant Cloud! To access this, you will need to do the following:
export VAGRANT_SERVER_URL=http://localhost:8099
(adjust according to host/port). This will redirect Vagrant to your server rather than Vagrant Cloud.Any issues, let me know!