feat(config): add example config for owncloud and nextcloud (#1052)

This commit is contained in:
Falco Hirschenberger 2024-02-06 15:19:53 +01:00 committed by GitHub
parent ef4fd52a7c
commit a7860870f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"