Skip to content

Commit 9a435c7

Browse files
authored
Merge pull request #13948 from nextcloud/enh/noid/improve-aio-notice
fix(DeployConfigurations): remove notice that AIO has a built-in HaRP container as it does not
2 parents 0af0781 + 3537dcb commit 9a435c7

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

admin_manual/exapps_management/DeployConfigurations.rst

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Orchestrates the deployment of applications as Docker containers.
1717
| The administrator is responsible for the security actions taken to configure the Docker daemon connected to the Nextcloud instance.
1818
| These schemes are only examples of possible configurations.
1919
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.
2121
| 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.
2222
2323
There are several Docker Daemon Deploy configurations (example schemes):
2424

2525
* Nextcloud and Docker on the **same host** (via socket, DockerSocketProxy, or HaRP)
2626
* Nextcloud on the host and Docker on a **remote** host (via DockerSocketProxy with HTTPS, or HaRP)
2727
* 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)
2929

3030

3131
.. _ai-app_api_ddd-harp:
@@ -176,18 +176,6 @@ A setup with the HaRP container itself on the remote is not supported.
176176
9. Start the FRP client with the command: ``frpc -c /path/to/frpc.toml``.
177177
10. Finally, test the whole setup with "Test deploy" in the 3-dots menu of the deploy daemon.
178178

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.
190-
191179
.. _ai-app_api_ddd-dsp:
192180

193181
Docker Deploy Daemon (Docker Socket Proxy)

0 commit comments

Comments
 (0)