Skip to content

Commit

Permalink
docs: added clarification for remote execution of ExApps
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <[email protected]>
  • Loading branch information
bigcat88 committed Nov 27, 2023
1 parent ec0324b commit 7f65e09
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/DeployConfigurations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,12 @@ Docker Socket Proxy security
****************************

AIO Docker Socket Proxy has strictly limited access to the Docker APIs described in `HAProxy configuration <https://github.com/nextcloud/all-in-one/blob/main/Containers/docker-socket-proxy/haproxy.cfg>`_.

Network configurations
----------------------

When GUI will support all command line options like: ``hostname``, ``ssl_key``... they will be described here.

If you want to run ExApp on the remote host, see :ref:`occ cli commands <occ_daemon_config_registration>` for it.

.. note:: AppAPI does not currently support automatic configuration for applications to use **https**, but we have plans for this in the future.
1 change: 1 addition & 0 deletions docs/tech_details/Deployment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ AppAPI ExApps deployment process in short consists of 3 steps:
2. `ExApp deployment`_
3. `ExApp registration`_

.. _occ_daemon_config_registration:

DaemonConfig registration
-------------------------
Expand Down

0 comments on commit 7f65e09

Please sign in to comment.