Add new media handling package

This commit is contained in:
Jesse Wierzbinski 2024-03-08 13:14:45 -10:00
parent a6c441f665
commit 177f573792
No known key found for this signature in database
13 changed files with 631 additions and 0 deletions

View file

@ -71,6 +71,8 @@ tls = true
backend = "s3"
# Whether to check the hash of media when uploading to avoid duplication
deduplicate_media = true
# If media backend is "local", this is the folder where the files will be stored
local_uploads_folder = "uploads"
[media.conversion]
convert_images = false