| Crates.io | mirror-cache |
| lib.rs | mirror-cache |
| version | 0.1.0 |
| created_at | 2021-09-19 15:13:13.175746+00 |
| updated_at | 2021-11-22 15:03:56.434623+00 |
| description | A customizable reverse proxy with cache |
| homepage | |
| repository | https://github.com/SeanChao/mirror-cache |
| max_upload_size | |
| id | 453638 |
| size | 196,742 |
A reverse proxy supporting multiple cache policies, customized rules, configuration hot reloading. For mirror sites and also personal users!
Download the latest release
or install with cargo:
cargo install mirror-cache
or pull from docker hub:
docker pull seanchao/mirror-cache
Prepare a configuration file
Try it out! e.g
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