{"id":21631563,"url":"https://github.com/lostsnow/vagrant-dev-box","last_synced_at":"2026-04-13T19:31:17.473Z","repository":{"id":142256607,"uuid":"123110594","full_name":"lostsnow/vagrant-dev-box","owner":"lostsnow","description":"Vagrant develop box","archived":false,"fork":false,"pushed_at":"2021-02-28T12:32:47.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-31T19:43:13.665Z","etag":null,"topics":["develop","golang","mysql","nginx","php","ubuntu","vagrant"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"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/lostsnow.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-02-27T10:07:55.000Z","updated_at":"2021-09-08T07:00:33.000Z","dependencies_parsed_at":"2023-05-02T05:02:44.811Z","dependency_job_id":null,"html_url":"https://github.com/lostsnow/vagrant-dev-box","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lostsnow/vagrant-dev-box","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostsnow%2Fvagrant-dev-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostsnow%2Fvagrant-dev-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostsnow%2Fvagrant-dev-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostsnow%2Fvagrant-dev-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lostsnow","download_url":"https://codeload.github.com/lostsnow/vagrant-dev-box/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lostsnow%2Fvagrant-dev-box/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31768635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T15:25:13.801Z","status":"ssl_error","status_checked_at":"2026-04-13T15:25:09.162Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["develop","golang","mysql","nginx","php","ubuntu","vagrant"],"created_at":"2024-11-25T02:14:32.797Z","updated_at":"2026-04-13T19:31:17.466Z","avatar_url":"https://github.com/lostsnow.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Vagrant develop box\n===================\n\nSystem\n------\n\nUbuntu 20.04\n\nPackages\n--------\n\n* [Nginx][Nginx]\n* [MySQL][MySQL] 8.0\n* [Redis][Redis]\n* [MongoDB][MongoDB]\n* [memcached][memcached]\n* [beanstalkd][beanstalkd]\n* [PHP][PHP] 7.3 with [composer][composer]\n* [Golang][Golang]\n* [NodeJS][NodeJS] 14.x with [yarn][yarn]\n* [Docker][Docker] with [docker-compose][docker-compose]\n* [Samba server][Samba server]\n\nRequirements\n------------\n\n* Install [VirtualBox][VirtualBox]\n* Install [Vagrant][Vagrant]\n\nBuild\n-----\n\n```shell\nvagrant up\nvagrant ssh\n```\n\n\u003e Change default config in [vagrant.yml][vagrant.yml]\n\n### Clean\n\n```shell\nsudo apt autoremove\nsudo apt clean\nsudo apt autoclean\nsudo rm -rf /var/lib/apt/lists/*\nsudo dd if=/dev/zero of=/EMPTY bs=1M\nsudo rm -f /EMPTY\ncat /dev/null \u003e ~/.bash_history \u0026\u0026 history -c \u0026\u0026 exit\n```\n\nPublish\n-------\n\n```shell\n# package box\n./make.sh package\n# create box version and provider\n./make.sh create -v 0.2.0\n# upload box file\n./make.sh upload -v 0.2.0\n# release box\n./make.sh release -v 0.2.0\n```\n\nRun\n----\n\nUse [Vagrantfile][build/Vagrantfile] and change some config\n\n```shell\nvagrant up\nvagrant ssh\n```\n\n[VirtualBox]: https://www.virtualbox.org/wiki/Downloads\n[Vagrant]: https://www.vagrantup.com/downloads.html\n[vagrant.yml]: playbooks/vagrant.yml\n[build/Vagrantfile]: build/Vagrantfile\n[Nginx]: https://nginx.org/en/download.html\n[MySQL]: https://dev.mysql.com/downloads/\n[Redis]: https://redis.io/download\n[MongoDB]: https://www.mongodb.com/download-center/community\n[memcached]: https://memcached.org/downloads\n[beanstalkd]: https://beanstalkd.github.io/download.html\n[PHP]: https://www.php.net/downloads.php\n[composer]: https://getcomposer.org/download/\n[Golang]: https://golang.org/dl/\n[NodeJS]: https://nodejs.org/en/download/\n[yarn]: https://yarnpkg.com/en/docs/install\n[Docker]: https://docs.docker.com/install/\n[docker-compose]: https://docs.docker.com/compose/install/\n[Samba server]: https://www.samba.org/samba/download/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostsnow%2Fvagrant-dev-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flostsnow%2Fvagrant-dev-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flostsnow%2Fvagrant-dev-box/lists"}