Sign inSign up

monoetharyus/rpi-flexget

By monoetharyus

Updated about 8 years ago

A flexget container specifically for use on LibreELEC

Image
3

408

monoetharyus/rpi-flexget repository overview

This container run flexget daemon with a flexget web-ui for automatized your downloads and python-telegram-bot for notifications from flexget with a telegrambot

Previous steps

Install a container with transmission for download torrents (I recommend libreelec/transmission)

Steps

  1. Execute docker pull monoetharyus/rpi-flexget

  2. Create contanier with you YOU_STORAGE_DRIVE and link it with transmission contanier, in my case called transmission docker create --restart=always --name=flexget --hostname=flexget --link transmission:transmission --volume=/media/YOU_STORAGE_DRIVE/flexget:/root/.flexget/ --volumes-from transmission --volume=/media/YOU_STORAGE_DRIVE/:/storage --publish=5050:5050 monoetharyus/rpi-flexget /start.sh

  3. Configure your timezone docker exec -it flexget setup-timezone

  4. (optional) if you will used flexget web-ui you need execute this comand: docker exec -it flexget flexget web passwd <some_password> after this you can connect to flexget web-ui in http://your_raspberrypi_ip:5050

Tag summary

Content type

Image

Digest

Size

53.2 MB

Last updated

about 8 years ago

docker pull monoetharyus/rpi-flexget