From de9f033d24464c138396f337036b3180c66945f4 Mon Sep 17 00:00:00 2001 From: David Maisonave <47364845+David-Maisonave@users.noreply.github.com> Date: Thu, 9 Jan 2025 14:48:21 -0500 Subject: [PATCH] Update README.md --- plugins/FileMonitor/README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/plugins/FileMonitor/README.md b/plugins/FileMonitor/README.md index 50ab800..29cc8e1 100644 --- a/plugins/FileMonitor/README.md +++ b/plugins/FileMonitor/README.md @@ -213,11 +213,10 @@ python filemonitor.py --url http://localhost:9999 --docker "C:\Users\MyUser\AppD ```Python # Docker notification from host machine "dockers": [ - # Example Stash Docker configurations. - {"GQL":"http://localhost:9995", "apiKey":"", "bindMounts":[ - {r"C:\Video":"/mnt/Video"}, - ] - }, + # A simple basic example with only one bind mount path. + {"GQL":"http://localhost:9995", "apiKey":"", "bindMounts":[{r"C:\Video":"/mnt/Video"}]}, + + # Example having 8 bind mount paths. {"GQL":"http://localhost:9997", "apiKey":"", "bindMounts":[ {r"C:\Users\admin3\AppData\Local\Docker\wsl\ManyMnt\data":"/data"}, {r"C:\Users\admin3\Videos":"/external"}, @@ -229,6 +228,8 @@ python filemonitor.py --url http://localhost:9999 --docker "C:\Users\MyUser\AppD {r"Z:\Temp":"/external7"}, ] }, + + # Example using the apiKey for a password configured Stash installation. {"GQL":"http://localhost:9994", "apiKey":"eyJhb3676zgdUzI1NiIsInR5cCI6IwfXVCJ9.ewJ1aWQiOiJheHRlweIsInN1YiI6IkFQSUtleSIsImlhdewrweczNDU0MDk3N30.4nZVLk3xikjJZfZ0JTPA_Fic8JvFx3DZe5U21Zasdag", "bindMounts":[ {r"C:\Users\admin3\AppData\Local\Docker\wsl\MyStashContainer\data":"/data"}, {r"C:\Vid":"/mnt/Vid"},