Skip to content

sparkoo/boxitory

Folders and files

NameName
Last commit message
Last commit date
Feb 4, 2022
Feb 4, 2022
Feb 4, 2022
May 21, 2019
May 25, 2017
Feb 4, 2022
May 24, 2019
Feb 4, 2022
Feb 4, 2022
Feb 6, 2025

Repository files navigation

Boxitory

is repository for Vagrant's Virtual Machine boxes, which can manage box versions and provides Vagrant compatible http interface. Boxes are stored on local filesystem.

Download Latest release

For more info how it works, how to configure, ... See Wiki

Build & run

Java 11 is required

$ ./mvnw install && java -jar target/boxitory-{version}.jar

or

$ ./mvnw spring-boot:run

By default, http server will start on port 8083.

Docker

$ ./mvnw clean package docker:build docker:start

or

$ ./mvnw clean package docker:build docker:run

By default, container expose port 8083 with running app. Files with boxes needs to be stored in ./boxes dir.