MirrorCache

license GitHub Actions CI testing status GitHub releases latest version Github releases downloads docker pulls crate.io downloads

A reverse proxy supporting multiple cache policies, customized rules, configuration hot reloading. For mirror sites and also personal users!

docs | demo server

Features

Quick start

  1. Download the latest release
    or install with cargo:

    cargo install mirror-cache
    

    or pull from docker hub:

    docker pull seanchao/mirror-cache
    
  2. Prepare a configuration file

  3. Try it out! e.g

    ```sh pip install -i http://localhost:9000 requests

    conda install -c http://localhost:9000 requests conda config --set custom_channels.pytorch http://localhost:9000/anaconda/cloud/ && conda install -c pytorch -y --download-only -v torchtext ```