meuse
meuse copied to clipboard
A private Cargo crate registry, for Rust
I noticed that the code in `src/meuse/store/s3.clj` pretty uniformly includes a notion of a `prefix` that is appended to the beginning of the object key. However, the config specification in...
encountered this error message from running `$ docker build .`: ```console Step 10/13 : RUN apt-get update && apt-get -y upgrade && apt-get install -y git ---> Running in 107a7a75fb08...
To simplify user management, do you think it can be possible to add a OAuth2 (and maybe SSO) login system ? Personally I use Google for my company, so it...
Be able to notify on Slack a new published item.
Hello again, It's more a question, but can be a great feature ... Do you think meuse can generate and host the Rust documentation of projects ? Marc-Antoine
In the small UI, it can be important for private to see list of users. And maybe also the number of token generated for each user.
run `docker build -t meuse .` it will fail on > Step 8/13 : COPY --from=build-env /app/target/uberjar/meuse-*-standalone.jar /app/meuse.jar > COPY failed: no source files were specified
Hi. I want to ask if you have any plans to support [sparse registries](https://blog.rust-lang.org/2022/06/22/sparse-registry-testing.html). This could be especially helpful with mirroring, since crates.io index is very heavy. Or if you...
This pull request adds a basic GitHub Actions CI pipeline to ensure master and pull requests pass the tests.
This pull request adds the README.md file rendering on `/front/crates/`: * Add new dependencies to convert markdown to HTML. * Filled empty section in crate page. * Rendering is only...