{"id":19687164,"url":"https://github.com/trinitronx/nordvpn-cookbook","last_synced_at":"2025-07-03T02:05:45.639Z","repository":{"id":40036356,"uuid":"281090468","full_name":"trinitronx/nordvpn-cookbook","owner":"trinitronx","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-20T19:32:57.000Z","size":124,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-03T02:05:42.803Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trinitronx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-07-20T10:50:35.000Z","updated_at":"2020-07-20T11:14:45.000Z","dependencies_parsed_at":"2023-02-12T04:45:57.739Z","dependency_job_id":null,"html_url":"https://github.com/trinitronx/nordvpn-cookbook","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/trinitronx/nordvpn-cookbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fnordvpn-cookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fnordvpn-cookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fnordvpn-cookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fnordvpn-cookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trinitronx","download_url":"https://codeload.github.com/trinitronx/nordvpn-cookbook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trinitronx%2Fnordvpn-cookbook/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263245315,"owners_count":23436513,"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":[],"created_at":"2024-11-11T18:33:17.387Z","updated_at":"2025-07-03T02:05:45.614Z","avatar_url":"https://github.com/trinitronx.png","language":"Ruby","funding_links":["https://liberapay.com/trinitronx/donate"],"categories":[],"sub_categories":[],"readme":"# nordvpn\n=========\n\n[![Build Status](http://img.shields.io/travis/trinitronx/nordvpn-cookbook.svg)](https://travis-ci.org/trinitronx/nordvpn-cookbook)\n[![GitHub Release](https://img.shields.io/github/release/trinitronx/nordvpn-cookbook.svg)](https://github.com/trinitronx/nordvpn-cookbook/releases)\n[![LiberaPay](https://img.shields.io/liberapay/patrons/trinitronx.svg?logo=liberapay\")](https://liberapay.com/trinitronx/donate)\n\n\n# Description\n\nInstalls `nordvpn` from NordVPN official Apt repository.\n\n\n# Requirements\n\n\n- [chef][1] gem (`\u003e= 15.0`)\n\n[1]: https://rubygems.org/gems/chef\n\n\n## Chef Client:\n\n* chef (\u003e= 15.0) ()\n\n## Platform:\n\n* debian\n\n## Cookbooks:\n\n*No dependencies defined*\n\n# Usage\n\n1. Bootstrap Chef Infra Client on a node.\n  - For example: `/usr/local/bin/knife bootstrap  --connection-user ubuntu --ssh-identity-file ~/.ssh/id_rsa --sudo  --ssh-verify-host-key accept_new --host example.local`\n2. Create a role for your NordVPN host, and include the recipes for it.\n\nFor example, to install:\n\n- NordVPN version `1.2.3` from official NordVPN APT repository\n\n```ruby\nname \"nordvpn-host\"\ndescription \"Role for NordVPN hosts\"\ndefault_attributes 'nordvpn' =\u003e {\n    'version' =\u003e '1.2.3',\n  }\nrun_list [ \"nordvpn::nordvpn\" ]\n```\n\n\n# Attributes\n\n* `node['nordvpn']['deb_package_url']` - The download URL for the `.deb` APT repo package file from [NordVPN Linux Downloads](https://nordvpn.com/download/linux/). Defaults to `https://repo.nordvpn.com/deb/nordvpn/debian/pool/main/nordvpn-release_1.0.0_all.deb`.\n* `node['nordvpn']['deb_package_checksum']` - The SHA256 checksum of the `.deb` APT repo package file. Defaults to `16a05919b7259e679e4483aa39f61ef9bc9c07cbe040276e04884b5f9d7f933d`.\n* `node['nordvpn']['version']` - The version of the `nordvpn` APT package to install. Defaults to empty `String`, and installs latest APT package available. Defaults to ``.\n\n# Recipes\n\n* [nordvpn::default](#nordvpndefault)\n* [nordvpn::nordvpn](#nordvpnnordvpn) - Install `nordvpn` via Linux [`.deb` package install method](https://nordvpn.com/download/linux/).\n\n## nordvpn::default\n\nAdd `apt_update` no-op resource for `nordvpn` APT repo installation to notify later\n\n## nordvpn::nordvpn\n\nInstall `nordvpn` via Linux [`.deb` package install method](https://nordvpn.com/download/linux/).\n\n# License and Maintainer\n\nMaintainer:: James Cuzella ([@trinitronx][keybase-id])\n\nSource:: https://github.com/trinitronx/nordvpn-cookbook\n\nIssues:: https://github.com/trinitronx/nordvpn-cookbook/issues\n\nLicense:: GPL-3.0\n\n[keybase-id]: https://gist.github.com/trinitronx/aee110cbdf55e67185dc44272784e694\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinitronx%2Fnordvpn-cookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrinitronx%2Fnordvpn-cookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrinitronx%2Fnordvpn-cookbook/lists"}