Fix default posix root and the description of the according config var

Fixes https://github.com/owncloud/ocis/issues/9910
This commit is contained in:
André Duffeck
2024-09-10 15:15:35 +02:00
committed by jkoberg
parent d199e79c71
commit ffe1946686
2 changed files with 2 additions and 1 deletions

View File

@@ -143,6 +143,7 @@ func DefaultConfig() *config.Config {
},
Posix: config.PosixDriver{
UseSpaceGroups: false,
Root: filepath.Join(defaults.BaseDataPath(), "storage", "users"),
PersonalSpacePathTemplate: "users/{{.User.Username}}",
GeneralSpacePathTemplate: "projects/{{.SpaceId}}",
PermissionsEndpoint: "com.owncloud.api.settings",