mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-13 07:40:00 -06:00
resolve thumbnails TODOs
This commit is contained in:
committed by
Jörn Friedrich Dreyer
parent
45ec244aec
commit
412dadac45
@@ -36,7 +36,7 @@ type FileSystemSource struct {
|
||||
|
||||
// Thumbnail defines the available thumbnail related configuration.
|
||||
type Thumbnail struct {
|
||||
Resolutions []string `ocisConfig:"resolutions"` // TODO: how to configure
|
||||
Resolutions []string `ocisConfig:"resolutions"`
|
||||
FileSystemStorage FileSystemStorage `ocisConfig:"filesystem_storage"`
|
||||
WebdavAllowInsecure bool `ocisConfig:"webdav_allow_insecure" env:"OCIS_INSECURE;THUMBNAILS_WEBDAVSOURCE_INSECURE"`
|
||||
CS3AllowInsecure bool `ocisConfig:"cs3_allow_insecure" env:"OCIS_INSECURE;THUMBNAILS_CS3SOURCE_INSECURE"`
|
||||
|
||||
Reference in New Issue
Block a user