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?