Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 6 commits into from
Feb 6, 2024

Conversation

hirschenberger
Copy link
Contributor

No description provided.

@simonsan simonsan changed the title Create opendal_owncloud_webdav.toml example config feat(config): add example config for owncloud and nextcloud Feb 6, 2024
Copy link
Member

@aawsome aawsome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@aawsome aawsome merged commit a786087 into rustic-rs:main Feb 6, 2024
Comment on lines 5 to 6
# You have to create a passcode on your cloud instance.
# * Owncloud: `Settings -> Security -> App passwords / tokens`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# You have to create a passcode on your cloud instance.
# * Owncloud: `Settings -> Security -> App passwords / tokens`
# You have to create a passcode on your cloud instance with `Settings -> Security -> App passwords / tokens`.

# You have to create a passcode on you owncloud instance via
# Settings -> Security -> App passwords / tokens
# You have to create a passcode on your cloud instance.
# * Owncloud: `Settings -> Security -> App passwords / tokens`
[repository.options]
endpoint = "https://my-owncloud-server.com"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
endpoint = "https://my-owncloud-server.com"
endpoint = "https://my-owncloud-or-nextcloud-server.com"

# You have to create a passcode on you owncloud instance via
# Settings -> Security -> App passwords / tokens
# You have to create a passcode on your cloud instance.
# * Owncloud: `Settings -> Security -> App passwords / tokens`
[repository.options]
endpoint = "https://my-owncloud-server.com"
root = "remote.php/webdav/my-folder" # This path may be different for your cloudprovider
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
root = "remote.php/webdav/my-folder" # This path may be different for your cloudprovider
# root = "remote.php/webdav/my-folder" # for owncloud
# root = "remote.php/dav/files/<username>" # for nextcloud

@simonsan
Copy link
Contributor

simonsan commented Feb 6, 2024

I'll fix it myself on main ......

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants