You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: