Merge pull request #1917 from ishank011/registry-json

This commit is contained in:
Alex Unger
2021-04-14 14:26:30 +02:00
committed by GitHub
6 changed files with 45 additions and 8 deletions
+2
View File
@@ -36,6 +36,7 @@ type StorageRegistry struct {
// HomeProvider is the path in the global namespace that the static storage registry uses to determine the home storage
HomeProvider string
Rules []string
JSON string
}
// Sharing defines the available sharing configuration.
@@ -112,6 +113,7 @@ type FrontendPort struct {
OCDavPrefix string
OCSPrefix string
OCSSharePrefix string
OCSHomeNamespace string
PublicURL string
Middleware Middleware
}