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

Add Magenta Cloud profile #24

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions Magenta Cloud (WebDAV).cyberduckprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Protocol</key>
<string>dav</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

Should test if we can use nextcloud and sharing features work.

<key>Vendor</key>
<string>magenta</string>
<key>Description</key>
<string>Magenta Cloud (WebDAV)</string>
<key>Default Nickname</key>
<string>Magenta Cloud</string>
<key>Default Hostname</key>
<string>magentacloud.de/</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

Omit trailing /

<key>Default Path</key>
<string>remote.php/webdav</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

Prefix with / If nextcloud can be used, can possibly be omitted.

<key>Path Configurable</key>
<true/>
<key>Username Placeholder</key>
<string>Benutzername</string>
<key>Username Configurable</key>
<true/>
<key>Password Placeholder</key>
<string>Protokoll-Password</string>
<key>Password Configurable</key>
<true/>
<key>Token Configurable</key>
<false/>
<key>Anonymous Configurable</key>
<false/>
<key>Certificate Configurable</key>
<false/>
</dict>
</plist>