Update README.md

This commit is contained in:
David Maisonave
2025-01-09 14:48:21 -05:00
committed by GitHub
parent 8b09393299
commit de9f033d24

View File

@@ -213,11 +213,10 @@ python filemonitor.py --url http://localhost:9999 --docker "C:\Users\MyUser\AppD
```Python ```Python
# Docker notification from host machine # Docker notification from host machine
"dockers": [ "dockers": [
# Example Stash Docker configurations. # A simple basic example with only one bind mount path.
{"GQL":"http://localhost:9995", "apiKey":"", "bindMounts":[ {"GQL":"http://localhost:9995", "apiKey":"", "bindMounts":[{r"C:\Video":"/mnt/Video"}]},
{r"C:\Video":"/mnt/Video"},
] # Example having 8 bind mount paths.
},
{"GQL":"http://localhost:9997", "apiKey":"", "bindMounts":[ {"GQL":"http://localhost:9997", "apiKey":"", "bindMounts":[
{r"C:\Users\admin3\AppData\Local\Docker\wsl\ManyMnt\data":"/data"}, {r"C:\Users\admin3\AppData\Local\Docker\wsl\ManyMnt\data":"/data"},
{r"C:\Users\admin3\Videos":"/external"}, {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"}, {r"Z:\Temp":"/external7"},
] ]
}, },
# Example using the apiKey for a password configured Stash installation.
{"GQL":"http://localhost:9994", "apiKey":"eyJhb3676zgdUzI1NiIsInR5cCI6IwfXVCJ9.ewJ1aWQiOiJheHRlweIsInN1YiI6IkFQSUtleSIsImlhdewrweczNDU0MDk3N30.4nZVLk3xikjJZfZ0JTPA_Fic8JvFx3DZe5U21Zasdag", "bindMounts":[ {"GQL":"http://localhost:9994", "apiKey":"eyJhb3676zgdUzI1NiIsInR5cCI6IwfXVCJ9.ewJ1aWQiOiJheHRlweIsInN1YiI6IkFQSUtleSIsImlhdewrweczNDU0MDk3N30.4nZVLk3xikjJZfZ0JTPA_Fic8JvFx3DZe5U21Zasdag", "bindMounts":[
{r"C:\Users\admin3\AppData\Local\Docker\wsl\MyStashContainer\data":"/data"}, {r"C:\Users\admin3\AppData\Local\Docker\wsl\MyStashContainer\data":"/data"},
{r"C:\Vid":"/mnt/Vid"}, {r"C:\Vid":"/mnt/Vid"},