diff --git a/config/services/webdav_owncloud_nextcloud.toml b/config/services/webdav_owncloud_nextcloud.toml new file mode 100644 index 0000000..b9a9e8d --- /dev/null +++ b/config/services/webdav_owncloud_nextcloud.toml @@ -0,0 +1,9 @@ +[repository] +repository = "opendal:webdav" +password = "my-backup-password" + +[repository.options] +endpoint = "https://my-owncloud-server.com" +root = "remote.php/webdav/my-folder" +username = "owncloud-user" +password = "owncloud-passcode"