From 7830d10f507358e13c20cc2d82f25c7193707f57 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Thu, 9 Jan 2025 13:53:02 -0500 Subject: [PATCH] Update README.md --- plugins/FileMonitor/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index 176ddac..10b2f26 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -190,7 +190,7 @@ Please do **NOT** use the feature request to include any problems associated wit ## Docker ### Single Stash Docker Installation -- **Note:** This section is for users who have a single instance of Stash Docker installed, and do NOT have Stash installed on the host machine. +**Note:** This section is for users who have a single instance of Stash Docker installed, and do NOT have Stash installed on the host machine. - FileMonitor requires watchdog module in order to work. Although the watchdog module loads and runs on Docker, it fails to function because Docker fails to report file changes. - FileMonitor can work with Docker Stash setup if it's executed externally on the host OS. Start FileMonitor on the command line and pass the Stash URL and --docker. - Example1: @@ -205,7 +205,7 @@ python filemonitor.py --url http://localhost:9999 --docker "C:\Users\MyUser\AppD - For more information, see [Using FileMonitor as a script](https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor#Using-FileMonitor-as-a-script) - For more information on creating a Docker Stash setup, see (https://github.com/David-Maisonave/Axter-Stash/tree/main/Docker) ### Multiple Stash Docker Configuration -- **Note:** This section applies to users who have multiple Stash Docker instances running, and also have Stash installed and running on the host machine as well. +**Note:** This section applies to users who have multiple Stash Docker instances running, and also have Stash installed and running on the host machine as well. - FileMonitor can be configured to run on the host machine, and update all the Stash Docker instances when a file change occurs. To activate this option change the filemonitor_config.py file by setting the **dockers** field with the information associated with each Stash Docker instance. - There are three examples which are commented out in the **dockers** field, which users can easily modify to configure for thier particular Stash Docker instances.