{"id":21909403,"url":"https://github.com/anthonycorletti/modal-git-service","last_synced_at":"2025-10-06T18:20:49.995Z","repository":{"id":264985980,"uuid":"862585335","full_name":"anthonycorletti/modal-git-service","owner":"anthonycorletti","description":"Host your own git service on Modal with stateless RPC","archived":false,"fork":false,"pushed_at":"2025-02-28T20:01:57.000Z","size":50,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-16T01:54:58.575Z","etag":null,"topics":["git","modal","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/anthonycorletti.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":"2024-09-24T21:05:12.000Z","updated_at":"2025-02-28T20:02:04.000Z","dependencies_parsed_at":"2024-11-27T06:31:34.047Z","dependency_job_id":null,"html_url":"https://github.com/anthonycorletti/modal-git-service","commit_stats":null,"previous_names":["anthonycorletti/modal-git-service"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonycorletti%2Fmodal-git-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonycorletti%2Fmodal-git-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonycorletti%2Fmodal-git-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonycorletti%2Fmodal-git-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonycorletti","download_url":"https://codeload.github.com/anthonycorletti/modal-git-service/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249183107,"owners_count":21226141,"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":["git","modal","python"],"created_at":"2024-11-28T17:17:27.886Z","updated_at":"2025-10-06T18:20:44.959Z","avatar_url":"https://github.com/anthonycorletti.png","language":"Python","funding_links":[],"categories":["Miscellaneous"],"sub_categories":[],"readme":"# modal-git-service\n\nHost your own git service on [Modal](modal.com) with stateless RPC. It's like GitHub... with more cowbell.\n\n\u003e [!WARNING]\n\u003e This is meant for demo and learning purposes. Do not use this in production. \n\nThis project uses `uv` to install and manage dependencies, so make sure you have `uv` installed.\n\n## Try it out\n\nClone this repo and deploy to modal like so:\n\n```sh\ngit clone https://github.com/anthonycorletti/modal-git-service.git \u0026\u0026 cd modal-git-service\nbin/install\nbin/deploy-modal\n```\n\nGrab the url of your deployed service. It should be something like `https://PROFILENAME--git-on-modal.modal.run`.\n\nPush some code to your service\n\n```sh\nmkdir repo \u0026\u0026 cd repo\necho \"# hello world\" \u003e README.md\ngit init\ngit add -A\ngit commit -m \"initial commit\"\ngit remote add origin https://PROFILENAME--git-on-modal.modal.run/owner/repo.git\ngit push -u origin main\n```\n\nAnd clone it down\n```sh\ngit clone https://PROFILENAME--git-on-modal.modal.run/owner/repo.git repo-clone\n```\n\nThere you have it! Your own little git service.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonycorletti%2Fmodal-git-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonycorletti%2Fmodal-git-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonycorletti%2Fmodal-git-service/lists"}