mirror of
https://github.com/9001/copyparty.git
synced 2025-10-03 01:39:26 +02:00
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:
parent
1b2d39857b
commit
42c199e78e
3 changed files with 15 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue