mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-19 08:26:23 -07:00
Fix spacing in config.md
This commit is contained in:
parent
7ffd712354
commit
afe14e8904
1 changed files with 2 additions and 1 deletions
|
@ -91,6 +91,7 @@ ThumbHeightCatalog |int |50
|
|||
AllowOtherExtensions |map[string]string | |AllowOtherExtensions is a map of file extensions to use for uploads that are not images or videos The key is the extension (e.g. ".pdf") and the value is the filename of the thumbnail to use in /static
|
||||
StripImageMetadata |string | |StripImageMetadata sets what (if any) metadata to remove from uploaded images using exiftool. Valid values are "", "none" (has the same effect as ""), "exif", or "all" (for stripping all metadata)
|
||||
ExiftoolPath |string | |ExiftoolPath is the path to the exiftool command. If unset or empty, the system path will be used to find it
|
||||
|
||||
Example options for `GeoIPOptions`:
|
||||
```JSONC
|
||||
"GeoIPType": "mmdb",
|
||||
|
@ -100,7 +101,7 @@ Example options for `GeoIPOptions`:
|
|||
}
|
||||
```
|
||||
|
||||
CustomFlags` is an array with custom flags, selectable via dropdown. The `Flag` value is assumed to be in /static/flags/. Example:
|
||||
`CustomFlags` is an array with custom post flags, selectable via dropdown. The `Flag` value is assumed to be a file in /static/flags/. Example:
|
||||
```JSON
|
||||
"CustomFlags": [
|
||||
{"Flag":"california.png", "Name": "California"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue