Plugin/Themes
Closed this issue · 2 comments
dr01dy commented
Can you provide any instruction for getting themes to work with rutorrent.
bilyboy785 commented
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
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