{"id":15090924,"url":"https://github.com/tsmolka/vagrant-gitlabauth","last_synced_at":"2026-02-21T09:31:22.720Z","repository":{"id":59158950,"uuid":"85065770","full_name":"tsmolka/vagrant-gitlabauth","owner":"tsmolka","description":"Private, versioned Vagrant boxes hosted via LFS in GitLab","archived":false,"fork":false,"pushed_at":"2017-03-15T13:33:26.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-06T05:20:50.422Z","etag":null,"topics":["gitlab","vagrant","vagrant-plugin"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tsmolka.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-15T11:44:06.000Z","updated_at":"2017-03-15T13:39:03.000Z","dependencies_parsed_at":"2022-09-13T20:11:20.511Z","dependency_job_id":null,"html_url":"https://github.com/tsmolka/vagrant-gitlabauth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tsmolka/vagrant-gitlabauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmolka%2Fvagrant-gitlabauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmolka%2Fvagrant-gitlabauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmolka%2Fvagrant-gitlabauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmolka%2Fvagrant-gitlabauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsmolka","download_url":"https://codeload.github.com/tsmolka/vagrant-gitlabauth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsmolka%2Fvagrant-gitlabauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29678224,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["gitlab","vagrant","vagrant-plugin"],"created_at":"2024-09-25T10:34:47.415Z","updated_at":"2026-02-21T09:31:22.702Z","avatar_url":"https://github.com/tsmolka.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/tsmolka/vagrant-gitlabauth.svg?branch=master)](https://travis-ci.org/tsmolka/vagrant-gitlabauth) [![Gem Version](https://badge.fury.io/rb/vagrant-gitlabauth.svg)](http://badge.fury.io/rb/vagrant-gitlabauth)\n\n# vagrant-gitlabauth\n\nPrivate, versioned Vagrant boxes hosted via LFS in [GitLab](https://gitlab.com/). Inspired by [vagrant-s3auth](https://github.com/WhoopInc/vagrant-s3auth).\n\n## Installation\n\nFrom the command line:\n\n```bash\n$ vagrant plugin install vagrant-gitlabauth\n```\n\n## Usage\nFirst generate private token in GitLab Profile Setting page of your account (e.g. profile/account, see https://docs.gitlab.com/ce/api/README.html#private-tokens for more details). \n\n`vagrant-gitlabauth` will then automatically use environment variable `PRIVATE_TOKEN` as `private_token` query parameter and essentially authenticate following requests:\n```\ngitlab://git.private/group/project/raw/master/box\ngitlab://git.private/group/project/raw/master/metadata\ngitlabs://git.private/group/project/raw/master/box\ngitlabs://git.private/group/project/raw/master/metadata\n```\n\nHints:\n - Make sure you use `--cacert`, `--cert` or similar parameters when working with self-signed SSL certificates (e.g. `vagrant box add --insecure gitlabs://git.private/group/project/raw/master/box`)\n\n## Auto-install\n\nAdd following to your Vagrantfile:\n\n```ruby\n['vagrant-gitlabauth'].each do |plugin_name|\n  unless Vagrant.has_plugin?(plugin_name)\n    # Attempt to install missing plugin\n    system(\"vagrant plugin install #{plugin_name}\") || exit!\n    # Relaunch Vagrant so the plugin is detected. Exit with the same status code.\n    exit system('vagrant', *ARGV)\n  end\nend\n```\n\n## References\n - [metadata-boxes](http://docs.vagrantup.com/v2/boxes/format.html)\n - [vagrant](http://vagrantup.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsmolka%2Fvagrant-gitlabauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsmolka%2Fvagrant-gitlabauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsmolka%2Fvagrant-gitlabauth/lists"}