Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
Binary file removed _images/cryptomator_256.png
Binary file not shown.
Binary file removed _images/cyberduck-icon-64.png
Binary file not shown.
Binary file removed _images/mountainduck_y_64.png
Binary file not shown.
66 changes: 26 additions & 40 deletions _static/css/documentation.css
Original file line number Diff line number Diff line change
@@ -1,60 +1,46 @@
@import url("https://cdn.cyberduck.io/css/custom.css");

body {
font-size: 16px;
}

.wy-nav-content {
max-width: 100%
}

.text-align\:left {
text-align: left;
}
.text-align\:center {
text-align: center;
}
.text-align\:right {
text-align: right;
}

.wy-menu-vertical a:hover, .wy-menu-vertical a:focus {
color: inherit;
}

.rst-content blockquote {
font-size: 16px;
margin: 0;
}

.rst-content blockquote p {
padding-left: 10px;
border-left: 5px solid #ccc;
}

.sphinx-tabs-panel {
padding: 1em 1em 0 1em;
}

.rst-content section ol.arabic, .rst-content section ol.arabic > li {
section ol.arabic, .rst-content section ol.arabic > li {
list-style: none;
}

.rst-content section ol.arabic > li {
section ol.arabic > li {
position: relative;
counter-increment: step-counter;
padding-left: 10px;
padding-bottom: 10px;
}

.rst-content section ol > li::before {
section ol > li::before {
text-align: center;
content: counter(step-counter);
background-color: #55a5d9;
background-color: var(--sy-c-border);
color: white;
padding: 2px 10px;
border-radius: 50%;
position: absolute;
display: block;
right: 100%;
}

html[data-accent-color='blue'] {
--accent-9: #337ab7;
}

.sphinx-tabs-panel {
border: 1px solid var(--sy-c-border);
border-radius: 4px;
padding: 1rem;
}

.sphinx-tabs-tab:hover {
cursor: pointer;
}

.sphinx-tabs {
border-bottom: 1px solid var(--sy-c-border);
}

.yue ul > li > p {
margin: 0;
}
5 changes: 0 additions & 5 deletions cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ support
[Cyberduck with a command-line interface (CLI)](https://duck.sh/) is available for Mac, Windows & Linux. It is installed
as `duck`.

:::{contents} Content
:depth: 2
:local:
:::

## Installation

:::::{tabs}
Expand Down
12 changes: 9 additions & 3 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
extensions = [
"sphinx_rtd_theme",
"sphinx_tabs.tabs",
"sphinx_design",
"myst_parser",
]

Expand All @@ -46,16 +47,21 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
html_theme = 'shibuya'
html_theme_options = {
'logo_only': True,
"accent_color": "blue",

'logo_only': True,
'style_nav_header_background': '#5a5a5a',
'style_external_links': True,
'vcs_pageview_mode': 'edit',

# Toc options
'includehidden': True,
'titles_only': False
'titles_only': False,

"github_url": "https://github.com/iterate-ch/docs",
"mastodon_url": "https://fosstodon.org/@cyberduck"
}
html_favicon = '_static/favicon.ico'
html_logo = 'cyberduck-icon-64.png'
Expand Down
Binary file removed cryptomator/_images/cryptomator.png
Binary file not shown.
4 changes: 2 additions & 2 deletions cryptomator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ architecture/index
../tutorials/vault_localdisk
:::

:::{image} _images/cryptomator.png
:::{image} https://cryptomator.org/img/logo.svg
:alt: Cryptomator
:width: 400px
:width: 128px
:::

Support for client-side encryption with [Cryptomator](https://cryptomator.org/) interoperable vaults to secure your data on any server or cloud storage.
Expand Down
5 changes: 0 additions & 5 deletions cyberduck/bookmarks.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
Bookmarks
====

:::{contents} Content
:depth: 2
:local:
:::

## Toggle Bookmarks

::::{tabs}
Expand Down
5 changes: 0 additions & 5 deletions cyberduck/browser.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
Browser
====

:::{contents} Content
:depth: 2
:local:
:::

## Navigation

### List and Outline View
Expand Down
5 changes: 0 additions & 5 deletions cyberduck/connection.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
Opening Connections
====

:::{contents} Content
:depth: 2
:local:
:::

## Supported Protocols

All major server and cloud storage [protocols](../protocols/index.md) are supported to connect to just about any server you want.
Expand Down
5 changes: 0 additions & 5 deletions cyberduck/faq.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
FAQ
====

:::{contents} Content
:depth: 2
:local:
:::

## General

### What is Cyberduck?
Expand Down
5 changes: 0 additions & 5 deletions cyberduck/info.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
Info Window
====

:::{contents} Content
:depth: 2
:local:
:::

::::{tabs}
:::{group-tab} Cyberduck

Expand Down
5 changes: 0 additions & 5 deletions cyberduck/share.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ accessible link. Depending on the provider, the link may be auto expiring and no
password can be set required to download the file. Some providers support to _Request files…_ from others by creating an
URL that allows others to add files to your account.

:::{contents} Content
:depth: 2
:local:
:::

## Availability

The table below shows the protocols which support to share files using _Share…_ or _Request files…_.
Expand Down
5 changes: 0 additions & 5 deletions cyberduck/transfer.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ sync
copy
:::

:::{contents} Content
:depth: 2
:local:
:::

The *Transfers* window lists pending and completed transfers. The list is retained when the application is closed and can be retrieved after restarting so that the transfer can be restarted at a later time.

- [Download](download.md)
Expand Down
22 changes: 15 additions & 7 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,29 @@ tutorials/index

If you have a feature request or bug to report you can open a new ticket. The pages below has all the information on how to collect relevant log files.

- [Cyberduck Support](cyberduck/support.md)
- [Mountain Duck Support](mountainduck/support/index.md)
- [CLI Support](cli/support.md)
- [Cyberduck Support](https://docs.cyberduck.io/cyberduck/support/)
- [Mountain Duck Support](https://docs.mountainduck.io/mountainduck/support/)
- [CLI Support](https://docs.duck.sh/cli/support/)

<img src="_images/cyberduck-icon-64.png" alt="Cyberduck Application Icon" height="64px"> [Cyberduck](cyberduck/index.md)
----
## [Cyberduck](cyberduck/index.md)

:::{image} https://cdn.cyberduck.io/img/cyberduck-icon-rect-128.png
:alt: Cyberduck Application Icon
:width: 128px
:::

Cyberduck is a libre server and cloud storage browser for Mac and Windows. With an easy-to-use interface, connect to servers, enterprise file sharing, and cloud storage.

### [Frequently Asked Questions (FAQ)](cyberduck/faq.md)

Read more about system requirements, registration keys and incompatibilities.

<img src="_images/mountainduck_y_64.png" alt="Mountain Duck Application Icon" height="64px"> [Mountain Duck](mountainduck/index.md)
----
## [Mountain Duck](mountainduck/index.md)

:::{image} https://cdn.mountainduck.io/images/mountainduck_y_256.png
:alt: Mountain Duck Application Icon
:width: 128px
:::

Mountain Duck lets you mount server and cloud storage as a disk in Finder on macOS and the File Explorer on Windows with a minimal User Interface and Smart Synchronisation feature that allows making files available offline.

Expand Down
5 changes: 0 additions & 5 deletions mountainduck/interface.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
User Interface
====

:::{contents} Content
:depth: 2
:local:
:::

## User Interface

Mountain Duck runs in the status bar (macOS) and taskbar (Windows).
Expand Down
5 changes: 0 additions & 5 deletions mountainduck/issues/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ Known Issues
fastcgi
:::

:::{contents} Content
:depth: 2
:local:
:::

## Performance Considerations

To reduce the number of requests to the remote server for mounted volumes, we recommend the following settings when running in *Online* connect mode.
Expand Down
5 changes: 0 additions & 5 deletions mountainduck/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ Preferences
../tutorials/hidden_properties
:::

:::{contents} Content
:depth: 2
:local:
:::

## General

### Save Workspace
Expand Down
5 changes: 0 additions & 5 deletions mountainduck/support/licensing.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
Licensing
====

:::{contents} Content
:depth: 2
:local:
:::

:::{note}
Mountain Duck is licensed on a per-seat basis. Each license is valid for one user. The license can be used on multiple
devices as long as the same user is accessing the application.
Expand Down
5 changes: 0 additions & 5 deletions protocols/b2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ Backblaze B2

> [Backblaze B2 Cloud Storage](https://www.backblaze.com/b2/cloud-storage.html) works similar to Amazon S3 or Microsoft Azure, allowing you to store unlimited data in the cloud. But does it for 1/4th the cost.

:::{contents} Content
:depth: 2
:local:
:::

## Connecting

Obtain the login credentials from [backblaze.com](https://secure.backblaze.com/). Choose App Keys on the sidebar and generate a new application key. Once you have your credentials, choose B2 Cloud Storage from the list of protocols when editing a [bookmark](../cyberduck/bookmarks.md) or use the `b2://` scheme when using the [CLI](../cli/index.md).
Expand Down
5 changes: 0 additions & 5 deletions protocols/ftp.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ FTP & FTP-TLS
:width: 128px
:::

:::{contents} Content
:depth: 2
:local:
:::

## Providers

Settings are specific to service providers. Use the provided [connection profiles](index.md#connection-profiles).
Expand Down
5 changes: 0 additions & 5 deletions protocols/googlecloudstorage.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ profiles/google_client_id

> [Google Cloud Storage](https://cloud.google.com/storage/docs) is an S3 compatible service with pricing based on usage. Google Cloud Storage is interoperable with [S3](s3/index.md).

:::{contents} Content
:depth: 2
:local:
:::

## Connecting

### Interoperable Access
Expand Down
5 changes: 0 additions & 5 deletions protocols/googledrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ profiles/google_client_id
Download [Mountain Duck](https://mountainduck.io/) as an alternative to *Drive File Stream* or *Drive for Desktop*.
:::

:::{contents} Content
:depth: 2
:local:
:::

## Connecting

Connect to your [Google Drive](http://drive.google.com/) to store plain files.
Expand Down
5 changes: 0 additions & 5 deletions protocols/openstack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ providers
:width: 128px
:::

:::{contents} Content
:depth: 2
:local:
:::

## Connecting

Connect to a [Swift (OpenStack Object Storage)](https://docs.openstack.org/swift/latest/) installation. Choose *Swift (OpenStack Object Storage)* from the list of protocols.
Expand Down
5 changes: 0 additions & 5 deletions protocols/openstack/infomaniak.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ Infomaniak

![Infomaniak Drive Icon](_images/blue-128.png)

:::{contents} Content
:depth: 2
:local:
:::

## Infomaniak Public Cloud

> [High Performance Cloud Infrastructure. In Switzerland, at the right price.](https://www.infomaniak.com/en/hosting/public-cloud)
Expand Down
5 changes: 0 additions & 5 deletions protocols/profiles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ google_client_id
aws_oidc
:::

:::{contents} Content
:depth: 2
:local:
:::

[Connection profiles](../../cyberduck/connection.md#connection-profiles) (`.cyberduckprofile`) are documents describing connection settings for a hosting provider.

:::{note}
Expand Down
Loading
Loading