2019-12-27 12:32:23 +01:00
|
|
|
# docker-trickle-megasync
|
2019-12-27 12:43:53 +01:00
|
|
|
Docker image with Alpine, Megasync and Trickle for rate-limited sync with Mega.nz
|
|
|
|
|
|
|
|
Features:
|
|
|
|
- Headless sync with Mega.nz
|
|
|
|
- Cross platform
|
|
|
|
- integrated Trickle (https://github.com/mariusae/trickle) for bandwidth limiting (optional)
|
|
|
|
|
|
|
|
Usage:
|
2019-12-27 12:46:41 +01:00
|
|
|
- Edit the `docker-compose.yml` file
|
2019-12-27 12:43:53 +01:00
|
|
|
- Change the drive mapping to your local directory
|
2019-12-27 12:46:41 +01:00
|
|
|
- Add your Mega credentials
|
|
|
|
- Change desired bandwidth parameters or remove Trickle completely (default: 1MB/s down and up)
|
2019-12-27 12:43:53 +01:00
|
|
|
- `docker-compose build`
|
2019-12-27 12:49:27 +01:00
|
|
|
- `docker-compose up -d`
|