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.
Two Minor Issues Docker / SAB [Email Template]
Forum rules
Help us help you:
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.
Re: Two Minor Issues Docker / SAB [Email Template]
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'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
You did read the manual, didn't you?
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:
Ah, no standard setup? My advice: go back to the standard setup. Remember: "Cattle, not pets"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.
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
From https://github.com/linuxserver/docker-sabnzbdTimezone. How do you change the timezone in Docker?
Code: Select all
-e TZ=<timezone> \
-e TZ for setting timezone information, eg Europe/London
Re: Two Minor Issues Docker / SAB [Email Template]
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.sander wrote:From https://github.com/linuxserver/docker-sabnzbdTimezone. How do you change the timezone in Docker?You did read the manual, didn't you?Code: Select all
-e TZ=<timezone> \ -e TZ for setting timezone information, eg Europe/London
Thanks for taking the time to reply though.
Re: Two Minor Issues Docker / SAB [Email Template]
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.
Looks like I got email working too. I ended up creating a directory in what's my /config and it worked fine from there.