This commit is contained in:
David Maisonave
2025-01-04 04:45:41 -05:00
3 changed files with 20 additions and 7 deletions

View File

@@ -21,9 +21,9 @@ Then use a DOS window to change to the **ws1** directory before calling the scri
- Example with shared mount paths with write access:
- `CreateContainer.cmd ContainerName1 "stashapp/stash:latest" 9991 C:\MyShared WRITE`
- Example adding Stash **Image** and container:
- `CreateContainer.cmd v0.27.2 "stashapp/stash:v0.27.2" 9997 PULL`
- `CreateContainer.cmd NewContainer27.2 "stashapp/stash:v0.27.2" 9997 IMAGE`
- Example with DLNA:
- `CreateContainer.cmd v272 "stashapp/stash:v0.27.2" 9996 C:\downloads DLNA`
- `CreateContainer.cmd MyDLNA272 "stashapp/stash:v0.27.2" 9996 C:\downloads DLNA`
- Example skipping docker-compose:
- `CreateContainer.cmd ContainerName "stashapp/stash:v0.26.2" 9992 C:\Videos SKIP`
@@ -47,6 +47,6 @@ Then use a DOS window to change to the **ws1** directory before calling the scri
- Use the following link to download Docker
- [https://www.docker.com/products/docker-desktop/](https://www.docker.com/products/docker-desktop/)
- Stash Image
- The CreateContainer.cmd script can download the Image before creating the container by adding **PULL** at the end of the command line.
- Example: `CreateContainer.cmd ver0272 "stashapp/stash:v0.27.2" 9999 PULL`
- The CreateContainer.cmd script can download the Image before creating the container by adding **IMAGE** at the end of the command line.
- Example: `CreateContainer.cmd ver0272 "stashapp/stash:v0.27.2" 9999 IMAGE`
- To see what Stash images are available, see the following link: [https://hub.docker.com/r/stashapp/stash/tags](https://hub.docker.com/r/stashapp/stash/tags).

View File

@@ -185,5 +185,10 @@ Please use the following link to report FileMonitor Feature Request:[FileMonitor
Please do **NOT** use the feature request to include any problems associated with errors. Instead use the bug report for error issues.
## Docker not supported
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.
Because of this Docker failure, FileMonitor does not support Docker Stash installation.
### Future Planned Features or Fixes
- Have the FileMonitor running status ICON update the icon without having to go to the Settings->Tools->FileMonitor page. Planned for version 1.2.0.

View File

@@ -1,9 +1,17 @@
# Axter-Stash Plugins
- To install development version of these plugins, add the following source to Stash->Settings->Plugins->[Available Plugins]->Package, by clicking the [**Add Source**] button.
- https://stash.axter.com/Dev/index.yml
- Example:
- <img width="408" alt="StashAddSource" src="https://github.com/user-attachments/assets/34ec0369-e0c6-447a-9586-4a5e43bff406" />
- Name:
- Axter-Stash
- Source URL
- https://stash.axter.com/Dev/index.yml
- Local Path
- community
- Example:
- <img width="408" alt="StashAddSource" src="https://github.com/user-attachments/assets/34ec0369-e0c6-447a-9586-4a5e43bff406" />
- Click confirm, and a list of available plugins will pop down after clicking the arrow.
- ![Screenshot 2025-01-04 025305](https://github.com/user-attachments/assets/e8c7ed1b-69bc-44a0-aac4-2ccb2083a238)
## Screenshot
**Add Source Button**