clarify FileDir configuration variable

This commit is contained in:
lyx0 2023-09-04 18:52:21 +02:00
parent 1d73f17d46
commit 9333520183

View file

@ -50,7 +50,7 @@ Option | Use
------------------ | ------------------------------------------------------------------- ------------------ | -------------------------------------------------------------------
`Port` | the port number jaf will listen on `Port` | the port number jaf will listen on
`LinkPrefix` | a string that will be prepended to the file name generated by jaf `LinkPrefix` | a string that will be prepended to the file name generated by jaf
`FileDir` | path to the directory jaf will save uploaded files in `FileDir` | path to the directory jaf will save uploaded files in. if using docker-compose needs to be the same as the target mount point (the right side)
`LinkLength` | the number of characters the generated file name is allowed to have `LinkLength` | the number of characters the generated file name is allowed to have
`ScrubExif` | whether to remove EXIF tags from uploaded JPEG and PNG images (`true` or `false`) `ScrubExif` | whether to remove EXIF tags from uploaded JPEG and PNG images (`true` or `false`)
`ExifAllowedIds` | a space-separated list of EXIF tag IDs that should be preserved through EXIF scrubbing (only relevant if `ScrubExif` is `true`) `ExifAllowedIds` | a space-separated list of EXIF tag IDs that should be preserved through EXIF scrubbing (only relevant if `ScrubExif` is `true`)