{"id":22994781,"url":"https://github.com/movsb/sgits","last_synced_at":"2025-08-13T22:31:52.860Z","repository":{"id":79716207,"uuid":"190191926","full_name":"movsb/sgits","owner":"movsb","description":"A simple git server, using only your local git installation.","archived":false,"fork":false,"pushed_at":"2023-12-23T17:38:24.000Z","size":6,"stargazers_count":17,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T07:22:14.037Z","etag":null,"topics":["git","git-server","go"],"latest_commit_sha":null,"homepage":"https://blog.twofei.com/776/","language":"Go","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/movsb.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":"2019-06-04T11:56:30.000Z","updated_at":"2025-02-21T17:37:15.000Z","dependencies_parsed_at":"2024-06-20T15:16:27.940Z","dependency_job_id":"3b49626a-ad71-4e53-a94c-32da8bb938d2","html_url":"https://github.com/movsb/sgits","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/movsb/sgits","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movsb%2Fsgits","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movsb%2Fsgits/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movsb%2Fsgits/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movsb%2Fsgits/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/movsb","download_url":"https://codeload.github.com/movsb/sgits/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/movsb%2Fsgits/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270329156,"owners_count":24565772,"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-08-13T02:00:09.904Z","response_time":66,"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":["git","git-server","go"],"created_at":"2024-12-15T05:20:19.082Z","updated_at":"2025-08-13T22:31:52.601Z","avatar_url":"https://github.com/movsb.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SGITS\n\nA **S**imple **GIT** **S**erver, using only your local GIT installation.\n\n## Example Configuration File\n\nCreate a YAML file named `sgits.yml` in the working directory of SGITS.\n\nFor example:\n\n```yml\n# http listen address\nlisten: :3558\n\n# root directory of your projects\nroot: /home/tao/code\n\n# username to git server\nusername: name\n\n# password for username\npassword: pass\n```\n\nNow, SGITS will listen on `:3558` as a GIT server.\n\n## Accessing the GIT server\n\nBecause GIT server requires bare repositories (without working directory), you should first create it before pushing:\n\n```sh\n# at projects root\n$ git init --bare repo\n```\n\nNow, you can push and clone:\n\n```sh\n# first add as remote\n$ git remote add sgits http://localhost:3558/repo\n\n# push to remote\n$ git push -u sgits master\n```\n\n**Note:** No suffix `.git` is required.\n\n## Security\n\nFor security, you can set `username` and `password` in your configuration file.\n\nIf username and password are set:\n\n- Authenticated Read\n- Authenticated Write\n\nIf username and password are NOT set:\n\n- Anonymous Read\n- Authenticated Write\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovsb%2Fsgits","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmovsb%2Fsgits","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmovsb%2Fsgits/lists"}