{"id":16880565,"url":"https://github.com/squaremo/git-serv","last_synced_at":"2026-05-22T05:10:42.886Z","repository":{"id":66130721,"uuid":"138756417","full_name":"squaremo/git-serv","owner":"squaremo","description":"Minimal git server container image","archived":false,"fork":false,"pushed_at":"2018-06-26T15:18:12.000Z","size":1,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T05:25:02.491Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","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/squaremo.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-06-26T15:17:38.000Z","updated_at":"2018-12-31T03:06:50.000Z","dependencies_parsed_at":"2023-02-24T14:15:20.114Z","dependency_job_id":null,"html_url":"https://github.com/squaremo/git-serv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fgit-serv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fgit-serv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fgit-serv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/squaremo%2Fgit-serv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/squaremo","download_url":"https://codeload.github.com/squaremo/git-serv/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244541980,"owners_count":20469246,"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":[],"created_at":"2024-10-13T15:59:16.100Z","updated_at":"2026-05-22T05:10:37.866Z","avatar_url":"https://github.com/squaremo.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## A minimal git server image\n\nUse this to create and run a minimal git server that you can access\nvia SSH.\n\n    make\n\nwill create two SSH keys, one for root in `./root` and one for a git\nuser in `./git`, and build an image that bakes them in, naming it\n`git-serv`.\n\nYou can then run\n\n    docker run -d -p 2022:22 git-serv\n\nto get a server that has an empty repo you can use as a remote. Use\n\n    export GIT_SSH_COMMAND='ssh -F ./ssh_config -i ./git'\n\nthen you can\n\n    git clone ssh://git@localhost:2022/home/git/repo\n\n(replacing `localhost` if your docker daemon is remote).\n\nYou can also SSH into the image, if you need to have a poke\naround. Use\n\n    ssh -F ./ssh-config -p 2022 root@localhost\n\n(again, replacing `localhost` with your docker host, if necessary).\n\nThe host key may change if you rebuild the image, so be prepared to\ndelete the `./known_hosts` file and be asked about the host key again.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquaremo%2Fgit-serv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsquaremo%2Fgit-serv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsquaremo%2Fgit-serv/lists"}