{"id":19523318,"url":"https://github.com/niklasb/boxes","last_synced_at":"2025-07-31T11:14:20.074Z","repository":{"id":25658903,"uuid":"29094375","full_name":"niklasb/boxes","owner":"niklasb","description":"Stuff to manage virtual machines","archived":false,"fork":false,"pushed_at":"2017-04-09T14:55:29.000Z","size":58,"stargazers_count":3,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-26T09:35:55.683Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niklasb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-01-11T14:31:49.000Z","updated_at":"2022-08-29T02:21:52.000Z","dependencies_parsed_at":"2022-08-24T06:40:09.542Z","dependency_job_id":null,"html_url":"https://github.com/niklasb/boxes","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/niklasb/boxes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasb%2Fboxes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasb%2Fboxes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasb%2Fboxes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasb%2Fboxes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niklasb","download_url":"https://codeload.github.com/niklasb/boxes/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niklasb%2Fboxes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268028370,"owners_count":24183823,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T00:43:03.447Z","updated_at":"2025-07-31T11:14:20.042Z","avatar_url":"https://github.com/niklasb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Boxes\n=====\n\nCollection of vagrant files, packer configurations and various shell scripts to manage virtual machines for different purposes.\n\nPrerequisites\n-------------\nTo use this repository you'll at least need [vagrant](https://www.vagrantup.com/) and VirtualBox.\nIf you want to build your own base images you'll also need [packer](https://packer.io/).\n\nHow to use this repo\n--------------------\nThere are three main parts in this repository:\n\n1. Packer configurations to build vagrant boxes (in packer/)\n2. Provisioning scripts (in scripts/)\n3. Virtual machine profiles containing at least a Vagrantfile (everything else)\n\n\nWith this spinning up a webserver in a VM can be as easy as\n\n```bash\ncd ./websrv\nvagrant up\n```\n\nAnd you'll have an apache webserver serving the content in ./websrv/webroot/ to you on http://localhost:8000.\n\nGetting the base images\n-----------------------\nBefore being able to use the VM profiles you'll need some base images (called [boxes](https://docs.vagrantup.com/v2/boxes.html)) for vagrant to use. You can either build those yourself using packer but you can also just grab prebuilt images from e.g. [here](https://vagrantcloud.com/hashicorp).\n\nBuilding the boxes yourself with packer is straight forward:\n\n```bash\ncd packer/ubuntu-14.04-amd64\npacker-io build ubuntu-14.04-amd64.json\n# and, to register the new box with vagrant:\nvagrant box add ubuntu-14.04-amd64 ubuntu-14.04-amd64_virtualbox.box\n```\n\nNote: You may want to change the keyboard layout and timezone settings for the boxes as well as the username. Also you'll need to configure the public SSH keys to use in packer/scripts/common/access.sh ;)\n\nIf you're using different boxes be sure to change the config.vm.box setting in the Vagrantfiles.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasb%2Fboxes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniklasb%2Fboxes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniklasb%2Fboxes/lists"}