Skip to content

Commit

Permalink
Fix indents.
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Aug 21, 2024
1 parent 4e00540 commit ae3f455
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ To install *Cyberduck CLI* use
deb https://s3.amazonaws.com/repo.deb.cyberduck.io nightly main
deb https://s3.amazonaws.com/repo.deb.cyberduck.io stable main
```
or using
or using
```
echo -e "deb https://s3.amazonaws.com/repo.deb.cyberduck.io stable main" | sudo tee /etc/apt/sources.list.d/cyberduck.list > /dev/null
```
Expand Down
46 changes: 23 additions & 23 deletions cryptomator/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,24 +46,24 @@ Choose *File → New Vault…* to create a new vault.
::::
::::{group-tab} Mountain Duck

- Choose *New Vault…* from the Finder Extension toolbar or context menu using right-click in Finder or Windows Explorer.
1. Choose *New Vault…* from the Finder Extension toolbar or context menu using right-click in Finder or Windows Explorer.

:::{image} _images/Mountain_Duck_Create_New_Vault_Finder_Extension.png
:alt: Mountain Duck Create New Vault (Finder Extension)
:width: 400px
:::
:::{image} _images/Mountain_Duck_Create_New_Vault_Finder_Extension.png
:alt: Mountain Duck Create New Vault (Finder Extension)
:width: 400px
:::

:::{image} _images/Mountain_Duck_Create_New_Vault_Windows_Explorer.png
:alt: Mountain Duck Create New Vault (Windows Explorer)
:width: 400px
:::

:::{image} _images/Mountain_Duck_Create_New_Vault_Windows_Explorer.png
:alt: Mountain Duck Create New Vault (Windows Explorer)
:width: 400px
:::
1. Choose a name for the Vault folder and a passphrase to secure the Vault.

- Choose a name for the Vault folder and a passphrase to secure the Vault.

:::{image} _images/Create_New_Vault.png
:alt: Create New Vault
:width: 400px
:::
:::{image} _images/Create_New_Vault.png
:alt: Create New Vault
:width: 400px
:::

::::
:::::
Expand Down Expand Up @@ -181,14 +181,14 @@ In your local disk connection, you can access all directories which are saved on
1. Navigate to the Dropbox directory and open the subdirectories until you reach your vault.
2. Double click your vault.
3. Type your set password in the password box. If you want you can save the password for easier access to this directory for further usage.
:::{image} _images/access_Cryptomator_vault_Mountain_Duck.png
:alt: Mountain Duck Cryptomator Vault
:width: 400px
:::
:::{image} _images/access_Cryptomator_vault_Cyberduck.png
:alt: Cyberduck Access Cryptomator Vault
:width: 400px
:::
:::{image} _images/access_Cryptomator_vault_Mountain_Duck.png
:alt: Mountain Duck Cryptomator Vault
:width: 400px
:::
:::{image} _images/access_Cryptomator_vault_Cyberduck.png
:alt: Cyberduck Access Cryptomator Vault
:width: 400px
:::
4. Click the Continue button and your vault should open.

::::
Expand Down
14 changes: 7 additions & 7 deletions protocols/dropbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ Access your [Dropbox](https://db.tt/49NiK95I) without syncing to your computer.

1. You will be asked to link Cyberduck to your Dropbox account on your first connection attempt.

![Dropbox Link](_images/Dropbox_Link.png)
![Dropbox Link](_images/Dropbox_Link.png)

2. Log in to Dropbox and grant permissions to *Cyberduck*.

![Dropbox Permissions](_images/Dropbox_Permissions.png)
![Dropbox Permissions](_images/Dropbox_Permissions.png)

3. The authorization code will be submitted to Cyberduck automatically.

:::{admonition} Multiple Accounts
:class: tip

You can connect to multiple accounts at the same time. Create a new bookmark for every account and run through the OAuth flow. Make sure to log out in your browser prior to setting up a new bookmark to make sure the new bookmark is linked to a newly authenticated account.
:::
:::{admonition} Multiple Accounts
:class: tip
You can connect to multiple accounts at the same time. Create a new bookmark for every account and run through the OAuth flow. Make sure to log out in your browser prior to setting up a new bookmark to make sure the new bookmark is linked to a newly authenticated account.
:::

### Reset OAuth Tokens

Expand Down
24 changes: 12 additions & 12 deletions protocols/profiles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,18 +154,18 @@ All additional schemes are registered as a scheme handler when opening [Mountain
Create a *multi-TIFF* containing the needed icon sizes:
1. Create a high-resolution *.png* file based on the PSD template
2. Use the following script to generate the different resolutions and the multi-TIFF *disk.tiff* file:
```
png=[LOCATION_OF_HIGH_RESOLUTION_PNG]
tmp=$TMPDIR
target=[TARGET_FOLDER]
/usr/bin/sips -s format png -z 128 128 -s dpiHeight 144.0 -s dpiWidth 144.0 ${png} --out ${tmp}/[email protected]
/usr/bin/sips -s format png -z 64 64 -s dpiHeight 72.0 -s dpiWidth 72.0 ${png} --out ${tmp}/icon_64x64.png
/usr/bin/sips -s format png -z 96 96 -s dpiHeight 144.0 -s dpiWidth 144.0 ${png} --out ${tmp}/[email protected]
/usr/bin/sips -s format png -z 48 48 -s dpiHeight 72.0 -s dpiWidth 72.0 ${png} --out ${tmp}/icon_96.png
/usr/bin/sips -s format png -z 256 256 -s dpiHeight 144.0 -s dpiWidth 144.0 ${png} --out ${tmp}/[email protected]
/usr/bin/sips -s format png -z 128 128 -s dpiHeight 72.0 -s dpiWidth 72.0 ${png} --out ${tmp}/icon_256.png
/usr/bin/tiffutil -cathidpicheck ${tmp}/[email protected] ${tmp}/icon_64x64.png ${tmp}/icon_96.png ${tmp}/[email protected] ${tmp}/icon_256.png ${tmp}/[email protected] -out ${target}/ disk.tiff
```
```
png=[LOCATION_OF_HIGH_RESOLUTION_PNG]
tmp=$TMPDIR
target=[TARGET_FOLDER]
/usr/bin/sips -s format png -z 128 128 -s dpiHeight 144.0 -s dpiWidth 144.0 ${png} --out ${tmp}/[email protected]
/usr/bin/sips -s format png -z 64 64 -s dpiHeight 72.0 -s dpiWidth 72.0 ${png} --out ${tmp}/icon_64x64.png
/usr/bin/sips -s format png -z 96 96 -s dpiHeight 144.0 -s dpiWidth 144.0 ${png} --out ${tmp}/[email protected]
/usr/bin/sips -s format png -z 48 48 -s dpiHeight 72.0 -s dpiWidth 72.0 ${png} --out ${tmp}/icon_96.png
/usr/bin/sips -s format png -z 256 256 -s dpiHeight 144.0 -s dpiWidth 144.0 ${png} --out ${tmp}/[email protected]
/usr/bin/sips -s format png -z 128 128 -s dpiHeight 72.0 -s dpiWidth 72.0 ${png} --out ${tmp}/icon_256.png
/usr/bin/tiffutil -cathidpicheck ${tmp}/[email protected] ${tmp}/icon_64x64.png ${tmp}/icon_96.png ${tmp}/[email protected] ${tmp}/icon_256.png ${tmp}/[email protected] -out ${target}/ disk.tiff
```
3. Use the command ``` base64 ./disk.tiff -b 70 ``` to generate the base64 version of the multi-TIFF file. This final version will be used for the connection profile.
## Sample Connection Profiles
Expand Down

0 comments on commit ae3f455

Please sign in to comment.