Replies: 1 comment
-
There's a pure Lua implementation of Git available here. https://github.com/creationix/lua-git You might be able to use that to let Redbean serve your pack file. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like redbean is able to serve zip content from one standalone exe, it would be nice to be able to serve bare git repo, using only pack file.
Something like
cat readbean a.idx, a.pack > servcegit && ./servegit
A bit like gitea is able to serve git repo content over HTTP but with a smaller attack surface.
What kind of effort would it require ?
Beta Was this translation helpful? Give feedback.
All reactions