August 8, 201510 yr Does anyone know if it's possible to add an additional skin to Needo's SABnzbd docker? I'd like to add the Knockstrap skin. I know how how to do it with a plugin, but not sure if it's even possible to do it myself with a docker. Thanks!
August 8, 201510 yr I do this... Copy the skin folder you want to your Sab config folder, which is on the array (usually in appdata). I have an entire folder in there called /interfaces, and in that folder, I have other folders with the skins you want... basically... /mnt/cache/appdata/sabnzbd/interfaces/knockstrap/all the files go here. Create a bash script in your /boot folder to execute this command: docker exec -t -i xxxyyyy cp -R /config/interfaces/ /usr/share/sabnzbdplus/ Just change the xxxyyy to be the id number of your Sab docker. This will copy into the proper place in the Sab container. Good luck.
August 8, 201510 yr Here is my big script, where I can pick from a few useful commands. I belive the item you need is item 4 or 5... http://www.mediafire.com/download/1qvckc6u5trhn9s/menu
August 9, 201510 yr Author Thanks for the response. Got it working with that command. I'm totally new to docker but I see how to interact with them now.
Archived
This topic is now archived and is closed to further replies.