ktra
ktra copied to clipboard
Your Little Cargo Registry
# TODO - [x] Update the readme with the new image tags. - [x] Make a PR to https://github.com/moriturus/ktra-book to add the oid guide, and explicitely state somewhere that a...
Unless I miss something ktra only support http, thus one could for now just put a proxy that handle https for ktra it would be nice to have a https...
Dear all, As you all know Ktra is now under inactive development. I have not give it up but it is true that I cannot make time to develop for...
I wanted to try out a private registry in the company where I work to allow better way than submodules and https clone for internal dependencies. But it seems that...
Add a feature gate `auth-required` to require authorization for downloading crates, searching crates, getting crate owner.
Serving registry over HTTP as static file is a feature described in [rust-lang/rfcs#2789](https://github.com/rust-lang/rfcs/pull/2789), and the implementation [rust-lang/cargo#10470](https://github.com/rust-lang/cargo/pull/10470) is already merged in cargo currently as unstable feature `http-registry`. This PR add...
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...
Currently it shows the internal user id which is the least useful information for the end user: ``` error: failed to publish to registry at http://registry.szl/ Caused by: the remote...
I have an empty project through `cargo init --lib` Almost everything is following the tutorial ``` ➜ test_rust git:(main) ✗ cargo publish --allow-dirty --verbose --registry ktra Updating `ktra` index Running...
``` Mar 04 19:26:20.566 ERROR request{method=GET path=/ktra/api/v1/mirror/anyhow/1.0.41/download version=HTTP/1.1 remote.addr=127.0.0.1:60092}: warp::filters::trace: unable to process request (internal error) status=500 error=Rejection([MethodNotAllowed, MethodNotAllowed, MethodNotAllowed, MethodNotAllowed, MethodNotAllowed, MethodNotAllowed, MethodNotAllowed, MethodNotAllowed, MissingHeader { name: "Authorization" },...