Pushover - How to call in Docker AMC

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
g3rman
Donor
Posts: 18
Joined: 24 Oct 2013, 16:14

Pushover - How to call in Docker AMC

Post 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.
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Pushover - How to call in Docker AMC

Post 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
:idea: Please read the FAQ and How to Request Help.
g3rman
Donor
Posts: 18
Joined: 24 Oct 2013, 16:14

Re: Pushover - How to call in Docker AMC

Post by g3rman »

Yup, the jlesage container. I'll take a look to see how that command can be passed.
Post Reply