api for rescanning multiple volumes;

`?scan=/foo,/bar` will perform a filesystem reindexing of volumes
`/foo` and `/bar` even if they only have `e2d` and not `e2ds`
This commit is contained in:
ed 2025-07-07 09:53:03 +00:00
parent 1b2d39857b
commit 42c199e78e
3 changed files with 15 additions and 6 deletions

View file

@ -261,6 +261,7 @@ upload modifiers:
|--|--|--|
| GET | `?reload=cfg` | reload config files and rescan volumes |
| GET | `?scan` | initiate a rescan of the volume which provides URL |
| GET | `?scan=/a,/b` | initiate a rescan of volumes `/a` and `/b` |
| GET | `?stack` | show a stacktrace of all threads |
## general