mirror of
https://github.com/9001/copyparty.git
synced 2026-01-04 10:35:38 +10:00
option to change the "pw" header/uparam name;
useful to force basic-auth and such
This commit is contained in:
@@ -467,6 +467,7 @@ upgrade notes
|
||||
* can I link someone to a password-protected volume/file by including the password in the URL?
|
||||
* yes, by adding `?pw=hunter2` to the end; replace `?` with `&` if there are parameters in the URL already, meaning it contains a `?` near the end
|
||||
* if you have enabled `--usernames` then do `?pw=username:password` instead
|
||||
* `?pw` can be disabled with `--pw-urlp=A` but this breaks support for many clients
|
||||
|
||||
* how do I stop `.hist` folders from appearing everywhere on my HDD?
|
||||
* by default, a `.hist` folder is created inside each volume for the filesystem index, thumbnails, audio transcodes, and markdown document history. Use the `--hist` global-option or the `hist` volflag to move it somewhere else; see [database location](#database-location)
|
||||
|
||||
Reference in New Issue
Block a user