{"id":22296190,"url":"https://github.com/kakwa/git-create.cgi","last_synced_at":"2025-07-29T01:32:24.862Z","repository":{"id":27646867,"uuid":"31131815","full_name":"kakwa/git-create.cgi","owner":"kakwa","description":"Simple CGI to create git repositories","archived":false,"fork":false,"pushed_at":"2015-02-27T22:17:26.000Z","size":236,"stargazers_count":3,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T05:51:11.840Z","etag":null,"topics":["cgi","git","perl","perl-cgi","trac"],"latest_commit_sha":null,"homepage":null,"language":"Perl","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/kakwa.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":"2015-02-21T16:34:31.000Z","updated_at":"2023-08-18T13:04:29.000Z","dependencies_parsed_at":"2022-09-02T18:11:30.429Z","dependency_job_id":null,"html_url":"https://github.com/kakwa/git-create.cgi","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/kakwa/git-create.cgi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Fgit-create.cgi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Fgit-create.cgi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Fgit-create.cgi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Fgit-create.cgi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kakwa","download_url":"https://codeload.github.com/kakwa/git-create.cgi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kakwa%2Fgit-create.cgi/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267616577,"owners_count":24116154,"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-07-28T02:00:09.689Z","response_time":68,"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":["cgi","git","perl","perl-cgi","trac"],"created_at":"2024-12-03T17:44:31.684Z","updated_at":"2025-07-29T01:32:24.547Z","avatar_url":"https://github.com/kakwa.png","language":"Perl","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-create.cgi #\nSimple perl CGI to create git repositories.\n\n## Description ##\n\ngit-create.cgi is a quick and dirty perl cgi to create git repositories.\n\nIt offers some optional basic integration with trac (register the new git repositories inside \na trac instance).\n\ngit-create.cgi is licensed under MIT.\n\n## Screenshots ##\n\n\u003cimg height=\"400\" src=\"https://raw.github.com/kakwa/git-create.cgi/master/screenshots/main.png\"/\u003e\n\n## Installation ##\n\n```bash\n# install git-create.cgi\nmake install\n```\n\ngit-create.cgi is installed inside \"$(LIBEXECDIR)/git-create\"\n\n## Configuration ##\n\n### Parameters ###\n\nConfiguration is done through the environment variables of the vhost:\n\n* **GITDIR**: path containing the git repositories (must be writtable by the http server user)\n* **GITCMD**: path to the git command\n* **GITALIAS**: script alias for git repo (path between hostname and actual repo in git repo url)\n* **WITHTRAC**: activate trac support (values: **true** or **false**)\n* **TRACDIR**: trac environment directory\n* **TRACCMD**: path to the trac command\n\n### Apache ###\n\nThe configuration is done inside the apache git vhost:\n\n```xml\n\u003cVirtualHost git.kakwa.fr:80\u003e\n  DocumentRoot /var/www/git/\n  ServerName git.kakwa.fr\n  \n  \u003cDirectory \"/var/www/git/repo/\"\u003e\n    Allow from All\n    Options +ExecCGI\n    AllowOverride All\n  \u003c/Directory\u003e\n  \n  # directory where to create the new git repos\n  SetEnv GITDIR /var/www/git/repo/\n  # path to the git command\n  SetEnv GITCMD /usr/bin/git\n  # git-http-backend Scriptalias value \n  SetEnv GITALIAS git\n  # activate trac support\n  SetEnv WITHTRAC true\n  # path to the trac environment\n  SetEnv TRACDIR /var/www/trac\n  # path to the trac-admin command\n  SetEnv TRACCMD /usr/bin/trac-admin\n  \n  # git-http-backend variables\n  SetEnv GIT_HTTP_EXPORT_ALL\n  SetEnv GIT_PROJECT_ROOT /var/www/git/repo/\n  ScriptAlias /git /usr/lib/git-core/git-http-backend\n  \n  # script alias to git-create.cgi (may change according to PREFIX in make call)\n  ScriptAlias / /usr/local/libexec/git-create/git-create.cgi\n\u003c/VirtualHost\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakwa%2Fgit-create.cgi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkakwa%2Fgit-create.cgi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkakwa%2Fgit-create.cgi/lists"}