
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Mirror
is an open source python application for mirror site (e.g. mirror.bjtu.edu.cn) to sync files from upstreams (it uses rsync internally), it actually works like a cron, but still has some differences. It has been served for mirror.bjtu.edu.cn with more than 40 rsync tasks.
You are welcome to send comments, patches and any others to github or to @idealities.
Homepage: https://mirror.bjtu.edu.cn
For contributors and past developers see: AUTHORS
You can install mirror
by running pip:
$ sudo pip install mirror
Or if you want to build and install from source:
$ python setup.py build
$ sudo python setup.py install
After that, you are going to set up environment, you are encouraged to add a specific user to run mirrord
, here we suppose the username is mirror
and its home directory is /home/mirror
.
Make necessary directories:
$ sudo chown mirror:mirror /var/log/mirrord /var/log/rsync
$ sudo mkdir /etc/mirror
$ sudo cp config/mirror.ini /etc/mirror/
Now you can edit mirror.ini to fit your needs and run:
$ mirrord
and that's done. Also you can use man mirrord
or mirrord -h
to read the documents.
If mirrord
is running, you can run:
$ mirrord -t
to show the current task queue.
Email: idealities@gmail.com
FAQs
Task scheduler for open source mirror site (initially for https://mirror.bjtu.edu.cn)
We found that mirror demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.