{"id":29192337,"url":"https://github.com/apetresc/vagrant-joyent","last_synced_at":"2025-07-02T01:06:16.067Z","repository":{"id":7565620,"uuid":"8919635","full_name":"apetresc/vagrant-joyent","owner":"apetresc","description":"A Vagrant provider for Joyent","archived":false,"fork":false,"pushed_at":"2020-09-01T16:52:02.000Z","size":45,"stargazers_count":29,"open_issues_count":8,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-28T19:54:27.909Z","etag":null,"topics":["joyent","joyent-account","ruby","vagrant","vagrant-plugin"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apetresc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-03-21T02:42:55.000Z","updated_at":"2022-11-28T16:14:40.000Z","dependencies_parsed_at":"2022-08-29T21:41:32.443Z","dependency_job_id":null,"html_url":"https://github.com/apetresc/vagrant-joyent","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/apetresc/vagrant-joyent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apetresc%2Fvagrant-joyent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apetresc%2Fvagrant-joyent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apetresc%2Fvagrant-joyent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apetresc%2Fvagrant-joyent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apetresc","download_url":"https://codeload.github.com/apetresc/vagrant-joyent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apetresc%2Fvagrant-joyent/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263056762,"owners_count":23406818,"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","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":["joyent","joyent-account","ruby","vagrant","vagrant-plugin"],"created_at":"2025-07-02T01:06:15.184Z","updated_at":"2025-07-02T01:06:16.001Z","avatar_url":"https://github.com/apetresc.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vagrant-joyent Vagrant plugin\n\nvagrant-joyent is a Vagrant provider for the Joyent Cloud and SmartDatacenter.\n\n## Installation\n\nvagrant-joyent is packaged as a gem on the [central RubyGems\nrepository](https://rubygems.org/gems/vagrant-joyent), so it can just be\ninstalled with:\n\n    $ vagrant plugin install vagrant-joyent\n\nChances are, you'll also want to install the basebox for one of the\nJoyent images. Currently, only the [base64 13.4.0](http://wiki.joyent.com/wiki/display/jpc2/SmartMachine+Base#SmartMachineBase-13.4.0)\nimage is supported. It can be installed with:\n\n    $ vagrant box add apetresc/joyent-base64\n\n## Usage\n\nOnce the plugin and basebox is installed, you can create a new\nVagrantfile to use with Joyent:\n\n    $ vagrant init apetresc/joyent-base64\n\nBefore launching an instance, you must configure your environment with\nyour Joyent credentials. The following environment variables exist:\n\n  * `JOYENT_USERNAME` (_required_): The Joyent account to create\n    instances on behalf of.\n  * `JOYENT_SSH_PRIVATE_KEY_PATH` (_optional_): A local path to the\n    private key file corresponding to a public key associated with the\n    Joyent account. If it's not specified, you will probably be unable\n    to SSH into a newly-launched instance.\n  * `JOYENT_PASSWORD` (_optional_): The Joyent account password. Only\n    required if `JOYENT_SSH_PRIVATE_KEY_PATH` is not provided.\n  * `JOYENT_API_URL` (_optional_): The API endpoint to use. This\n    corresponds to the Joyent region the instances will be created in.\n    Defaults to `https://us-east-1.api.joyentcloud.com`.\n\nYou probably want to set these in your shell's profile (`~/.bashrc`,\n`~/.zshrc`, etc.) and restart your shell.\n\nTo launch a new instance, use:\n\n    $ vagrant up --provider=joyent\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapetresc%2Fvagrant-joyent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapetresc%2Fvagrant-joyent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapetresc%2Fvagrant-joyent/lists"}