mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Add new media handling package
This commit is contained in:
parent
a6c441f665
commit
177f573792
13 changed files with 631 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue