horjulf / docker-rutorrent-autodl

21 stars 12 forks source link

Additional Plugin/Themes #17

Open undaunt opened 4 years ago

undaunt commented 4 years ago

Hello,

I was just wondering how feasible it would be to roll a few popular themes and plugins into this package, or how I could go about doing that myself without needing to leverage the LSIO custom-cont-init.d folder as per here.

Right now I have five very simple scripts which could likely be combined into just one, but I'm not sure how to go about it.

Please let me know if any of these seem reasonable to you to add, or else what is the best method for me to integrate them on my own without custom init scripts - forking?

Thanks very much. Really glad I found your image instead of trying to get autodl working myself!

EDIT: I uploaded improved versions of all of these here - https://github.com/undaunt/rutorrent-docker-scripts

horjulf commented 4 years ago

I'm ok with adding some of the small dependencies for the common plugins, but would prefer to keep the image as simple as possible. Plugins and themes can be installed into the config folders after the initial setup and they will persist across upgrades/reboot as they are kept outside the container.

Regarding the folders created by default, will take a look to add some conditionals.

IvanShift commented 4 years ago

Plugins and themes can be installed into the config folders after the initial setup Could you provide more detailed information about installing additional plugins and themes?

horjulf commented 4 years ago

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

erkston commented 3 years ago

thanks for the remove-folders script @undaunt , it's just what i was looking for

also thanks for the functional rutorrent container horjolf, linuxserver's looks soon to be depreciated (https://github.com/linuxserver/docker-rutorrent/issues/188) so there might be some new users coming this way