{"id":22369715,"url":"https://github.com/flywirecorp/glare-cookbook","last_synced_at":"2025-10-03T22:58:32.009Z","repository":{"id":140327031,"uuid":"61805412","full_name":"flywirecorp/glare-cookbook","owner":"flywirecorp","description":"Coookbook to use glare gem for CloudFlare","archived":false,"fork":false,"pushed_at":"2023-05-24T07:44:11.000Z","size":60,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-07-20T16:27:53.747Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flywirecorp.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-06-23T13:00:15.000Z","updated_at":"2023-05-24T07:44:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"99044c8f-98f9-4fbc-a3e7-b4c36c873fd5","html_url":"https://github.com/flywirecorp/glare-cookbook","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/flywirecorp/glare-cookbook","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flywirecorp%2Fglare-cookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flywirecorp%2Fglare-cookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flywirecorp%2Fglare-cookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flywirecorp%2Fglare-cookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flywirecorp","download_url":"https://codeload.github.com/flywirecorp/glare-cookbook/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flywirecorp%2Fglare-cookbook/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278239967,"owners_count":25954097,"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-10-03T02:00:06.070Z","response_time":53,"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-12-04T19:27:43.146Z","updated_at":"2025-10-03T22:58:31.978Z","avatar_url":"https://github.com/flywirecorp.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"glare Cookbook\n====================\n\nHandles Cloudflare DNS records via API v4\n\n\nBuild Status\n============\n\n[![Build Status](https://travis-ci.org/flywirecorp/glare-cookbook.svg?branch=master)](https://travis-ci.org/flywirecorp/glare-cookbook)\n[![Code Climate](https://codeclimate.com/github/flywirecorp/glare-cookbook/badges/gpa.svg)](https://codeclimate.com/github/flywirecorp/glare-cookbook)\n[![Cookbook Version](https://img.shields.io/cookbook/v/glare.svg)](https://supermarket.chef.io/cookbooks/glare)\n\nUsage\n=====\n\nDo `include_recipe 'glare::default'` if using Chef `\u003c 12.8.1`\n\nResources\n=========\n\n**record**\n\n- `create` action:\n\nWith scoped API token:\n\n```ruby\nglare_record 'domain.com' do\n  content 'content.com'\n  type 'CNAME'\n\n  email 'test@email.com'\n  api_token 'example_api_token'\n  action :create\nend\n```\n\nWith global API key:\n\n```ruby\nglare_record 'domain.com' do\n  content 'content.com'\n  type 'CNAME'\n\n  email 'test@email.com'\n  auth_key 'example_auth_key'\n  action :create\nend\n```\n\n- `delete` action:\n\n```ruby\nglare_record 'domain.com' do\n  type 'CNAME'\n\n  email 'test@email.com'\n  auth_key 'example_auth_key'\n  action :delete\nend\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflywirecorp%2Fglare-cookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflywirecorp%2Fglare-cookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflywirecorp%2Fglare-cookbook/lists"}