From 53204f83c2ad48b4d45566399f263bb73b387f4a Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 18 Dec 2025 11:28:04 +0100 Subject: [PATCH] fix(DeployConfigurations): remove notice that AIO has a built-in HaRP container as it does not Signed-off-by: Simon L. --- .../exapps_management/DeployConfigurations.rst | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/admin_manual/exapps_management/DeployConfigurations.rst b/admin_manual/exapps_management/DeployConfigurations.rst index 98f2a785cf4..0e84fbb0f29 100644 --- a/admin_manual/exapps_management/DeployConfigurations.rst +++ b/admin_manual/exapps_management/DeployConfigurations.rst @@ -17,7 +17,7 @@ Orchestrates the deployment of applications as Docker containers. | The administrator is responsible for the security actions taken to configure the Docker daemon connected to the Nextcloud instance. | These schemes are only examples of possible configurations. - | For Docker Deploy Daemon (HaRP), `AppAPI HaRP `_ is required or `AIO HaRP <#nextcloud-in-aio-and-docker-on-the-same-host>`_ for Nextcloud AIO. + | For Docker Deploy Daemon (HaRP), `AppAPI HaRP `_ is required. | For Docker Deploy Daemon (Docker Socket Proxy), we recommend that you use the `AppAPI Docker Socket Proxy `_ or `AIO Docker Socket Proxy <#nextcloud-in-docker-aio-all-in-one>`_ container for Nextcloud AIO. There are several Docker Daemon Deploy configurations (example schemes): @@ -25,7 +25,7 @@ There are several Docker Daemon Deploy configurations (example schemes): * Nextcloud and Docker on the **same host** (via socket, DockerSocketProxy, or HaRP) * Nextcloud on the host and Docker on a **remote** host (via DockerSocketProxy with HTTPS, or HaRP) * Nextcloud and **ExApps** in the **same Docker network** (via DockerSocketProxy, or HaRP) - * Nextcloud in AIO Docker and **ExApps** in the **same Docker network** (via AIO DockerSocketProxy or HaRP) + * Nextcloud in AIO Docker and **ExApps** in the **same Docker network** (via AIO DockerSocketProxy) .. _ai-app_api_ddd-harp: @@ -176,18 +176,6 @@ A setup with the HaRP container itself on the remote is not supported. 9. Start the FRP client with the command: ``frpc -c /path/to/frpc.toml``. 10. Finally, test the whole setup with "Test deploy" in the 3-dots menu of the deploy daemon. -Nextcloud in AIO and Docker on the same host -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -Nextcloud AIO (All-in-One) comes with a built-in HaRP container that can be used to deploy ExApps on the same host. -Enabling the "HaRP" container should automatically create a Deploy Daemon and configure it to work out-of-the-box. - -Just go to AppAPI admin settings and register a ``HaRP All-in-One`` daemon. - -.. image:: ./img/harp_aio.png - -Finally, test the whole setup with "Test deploy" in the 3-dots menu of the deploy daemon. - .. _ai-app_api_ddd-dsp: Docker Deploy Daemon (Docker Socket Proxy)