-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can you use it on Windows ? #18
Comments
As the application runs in Docker, you just need to set up Windows' SSH server on the remote machine first: https://winaero.com/blog/enable-openssh-server-windows-10/ Then you can have it execute whatever Windows command you require to stop and start Plex. If you are running PMS as a service, then it's just Lastly, fire the app up in docker (or WSL with sqlite3). |
@Fmstrat I have this running in a docker container hosted on windows and ssh'ing to my remote server on ubuntu. I had to modify the cron-script to add the do not compare DB flag but otherwise the script is working great. --------EDIT-----------
|
How can you use it on Windows ?
The text was updated successfully, but these errors were encountered: