Page 1 of 1
Two Minor Issues Docker / SAB [Email Template]
Posted: March 2nd, 2017, 7:37 pm
by clambert
I'm using the linuxserver Docker image of SAB and I'm having a couple small issues. Maybe someone can help.
1) I can't get the email template to work. I copied the one I made on my PC and placed in in a directory on the NAS. The volume is assigned in Docker. The error is No Email Template Found. Any ideas? It's there.
2) Timezone. How do you change the timezone in Docker? Maybe I don't need to worry about it but it almost appears as though my schedule isn't running like it should be.
Everything else seems fine.
Thanks in advance.
Re: Two Minor Issues Docker / SAB [Email Template]
Posted: March 3rd, 2017, 1:29 am
by sander
First of all, as this looks like linuxserver docker related questions:
https://github.com/linuxserver/docker-sabnzbd says "The LinuxServer.io team brings you another container release featuring easy user mapping and community support. Find us for support at: ..." So, did you try there?
Furthermore: docker, so "Cattle, not pets". So if the docker is not working, kill it, and start a fresh one from a working setup.
Anyway:
I can't get the email template to work. I copied the one I made on my PC and placed in in a directory on the NAS.
Ah, no standard setup? My advice: go back to the standard setup. Remember: "Cattle, not pets"
I'm reluctant to dive into docker settings, which have been personalized. Hints anyway:
/usr/share/sabnzbdplus/email
https://github.com/sabnzbd/sabnzbd/blob ... er.py#L212
Timezone. How do you change the timezone in Docker?
From
https://github.com/linuxserver/docker-sabnzbd
Code: Select all
-e TZ=<timezone> \
-e TZ for setting timezone information, eg Europe/London
You did read the manual, didn't you?
Re: Two Minor Issues Docker / SAB [Email Template]
Posted: March 3rd, 2017, 6:35 am
by clambert
Yes, I read the manual but unfortunately I don't live in London and that's all that's referenced. I tried setting it to EST and New York but it wasn't working. Eventually I found something online that led me to America/New_York, which did work.
Thanks for taking the time to reply though.
Re: Two Minor Issues Docker / SAB [Email Template]
Posted: March 3rd, 2017, 6:57 am
by clambert
For others out there that may have stumbled across this post in the future...
Looks like I got email working too. I ended up creating a directory in what's my /config and it worked fine from there.