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

When trying to use the `cargo search` command, I get this error: ```shell $ cargo search error: crates-io is replaced with non-remote-registry source registry `panamax`; include `--registry crates-io` to use...

We have a Panamax mirror at work, but it does not seem to serve up the expected config.json file at the root. I've tried to fetch it with curl, but...

See https://github.com/panamax-rs/panamax/issues/129

Add `timeout` setting in the `mirror` section to control HTTP connect and read timeout.

I tried out panamax on my laptop for travel and it works really well. I was wondering If I installed panamax on my nas in a docker container, if I...

Looks like github is asking for authentication when getting crates.io I did ``` cargo install --locked panamax. panamax init /home/haydon/.local/share/panamax ``` ``` $ panamax sync . --skip-rustup Rustup sync is...

``` warning: `~/.cargo/config` is deprecated in favor of `config.toml` note: if you need to support cargo 1.38 or earlier, you can symlink `config` to `config.toml` ``` Using: ``` cargo 1.79.0...

Hello! I noticed that when setting up a new Panamax mirror, the version-specific `.toml` files for the Rust toolchains (e.g. `dist/channel-rust-1.79.0.toml`) aren't being created. When using `keep_latest_stables = 1` I...

Hello! I'm trying to set up a new Panamax mirror and I want to include the last several stable Rust toolchains as part of the mirroring process; at the time...