An open API service indexing awesome lists of open source software.

https://github.com/riccardobl/mirrormaker

Make mirrors easy.
https://github.com/riccardobl/mirrormaker

Last synced: about 2 months ago
JSON representation

Make mirrors easy.

Awesome Lists containing this project

README

        

[![dockerhub](https://img.shields.io/docker/cloud/build/riccardoblb/mirrormaker?style=for-the-badge)](https://hub.docker.com/r/riccardoblb/mirrormaker)
# MirrorMaker

Just a docker image built around httrack used to mirror a website into a git repo.

Usage
```bash
docker run --rm -d -p8888:8080 --name=mirrormaker \
-eGIT_REPO="https://user:[email protected]/riccardobl/test" \
-eURL="https://****/" \
-eFILTERS="" \
riccardoblb/mirrormaker
```