1 2 3 4 5 6 7 8 9 10 11 12 13
{ "host": "files.example.com", "mount_path": "/webdav", "provider_mapping": { "/myfiles": "/path/to/files" }, "simple_dc": { "user_mapping": { "/myfiles": { "myuser": { "password": "mypassword", "description": "", "roles": [] }, }, }, }, "verbose": 1, }