horjulf / docker-rutorrent-autodl

21 stars 12 forks source link

Plugin/Themes #9

Closed dr01dy closed 4 years ago

dr01dy commented 5 years ago

Can you provide any instruction for getting themes to work with rutorrent.

bilyboy785 commented 4 years ago

Hello @dr01dy , you can copy your plugin in docker system /app/rutorrent/plugins with docker exec.

docker exec -it rutorrentdocker bash

git clone REPOPLUGINURL /app/rutorrent/plugins/YOURPLUGIN

Or try to mount volume the docker volume on your host :

-v /data/dockers/rutorrent/plugins:/app/rutorrent/plugins

horjulf commented 4 years ago

You can put the themes at /config/themes, they will be copied at startup into the rutorrent folder. Same applies for plugins at /config/plugins.

https://github.com/horjulf/docker-rutorrent-autodl/blob/master/root/etc/cont-init.d/50-config#L26