moriturus / ktra

Your Little Cargo Registry

Home Page:https://book.ktra.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Self contained docker stack

Stargateur opened this issue · comments

I would like a way to get rid of the git repo requirement, would it be possible to set up a docker stack that contains ktra and a git server only used for ktra, the git could be read by all externals (or only with auth) and only write by ktra in the stack (no other write allowed).

This would allow to make git requirement more transparent for user of ktra.

I will maybe try to set up it myself, but I'm lack of git server knowledge so any help / advice would be nice.

nice rust-lang/cargo#10470 look like we will soon be able to remove git as a database... :p