A flexget container specifically for use on LibreELEC
408
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
Install a container with transmission for download torrents (I recommend libreelec/transmission)
Execute docker pull monoetharyus/rpi-flexget
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
Configure your timezone docker exec -it flexget setup-timezone
(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
Content type
Image
Digest
Size
53.2 MB
Last updated
about 8 years ago
docker pull monoetharyus/rpi-flexget