{"id":16830461,"url":"https://github.com/glensc/chef-cookbook-gitweb","last_synced_at":"2025-10-15T18:29:46.295Z","repository":{"id":13725975,"uuid":"16420178","full_name":"glensc/chef-cookbook-gitweb","owner":"glensc","description":"Cookbook \"gitweb\" for Opscode Chef","archived":false,"fork":false,"pushed_at":"2014-02-19T00:27:52.000Z","size":114,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-19T21:33:27.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/glensc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-31T20:44:12.000Z","updated_at":"2024-02-08T08:10:34.000Z","dependencies_parsed_at":"2022-09-23T14:32:00.910Z","dependency_job_id":null,"html_url":"https://github.com/glensc/chef-cookbook-gitweb","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/glensc/chef-cookbook-gitweb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glensc%2Fchef-cookbook-gitweb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glensc%2Fchef-cookbook-gitweb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glensc%2Fchef-cookbook-gitweb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glensc%2Fchef-cookbook-gitweb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/glensc","download_url":"https://codeload.github.com/glensc/chef-cookbook-gitweb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/glensc%2Fchef-cookbook-gitweb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279101351,"owners_count":26103775,"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-15T02:00:07.814Z","response_time":56,"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-10-13T11:39:07.091Z","updated_at":"2025-10-15T18:29:46.265Z","avatar_url":"https://github.com/glensc.png","language":"Ruby","readme":"Description\n===========\n\n[Gitweb](https://git.wiki.kernel.org/index.php/Gitweb) installation and configuration.\nEasily can be used with [chef-gitolite](https://github.com/nickola/chef-gitolite) cookbook.\n\nFeatures:\n\n - [Nginx](http://www.nginx.org) as web server.\n\n - [Nginx](http://www.nginx.org) HTTPS (SSL) configuration supported (self-signed certificate can be generated automatically).\n\n - [Nginx](http://www.nginx.org) automatically HTTP to HTTPS redirect configuration supported.\n\n - Theme [gitweb-theme](https://github.com/kogakure/gitweb-theme) applied by default.\n\n - User/password protection supported.\n\n - \"git clone\" over HTTP/HTTPS enabled, this will work:\n\n        git clone https://git.domain.com/repository.git\n\n        or with user/password protection:\n\n        git clone https://user@password:git.domain.com/repository.git\n\nAttributes\n==========\n\nSee `attributes/default.rb` for default values.\n\nUsage\n=====\n\nNode configuration example:\n\n    {\n      \"gitolite\": {\n        \"git\": {\"admin\": \"user1\"}\n      },\n      \"gitweb\": {\n        \"server_name\": \"git.domain.com\"\n      },\n      \"run_list\": [\n        \"recipe[gitolite]\",\n        \"recipe[gitweb]\"\n      ]\n    }\n\nNode configuration example with user/password protection:\n\n    {\n      \"gitolite\": {\n        \"git\": {\"admin\": \"user1\"}\n      },\n      \"gitweb\": {\n        \"server_name\": \"git.domain.com\",\n        \"users\": [\"user1\", \"user2\"]\n      },\n      \"run_list\": [\n        \"recipe[gitolite]\",\n        \"recipe[gitweb]\"\n      ]\n    }\n\nNode configuration example with user/password protection and HTTPS (SSL):\n\n    {\n      \"gitolite\": {\n        \"git\": {\"admin\": \"user1\"}\n      },\n      \"gitweb\": {\n        \"nginx_port\": 443,\n        \"nginx_ssl\": \"self-signed\",\n        \"server_name\": \"git.domain.com\",\n        \"users\": [\"user1\", \"user2\"]\n      },\n      \"run_list\": [\n        \"recipe[gitolite]\",\n        \"recipe[gitweb]\"\n      ]\n    }\n\nUsers data bag example (compatible with Chef [users cookbook](https://github.com/opscode-cookbooks/users)):\n\n    knife data bag users user1\n    {\n      \"id\": \"user1\",\n      \"password\": \"user1_password\",\n      \"ssh_keys\": \"ssh-rsa AAAAB3Nz...yhCw== user1\"\n    }\n\n    knife data bag users user2\n    {\n      \"id\": \"user2\",\n      \"password\": \"user2_password\"\n    }\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglensc%2Fchef-cookbook-gitweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglensc%2Fchef-cookbook-gitweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglensc%2Fchef-cookbook-gitweb/lists"}