gabrielcsapo / gabrielcsapo/node-git-server
Serve bare git repo from a remote server?
- 主要语言
- TypeScript
- 星标
- 262
- 派生
- 81
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hello, firstly - thanks for the amazing repo.
I understand that in your implementation (and stackdot's), you use `git-upload-pack` and `git-receive-pack` processes to allow the client and server to talk to each other (figure out what packets the other needs, etc.) To my knowledge, this git command accepts a local directory, but what if I host all my bare git repositories on a separate server, like an AWS S3 bucket? Could I stream a remote bare repo to these git commands, that then stream the necessary packets to the client? I don't want to host all my bare git repos on my heroku instance, since the storage is ephemeral and limited. Any guidance would be appreciated!
贡献指南
这个仓库没有索引到贡献指南
调研方向
Start by tracing how the project uses git-upload-pack and git-receive-pack, then determine whether their local repository requirement can be met with a remote bare repository such as an AWS S3 bucket. The issue does not name files, tests, or a concrete completion criterion, so the remote-storage behavior and implementation scope need to be defined first.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- aws, git, nodejs, typescript
- 领域
- backend, cloud
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 20/100