Skip to content

Commit b2f2eab

Browse files
committed
updated cryptomator.org links
1 parent 6ae9986 commit b2f2eab

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

source/desktop/setup.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Ensure that your computer's specifications meet the system requirements required
1616
Install Cryptomator on Windows
1717
------------------------------
1818

19-
1. Download Cryptomator's ``.exe`` installer for Windows from our `downloads page <https://cryptomator.org/downloads>`_.
19+
1. Download Cryptomator's ``.exe`` installer for Windows from our `downloads page <https://cryptomator.org/downloads/>`_.
2020
2. Launch the ``.exe`` installer.
2121
3. Follow the on-screen instructions.
2222

@@ -27,7 +27,7 @@ Install Cryptomator on Windows
2727
Install Cryptomator on macOS
2828
----------------------------
2929

30-
1. Download Cryptomator's ``.dmg`` installer for macOS from our `downloads page <https://cryptomator.org/downloads>`_.
30+
1. Download Cryptomator's ``.dmg`` installer for macOS from our `downloads page <https://cryptomator.org/downloads/>`_.
3131
2. Launch the ``.dmg`` installer.
3232
3. Accept the license.
3333
4. Drag & drop Cryptomator into the Applications folder.
@@ -49,4 +49,4 @@ Cryptomator is available on Linux via ``Flatpak``, ``PPA`` and ``AUR`` package m
4949
The easiest and recommended way of installing Cryptomator on Linux is by downloading Cryptomator's AppImage (an ``.appimage`` file) - as it works on almost all distributions.
5050
Just remember to `make it executable <https://docs.appimage.org/user-guide/run-appimages.html#running-appimages>`_ before you try to run it.
5151

52-
Visit our `downloads page <https://cryptomator.org/downloads>`_ to choose your preferred installation method.
52+
Visit our `downloads page <https://cryptomator.org/downloads/>`_ to choose your preferred installation method.

source/hub/admin.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Note that:
2929
* If a user is assigned to multiple vaults, it only *occupies one* seat.
3030
* If :ref:`a user is created or imported to Hub <hub/user-group-management>`, it does not occupy a seat.
3131

32-
.. note:: Enterprise licenses can have an unlimited number of seats. Visit `cryptomator.org <https://cryptomator.org/hub/>`_ for more information.
32+
.. note:: Enterprise licenses can have an unlimited number of seats. Visit `cryptomator.org <https://cryptomator.org/for-teams/>`_ for more information.
3333

3434
.. _hub/admin/license/community-license:
3535

source/hub/deployment.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Cryptomator Hub can be deployed to a Kubernetes cluster or a Docker host. The fo
77

88
.. note::
99

10-
Cryptomator Hub is also offered as a hosted solution, including 99.5%-uptime guarantee and regular backups! Visit `cryptomator.org <https://cryptomator.org/hub/>`_ for more information.
10+
Cryptomator Hub is also offered as a hosted solution, including 99.5%-uptime guarantee and regular backups! Visit `cryptomator.org <https://cryptomator.org/for-teams/>`_ for more information.
1111

1212
Summary
1313
-------
1414

1515
#. Decide, on which web addresses you want to deploy Hub and Keycloak
1616
#. Set up DNS and TLS termination
17-
#. Use the `Setup Wizard <https://cryptomator.org/hub/setup/>`_ to generate a deployment descriptor template
17+
#. Use the `Setup Wizard <https://cryptomator.org/hub/self-hosted/>`_ to generate a deployment descriptor template
1818
#. Customize the template if needed (e.g., adjust the Ingress settings) and deploy the software stack to your cluster
1919

2020
Afterwards you're done.
@@ -30,15 +30,15 @@ Currently, we are evaluating the system requirements for Cryptomator Hub. If you
3030
Setup Wizard
3131
------------
3232

33-
To get started, use the `Setup Wizard <https://cryptomator.org/hub/setup/>`_ to generate the necessary configuration files.
33+
To get started, use the `Setup Wizard <https://cryptomator.org/hub/self-hosted/>`_ to generate the necessary configuration files.
3434

3535
Cryptomator Hub depends on `Keycloak <https://www.keycloak.org/>`_, an open-source identity and access management solution.
3636
In the Setup Wizard, you will have the option to choose between deploying Keycloak alongside Hub or specifying an URL to an existing Keycloak installation.
3737

3838
Reverse Proxy
3939
-------------
4040

41-
Cryptomator Hub must be used behind a reverse proxy such as Traefik or Nginx. In the `Setup Wizard <https://cryptomator.org/hub/setup/>`_ you can already add rules for some reverse proxies like Traefik. As mentioned there, you will still need a running Traefik deployment.
41+
Cryptomator Hub must be used behind a reverse proxy such as Traefik or Nginx. In the `Setup Wizard <https://cryptomator.org/hub/self-hosted/>`_ you can already add rules for some reverse proxies like Traefik. As mentioned there, you will still need a running Traefik deployment.
4242

4343
If you don't have a running Traefik deployment and want to use Docker Compose to run Hub, you can use the following as starting point:
4444

@@ -110,7 +110,7 @@ Before running this deployment
110110
#. You must set a valid email address in ``TODO``
111111
#. You must have ports 80 and 443 open on the host machine
112112
#. You need to create for Hub and optionally Keycloak DNS entries (``CNAME``, or ``A`` record) for the domain entered in the Setup Wizard of Hub
113-
#. Create a Hub deployment using the `Setup Wizard <https://cryptomator.org/hub/setup/>`_ with ``include Traeffik`` selected and merge the content with this file:
113+
#. Create a Hub deployment using the `Setup Wizard <https://cryptomator.org/hub/self-hosted/>`_ with ``include Traeffik`` selected and merge the content with this file:
114114

115115
#. Copy the ``hub-internal: {}`` section of the Setup Wizard to this ``networks``
116116
#. Copy all services of the Setup Wizard under the ``services`` section to this ``services``

0 commit comments

Comments
 (0)