gabrielcsapo / gabrielcsapo/node-git-server

Serve bare git repo from a remote server?

Đang mở
#54 6 bình luận 2 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
TypeScript
Star
262
Fork
81
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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!

Hướng dẫn đóng góp

Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này

Hướng nghiên cứu

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.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Đánh giá

Công nghệ
aws, git, nodejs, typescript
Lĩnh vực
backend, cloud
Loại issue
Tính năng
Độ khó
5/5
Thời gian dự kiến
Hơn một tuần
Mức độ hoạt động
Đình trệ
Độ rõ ràng
Cần làm rõ
Mức phù hợp với người mới
20/100

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.