Run remote script?

Sonarr version (exact version): Sonarr Ver. 2.0.0.5163
Mono version (if Sonarr is not running on Windows): Mono JIT compiler version 4.8.1 (Stable 4.8.1.0/22a39d7 Wed Apr 12 12:00:40 UTC 2017)
OS: Ubuntu 16.04.4
Debug logs: N/A
(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here. Post in .txt not .doc, .rtf or some other formatted document)
Description of issue: This isn’t a problem/issue/bug, more of a question. I have an on grab/on upgrade/on rename script that I run, however I’m attempting to run it on a separate VM instance. Sonarr only allows me to choose local directory paths from what I can see. How can I run the script from a remote system? Should I just setup an sshfs share and do it that way, which isn’t as elegant but would work?

Thanks.

Even if you used sshfs you’d still execute it locally, it’d just be running from a remote location. You’d need to either use ssh in a local script to connect to the remote machine to run it or use a webhook to a web server running on the remote box.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.