From 9333520183b379c15b17e5e4c8d57031ee17bc5f Mon Sep 17 00:00:00 2001 From: lyx0 Date: Mon, 4 Sep 2023 18:52:21 +0200 Subject: [PATCH] clarify FileDir configuration variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c98bc24..8313c7c 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Option | Use ------------------ | ------------------------------------------------------------------- `Port` | the port number jaf will listen on `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 `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`)