panamax icon indicating copy to clipboard operation
panamax copied to clipboard

Mirror rustup and crates.io repositories, for offline Rust and cargo usage.

Results 50 panamax issues
Sort by recently updated
recently updated
newest added

I want something like: ``` Usage: panamax publish MY-MIRROR [OPTIONS] Options: --registry Registry to publish to ``` I known that `panamax` can serve crates, but I want use `gitea` for...

I didn't change base_url,after it reported errors like "could not resolve host:panamax.internal",I changed base_url,and rewrite config.json,but it does not resolved. https://github.com/panamax-rs/panamax/issues/84#issuecomment-1416569647

I have a vendor folder of my project i then synced the mirror repo with the vendor but when i use carg vendor using the mirror repository it says it...

libssl1.1 no longer obtainable and is deprecated, update it to libssl3. ``` Reading package lists... Done Building dependency tree... Done Reading state information... Done E: Unable to locate package libssl1.1...

I am trying to mirror crates.io with panamax and it nearly finishes syncing all of the crates, but it hangs forever when there are ~10-20 crates left. I am using...

Bumps [openssl](https://github.com/sfackler/rust-openssl) from 0.10.48 to 0.10.55. Release notes Sourced from openssl's releases. openssl-v0.10.55 What's Changed Fix warnings from BoringSSL on Rust 1.70 by @​alex in sfackler/rust-openssl#1948 Honor OPENSSL_NO_OCB if OpenSSL...

dependencies

Is there a way to serve the documentation like docs.rs has for the libraries synced in my local mirror?

enhancement

Hello, As far as I understand how to use this repo, it is possible to sync panamax 1 time for the whole crates.io registry : ```bash # This takes a...

Hello, I'm interested in setting up my local mirror such that I can easily enable it by setting one environment variable, or disable it by unsetting it. I have attempted...

This PR adds a single line to the README to state that `cargo search` is not supported by Panamax currently: > Note, Panamax does not currently support `cargo search` commands....