feat: add "disable image resolution calculation" flag (#5638)
This commit is contained in:
@@ -39,6 +39,7 @@ filebrowser config init [flags]
|
||||
--disablePreviewResize disable resize of image previews
|
||||
--disableThumbnails disable image thumbnails
|
||||
--disableTypeDetectionByHeader disables type detection by reading file headers
|
||||
--disableImageResolutionCalc disables image resolution calculation by reading image files
|
||||
--fileMode string mode bits that new files are created with (default "0o640")
|
||||
-h, --help help for init
|
||||
--hideDotfiles hide dotfiles
|
||||
|
||||
@@ -36,6 +36,7 @@ filebrowser config set [flags]
|
||||
--disablePreviewResize disable resize of image previews
|
||||
--disableThumbnails disable image thumbnails
|
||||
--disableTypeDetectionByHeader disables type detection by reading file headers
|
||||
--disableImageResolutionCalc disables image resolution calculation by reading image files
|
||||
--fileMode string mode bits that new files are created with (default "0o640")
|
||||
-h, --help help for set
|
||||
--hideDotfiles hide dotfiles
|
||||
|
||||
@@ -60,6 +60,7 @@ filebrowser [flags]
|
||||
--disablePreviewResize disable resize of image previews
|
||||
--disableThumbnails disable image thumbnails
|
||||
--disableTypeDetectionByHeader disables type detection by reading file headers
|
||||
--disableImageResolutionCalc disables image resolution calculation by reading image files
|
||||
-h, --help help for filebrowser
|
||||
--imageProcessors int image processors count (default 4)
|
||||
-k, --key string tls key
|
||||
|
||||
Reference in New Issue
Block a user