Monitor host file system for multiple Docker Stash installations

Added ability to monitor host file system for multiple Docker Stash installations.
This commit is contained in:
David Maisonave
2025-01-09 13:16:08 -05:00
parent 53d1cab613
commit e767f05b0b
3 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
# FileMonitor: Ver 1.0.1 (By David Maisonave) # FileMonitor: Ver 1.0.2 (By David Maisonave)
FileMonitor is a [Stash](https://github.com/stashapp/stash) plugin with the following two main features: FileMonitor is a [Stash](https://github.com/stashapp/stash) plugin with the following two main features:

View File

@@ -1,6 +1,6 @@
name: FileMonitor name: FileMonitor
description: Monitors the Stash library folders, and updates Stash if any changes occurs in the Stash library paths. description: Monitors the Stash library folders, and updates Stash if any changes occurs in the Stash library paths.
version: 1.0.1 version: 1.0.2
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/FileMonitor
ui: ui:
javascript: javascript:

View File

@@ -4,3 +4,5 @@
- Added Stash toolbar icon to get FileMonitor running status. - Added Stash toolbar icon to get FileMonitor running status.
### 1.0.1 ### 1.0.1
- Added Docker support. - Added Docker support.
### 1.0.2
- Added ability to monitor host file system for multiple Docker Stash installations.