{"id":20332128,"url":"https://github.com/aspyatkin/ngx-modules-cookbook","last_synced_at":"2025-03-04T12:37:04.694Z","repository":{"id":73687269,"uuid":"179459454","full_name":"aspyatkin/ngx-modules-cookbook","owner":"aspyatkin","description":"Chef cookbook to configure nginx web server modules","archived":false,"fork":false,"pushed_at":"2021-02-19T06:32:30.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T15:39:54.457Z","etag":null,"topics":["chef-cookbook","nginx"],"latest_commit_sha":null,"homepage":"https://supermarket.chef.io/cookbooks/ngx-modules","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/aspyatkin.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-04T08:52:02.000Z","updated_at":"2021-02-19T06:32:28.000Z","dependencies_parsed_at":"2023-02-24T01:16:05.018Z","dependency_job_id":null,"html_url":"https://github.com/aspyatkin/ngx-modules-cookbook","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspyatkin%2Fngx-modules-cookbook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspyatkin%2Fngx-modules-cookbook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspyatkin%2Fngx-modules-cookbook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aspyatkin%2Fngx-modules-cookbook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aspyatkin","download_url":"https://codeload.github.com/aspyatkin/ngx-modules-cookbook/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241851233,"owners_count":20030961,"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":["chef-cookbook","nginx"],"created_at":"2024-11-14T20:25:09.353Z","updated_at":"2025-03-04T12:37:04.670Z","avatar_url":"https://github.com/aspyatkin.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ngx-modules cookbook\n[![Chef cookbook](https://img.shields.io/cookbook/v/ngx-modules.svg?style=flat-square)]()\n[![license](https://img.shields.io/github/license/aspyatkin/ngx-modules-cookbook.svg?style=flat-square)]()  \nConfigure [nginx](http://nginx.org) web server modules for [ngx](https://github.com/aspyatkin/ngx-cookbook) cookbook.\n\n## Resources\n\n- [ngx_http_ssl_module](https://nginx.ru/en/docs/http/ngx_http_ssl_module.html)\n- [ngx_http_v2_module](https://nginx.org/en/docs/http/ngx_http_v2_module.html)\n- [ngx_http_realip_module](https://nginx.org/en/docs/http/ngx_http_realip_module.html)\n- [ngx_http_stub_status_module](https://nginx.org/en/docs/http/ngx_http_stub_status_module.html)\n- [ngx_http_gzip_static_module](http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html)\n- [ngx_http_dav_module](https://nginx.org/en/docs/http/ngx_http_dav_module.html)\n- [ngx_http_secure_link_module](https://nginx.org/en/docs/http/ngx_http_secure_link_module.html)\n- [ngx_http_image_filter_module](http://nginx.org/en/docs/http/ngx_http_image_filter_module.html)\n- [ngx_http_js_module](http://nginx.org/en/docs/http/ngx_http_js_module.html)\n- [ngx_http_geoip2_module](https://github.com/leev/ngx_http_geoip2_module)\n- [ngx_devel_kit](https://github.com/simplresty/ngx_devel_kit)\n- [ngx_lua_module](https://github.com/openresty/lua-nginx-module)\n- [ngx_set_misc_module](https://github.com/openresty/set-misc-nginx-module)\n- [ngx_headers_more_module](https://github.com/openresty/headers-more-nginx-module)\n- [ngx_brotli_module](https://github.com/eustas/ngx_brotli)\n- [ngx_cache_purge_module](https://github.com/nginx-modules/ngx_cache_purge)\n- [ngx_http_dav_ext_module](https://github.com/arut/nginx-dav-ext-module)\n\n## Usage\n\n```ruby\nngx_http_ssl_module 'default' do\n  # install the latest version of OpenSSL\n  openssl_version '1.1.1b'\n  openssl_checksum '5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b'\n  action :add\nend\n\nngx_http_v2_module 'default'\nngx_http_realip_module 'default'\nngx_http_stub_status_module 'default'\nngx_http_gzip_static_module 'default'\nngx_http_dav_module 'default'\nngx_http_dav_ext_module 'default'\nngx_http_secure_link_module 'default'\nngx_http_image_filter_module 'default'\nngx_http_js_module 'default'\nngx_http_geoip2_module 'default'\nngx_devel_kit 'default'\nngx_lua_module 'default'\nngx_set_misc_module 'default'\nngx_headers_more_module 'default'\nngx_brotli_module 'default'\nngx_cache_purge_module 'default'\n\nnginx_install 'default' do\n  action :run\nend\n```\n\n## License\nMIT @ [Alexander Pyatkin](https://github.com/aspyatkin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspyatkin%2Fngx-modules-cookbook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faspyatkin%2Fngx-modules-cookbook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faspyatkin%2Fngx-modules-cookbook/lists"}