Page 1 of 1

Pushover - How to call in Docker AMC

Posted: 31 May 2022, 16:33
by g3rman
I'm converting my setup to run Filebot as a Docker container.
I'm struggling to properly configure pushover notifications in the container configuration in Unraid.
I've tried adding "pushover", "AMC_PUSHOVER" as parameters, but neither seems to work.

Any thoughts on how to properly pass my userkey/api key to the AMC script would be appreciated.

Re: Pushover - How to call in Docker AMC

Posted: 31 May 2022, 16:44
by rednoah
:?: Which docker container are you using?
viewtopic.php?t=12965


:arrow: You'll need to configure your container, so that --def pushover is passed along in the amc script call:

Code: Select all

--def pushover=userkey

Re: Pushover - How to call in Docker AMC

Posted: 31 May 2022, 19:33
by g3rman
Yup, the jlesage container. I'll take a look to see how that command can be passed.