{"id":22091954,"url":"https://github.com/j-p-d-e-v/private-git-server","last_synced_at":"2026-04-13T12:01:14.113Z","repository":{"id":184759806,"uuid":"672431906","full_name":"j-p-d-e-v/Private-Git-Server","owner":"j-p-d-e-v","description":"Host your own private git server.","archived":false,"fork":false,"pushed_at":"2023-08-02T16:27:33.000Z","size":38,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-09T06:39:01.743Z","etag":null,"topics":["bash","docker","git","git-server","private-git-server"],"latest_commit_sha":null,"homepage":"","language":"Python","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/j-p-d-e-v.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-30T04:10:53.000Z","updated_at":"2025-08-13T22:16:47.000Z","dependencies_parsed_at":null,"dependency_job_id":"cb66559b-d6d6-420a-8e84-89e155913bcd","html_url":"https://github.com/j-p-d-e-v/Private-Git-Server","commit_stats":null,"previous_names":["jpmateo022/private-git-server","j-p-d-e-v/private-git-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/j-p-d-e-v/Private-Git-Server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-p-d-e-v%2FPrivate-Git-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-p-d-e-v%2FPrivate-Git-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-p-d-e-v%2FPrivate-Git-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-p-d-e-v%2FPrivate-Git-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/j-p-d-e-v","download_url":"https://codeload.github.com/j-p-d-e-v/Private-Git-Server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/j-p-d-e-v%2FPrivate-Git-Server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"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":["bash","docker","git","git-server","private-git-server"],"created_at":"2024-12-01T03:07:51.185Z","updated_at":"2026-04-13T12:01:14.096Z","avatar_url":"https://github.com/j-p-d-e-v.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Private Repositories\n\nThis is a simple way to host your private git repositories. It both supports ssh and http.\n\n```\nI might possibly continue developing this like adding frontend UI etc..\n```\n\n# Build\n\n```\ndocker build . -t \u003cyour_image_tag\u003e\n```\n\n# Configuration\n## Environment Variables\n\nYou can set the environment variables at the .env file.\n\n- ROOT_PASSWORD - The assigned password for the root account.\n\n## Volumes\n\n\n- /var/git - Is the default or working directory where the repositories are placed.\n- /tmp/ssh-keys - Is the directory where the external machine ssh keys are stored.\n\n# Deploy\n\nThe docker-compose.yml will automatically build the image ```git-server:latest```.\n\nTo run:\n```\ndocker-compose up -d\n```\n\n# Examples\n\n## Clonng\n\n**via HTTP**\n```\ngit clone http://\u003ccontainer_ip\u003e/repositories/\u003crepo_name\u003e\n```\n\nExample:\n\n```\ngit clone http://192.168.0.2:5080/repositories/myrepo\n```\n\n**via SSH**\n\nFormat:\n```\ngit clone ssh://root@\u003ccontainer_ip\u003e:\u003cport\u003e/var/git/\u003crepo_name\u003e\n```\n\n```\ngit clone ssh://root@192.168.0.2:2/var/git/myrepo\n```\n\n# API\n\nThe server exposes a swagger documentation. You visit the swagger page at: \n```\nhttp://\u003cip_domain\u003e:5080/api/docs\n```\n\n# Developer\n- JP Mateo","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-p-d-e-v%2Fprivate-git-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fj-p-d-e-v%2Fprivate-git-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fj-p-d-e-v%2Fprivate-git-server/lists"}