You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/desktop/setup.rst
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Ensure that your computer's specifications meet the system requirements required
16
16
Install Cryptomator on Windows
17
17
------------------------------
18
18
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/>`_.
20
20
2. Launch the ``.exe`` installer.
21
21
3. Follow the on-screen instructions.
22
22
@@ -27,7 +27,7 @@ Install Cryptomator on Windows
27
27
Install Cryptomator on macOS
28
28
----------------------------
29
29
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/>`_.
31
31
2. Launch the ``.dmg`` installer.
32
32
3. Accept the license.
33
33
4. Drag & drop Cryptomator into the Applications folder.
@@ -49,4 +49,4 @@ Cryptomator is available on Linux via ``Flatpak``, ``PPA`` and ``AUR`` package m
49
49
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.
50
50
Just remember to `make it executable <https://docs.appimage.org/user-guide/run-appimages.html#running-appimages>`_ before you try to run it.
51
51
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.
Copy file name to clipboardExpand all lines: source/hub/admin.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ Note that:
29
29
* If a user is assigned to multiple vaults, it only *occupies one* seat.
30
30
* If :ref:`a user is created or imported to Hub <hub/user-group-management>`, it does not occupy a seat.
31
31
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.
Copy file name to clipboardExpand all lines: source/hub/deployment.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ Cryptomator Hub can be deployed to a Kubernetes cluster or a Docker host. The fo
7
7
8
8
.. note::
9
9
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.
11
11
12
12
Summary
13
13
-------
14
14
15
15
#. Decide, on which web addresses you want to deploy Hub and Keycloak
16
16
#. 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
18
18
#. Customize the template if needed (e.g., adjust the Ingress settings) and deploy the software stack to your cluster
19
19
20
20
Afterwards you're done.
@@ -30,15 +30,15 @@ Currently, we are evaluating the system requirements for Cryptomator Hub. If you
30
30
Setup Wizard
31
31
------------
32
32
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.
34
34
35
35
Cryptomator Hub depends on `Keycloak <https://www.keycloak.org/>`_, an open-source identity and access management solution.
36
36
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.
37
37
38
38
Reverse Proxy
39
39
-------------
40
40
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.
42
42
43
43
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:
44
44
@@ -110,7 +110,7 @@ Before running this deployment
110
110
#. You must set a valid email address in ``TODO``
111
111
#. You must have ports 80 and 443 open on the host machine
112
112
#. 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:
114
114
115
115
#. Copy the ``hub-internal: {}`` section of the Setup Wizard to this ``networks``
116
116
#. Copy all services of the Setup Wizard under the ``services`` section to this ``services``
0 commit comments