Two Minor Issues Docker / SAB [Email Template]

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
User avatar
clambert
Newbie
Newbie
Posts: 26
Joined: November 23rd, 2009, 9:47 pm
Location: East Coast USA
Contact:

Two Minor Issues Docker / SAB [Email Template]

Post 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. ;D

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.
User avatar
sander
Release Testers
Release Testers
Posts: 9061
Joined: January 22nd, 2008, 2:22 pm

Re: Two Minor Issues Docker / SAB [Email Template]

Post 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?
User avatar
clambert
Newbie
Newbie
Posts: 26
Joined: November 23rd, 2009, 9:47 pm
Location: East Coast USA
Contact:

Re: Two Minor Issues Docker / SAB [Email Template]

Post by clambert »

sander wrote:
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?
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.
User avatar
clambert
Newbie
Newbie
Posts: 26
Joined: November 23rd, 2009, 9:47 pm
Location: East Coast USA
Contact:

Re: Two Minor Issues Docker / SAB [Email Template]

Post 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.
Post Reply