{"id":24754134,"url":"https://github.com/harobed/docker-gitolite","last_synced_at":"2026-04-16T10:02:27.816Z","repository":{"id":137219957,"uuid":"153449760","full_name":"harobed/docker-gitolite","owner":"harobed","description":"Docker image for Gittolite (http://gitolite.com/gitolite/index.html).","archived":false,"fork":false,"pushed_at":"2018-10-17T13:11:24.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-23T05:13:26.269Z","etag":null,"topics":["docker-image","git","gitolite"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"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/harobed.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-17T12:02:59.000Z","updated_at":"2021-03-12T16:02:47.000Z","dependencies_parsed_at":"2023-07-20T05:30:29.522Z","dependency_job_id":null,"html_url":"https://github.com/harobed/docker-gitolite","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/harobed/docker-gitolite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harobed%2Fdocker-gitolite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harobed%2Fdocker-gitolite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harobed%2Fdocker-gitolite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harobed%2Fdocker-gitolite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harobed","download_url":"https://codeload.github.com/harobed/docker-gitolite/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harobed%2Fdocker-gitolite/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31880884,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["docker-image","git","gitolite"],"created_at":"2025-01-28T11:39:07.236Z","updated_at":"2026-04-16T10:02:27.794Z","avatar_url":"https://github.com/harobed.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Gittolite\n\nDocker image for [Gittolite](http://gitolite.com/gitolite/index.html)\n\nThis Gitolite Docker Image (255Mo) is based on Debian Jessie, I'll maybe migrate it to Alpine in the future.\n\n\n## Rationalize - « Why yet another Gitolite Docker image project? »\n\nI have created this Gitolite Docker image in june 2017 for a personnal project.\n\nOne year later, I have forgotten what project I have forked and why it.\n\nWhy do you use Gitolite instead [GitLab](http://gitlab.com/), [Gogs](https://gogs.io/) or [Phabricator](https://www.phacility.com/)?\u003cbr /\u003e\nI would like write a tutorial post to explain how to use [git-subrepo](https://github.com/ingydotnet/git-subrepo) then I need lightning Git hosting on a central server like Gitolite to publish a demo.\n\nOther Gitolite Docker image projects:\n\n* [jgiannuzzi/docker-gitolite](https://github.com/jgiannuzzi/docker-gitolite)\n* [baguette-io/baguette-gitolite](https://github.com/baguette-io/baguette-gitolite)\n\n\n## How to use harobed/gitolite Docker image?\n\nUse this `docker-compose.yml` file:\n\n```\nversion: '3.7'\nservices:\n  debian:\n    image: harobed/gitolite:latest\n    environment:\n      - SSH_KEY=...your public ssh key...\n    ports:\n      - \"1234:22\"\n    volumes:\n      - ./data/git/:/home/git/repositories/\n      - ./data/ssh/:/etc/ssh/\n```\n\nLaunch it:\n\n```\n$ docker-compose up -d\n$ git clone ssh://git@127.0.0.1:1234/gitolite-admin\n$ cat gitolite-admin/conf/gitolite.conf\nrepo gitolite-admin\n    RW+     =   admin\n\nrepo testing\n    RW+     =   @all\n```\n\nSee [`demo/`](demo/) for a comprehensive demo.\n\n\n## How to build and push harobed/gitolite Docker Image?\n\n```\n$ ./scripts/build.sh\n$ ./scripts/push.sh\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharobed%2Fdocker-gitolite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharobed%2Fdocker-gitolite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharobed%2Fdocker-gitolite/lists"}