mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-07-17 16:36:49 +00:00
chore(docs): update CLI documentation
This commit is contained in:
parent
a1063925e1
commit
8cfa6a175f
3 changed files with 3 additions and 0 deletions
|
|
@ -41,6 +41,7 @@ filebrowser config init [flags]
|
|||
--disableThumbnails disable image thumbnails
|
||||
--disableTypeDetectionByHeader disables type detection by reading file headers
|
||||
--fileMode string mode bits that new files are created with (default "0o640")
|
||||
--followExternalSymlinks follow symlinks whose target is outside the user scope (unsafe)
|
||||
-h, --help help for init
|
||||
--hideDotfiles hide dotfiles in file listings
|
||||
--hideLoginButton hide login button from public pages
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ filebrowser config set [flags]
|
|||
--disableThumbnails disable image thumbnails
|
||||
--disableTypeDetectionByHeader disables type detection by reading file headers
|
||||
--fileMode string mode bits that new files are created with (default "0o640")
|
||||
--followExternalSymlinks follow symlinks whose target is outside the user scope (unsafe)
|
||||
-h, --help help for set
|
||||
--hideDotfiles hide dotfiles in file listings
|
||||
--hideLoginButton hide login button from public pages
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ filebrowser [flags]
|
|||
--disablePreviewResize disable resize of image previews
|
||||
--disableThumbnails disable image thumbnails
|
||||
--disableTypeDetectionByHeader disables type detection by reading file headers
|
||||
--followExternalSymlinks follow symlinks whose target is outside the user scope (unsafe)
|
||||
-h, --help help for filebrowser
|
||||
--imageProcessors int image processors count (default 4)
|
||||
-k, --key string tls key
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue