Add a flag for including ocm sharees

This commit is contained in:
André Duffeck
2023-12-12 12:08:31 +01:00
parent 2ffec5c79f
commit 4ccfc66432
17 changed files with 1180 additions and 363 deletions

View File

@@ -116,6 +116,7 @@ func DefaultConfig() *config.Config {
StatCacheTTL: 300 * time.Second,
ListOCMShares: true,
PublicShareMustHavePassword: true,
IncludeOCMSharees: false,
},
Middleware: config.Middleware{
Auth: config.Auth{