added documentation for "redirectAfterCopyMove"

This commit is contained in:
BJDubb 2026-01-03 22:52:06 +11:00
parent 5c5d92e003
commit dd696cbe96
4 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,7 @@ filebrowser config init [flags]
--recaptcha.host string use another host for ReCAPTCHA. recaptcha.net might be useful in China (default "https://www.google.com") --recaptcha.host string use another host for ReCAPTCHA. recaptcha.net might be useful in China (default "https://www.google.com")
--recaptcha.key string ReCaptcha site key --recaptcha.key string ReCaptcha site key
--recaptcha.secret string ReCaptcha secret --recaptcha.secret string ReCaptcha secret
--redirectAfterCopyMove redirect to destination after copy/move
-r, --root string root to prepend to relative paths (default ".") -r, --root string root to prepend to relative paths (default ".")
--scope string scope for users (default ".") --scope string scope for users (default ".")
--shell string shell command to which other commands should be appended --shell string shell command to which other commands should be appended

View File

@ -58,6 +58,7 @@ filebrowser config set [flags]
--recaptcha.host string use another host for ReCAPTCHA. recaptcha.net might be useful in China (default "https://www.google.com") --recaptcha.host string use another host for ReCAPTCHA. recaptcha.net might be useful in China (default "https://www.google.com")
--recaptcha.key string ReCaptcha site key --recaptcha.key string ReCaptcha site key
--recaptcha.secret string ReCaptcha secret --recaptcha.secret string ReCaptcha secret
--redirectAfterCopyMove redirect to destination after copy/move
-r, --root string root to prepend to relative paths (default ".") -r, --root string root to prepend to relative paths (default ".")
--scope string scope for users (default ".") --scope string scope for users (default ".")
--shell string shell command to which other commands should be appended --shell string shell command to which other commands should be appended

View File

@ -28,6 +28,7 @@ filebrowser users add <username> <password> [flags]
--perm.modify modify perm for users (default true) --perm.modify modify perm for users (default true)
--perm.rename rename perm for users (default true) --perm.rename rename perm for users (default true)
--perm.share share perm for users (default true) --perm.share share perm for users (default true)
--redirectAfterCopyMove redirect to destination after copy/move
--scope string scope for users (default ".") --scope string scope for users (default ".")
--singleClick use single clicks only --singleClick use single clicks only
--sorting.asc sorting by ascending order --sorting.asc sorting by ascending order

View File

@ -30,6 +30,7 @@ filebrowser users update <id|username> [flags]
--perm.modify modify perm for users (default true) --perm.modify modify perm for users (default true)
--perm.rename rename perm for users (default true) --perm.rename rename perm for users (default true)
--perm.share share perm for users (default true) --perm.share share perm for users (default true)
--redirectAfterCopyMove redirect to destination after copy/move
--scope string scope for users (default ".") --scope string scope for users (default ".")
--singleClick use single clicks only --singleClick use single clicks only
--sorting.asc sorting by ascending order --sorting.asc sorting by ascending order