I'm currently running YACReader and Mylar3 in separate Docker containers and I'm wanting to trigger a post-processing script in Mylar to run update-library in YACReader but coming up empty on how to do this by actually running the YACReaderLibraryServer update-library <library> command. So I figured I could do it via an HTTP request since the containers are within the same network. However, looking through the server code, I'm not seeing such a way.
Am I missing a way to go about this or is it not currently possible?
This indeed currently is not possible. I'm not familiar with Mylar3, but if I wanted to remotely trigger an update I'd probably look into running the command via ssh.
I'm currently running YACReader and Mylar3 in separate Docker containers and I'm wanting to trigger a post-processing script in Mylar to run
update-library
in YACReader but coming up empty on how to do this by actually running theYACReaderLibraryServer update-library <library>
command. So I figured I could do it via an HTTP request since the containers are within the same network. However, looking through the server code, I'm not seeing such a way.Am I missing a way to go about this or is it not currently possible?