-
Notifications
You must be signed in to change notification settings - Fork 83
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
config/services/webdav.toml
Outdated
# You have to create a passcode on your cloud instance. | ||
# * Owncloud: `Settings -> Security -> App passwords / tokens` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# 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`. |
config/services/webdav.toml
Outdated
# 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" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
endpoint = "https://my-owncloud-server.com" | |
endpoint = "https://my-owncloud-or-nextcloud-server.com" |
config/services/webdav.toml
Outdated
# 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
I'll fix it myself on main ...... |
No description provided.