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: admin_manual/exapps_management/DeployConfigurations.rst
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@ Orchestrates the deployment of applications as Docker containers.
17
17
|The administrator is responsible for the security actions taken to configure the Docker daemon connected to the Nextcloud instance.
18
18
|These schemes are only examples of possible configurations.
19
19
20
-
|For Docker Deploy Daemon (HaRP), `AppAPI HaRP <https://github.com/nextcloud/harp>`_ is required or `AIO HaRP <#nextcloud-in-aio-and-docker-on-the-same-host>`_ for Nextcloud AIO.
20
+
|For Docker Deploy Daemon (HaRP), `AppAPI HaRP <https://github.com/nextcloud/harp>`_ is required.
21
21
|For Docker Deploy Daemon (Docker Socket Proxy), we recommend that you use the `AppAPI Docker Socket Proxy <https://github.com/nextcloud/docker-socket-proxy>`_ or `AIO Docker Socket Proxy <#nextcloud-in-docker-aio-all-in-one>`_ container for Nextcloud AIO.
22
22
23
23
There are several Docker Daemon Deploy configurations (example schemes):
24
24
25
25
* Nextcloud and Docker on the **same host** (via socket, DockerSocketProxy, or HaRP)
26
26
* Nextcloud on the host and Docker on a **remote** host (via DockerSocketProxy with HTTPS, or HaRP)
27
27
* Nextcloud and **ExApps** in the **same Docker network** (via DockerSocketProxy, or HaRP)
28
-
* Nextcloud in AIO Docker and **ExApps** in the **same Docker network** (via AIO DockerSocketProxy or HaRP)
28
+
* Nextcloud in AIO Docker and **ExApps** in the **same Docker network** (via AIO DockerSocketProxy)
29
29
30
30
31
31
.. _ai-app_api_ddd-harp:
@@ -176,18 +176,6 @@ A setup with the HaRP container itself on the remote is not supported.
176
176
9. Start the FRP client with the command: ``frpc -c /path/to/frpc.toml``.
177
177
10. Finally, test the whole setup with "Test deploy" in the 3-dots menu of the deploy daemon.
178
178
179
-
Nextcloud in AIO and Docker on the same host
180
-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
181
-
182
-
Nextcloud AIO (All-in-One) comes with a built-in HaRP container that can be used to deploy ExApps on the same host.
183
-
Enabling the "HaRP" container should automatically create a Deploy Daemon and configure it to work out-of-the-box.
184
-
185
-
Just go to AppAPI admin settings and register a ``HaRP All-in-One`` daemon.
186
-
187
-
.. image:: ./img/harp_aio.png
188
-
189
-
Finally, test the whole setup with "Test deploy" in the 3-dots menu of the deploy daemon.
0 commit comments