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
* ``--haproxy_password PASSWORD`` - ``[optional]`` password if ``AppAPI Docker Socket Proxy`` is used
47
+
* ``--gpu`` - ``[optional]`` GPU device to expose to the daemon (e.g. ``/dev/dri``)
83
48
84
49
.. note::
85
50
Common configurations are tested by CI in our repository, see `workflows on github <https://github.com/cloud-py-api/app_api/blob/main/.github/workflows/tests-deploy.yml>`_.
@@ -91,7 +56,7 @@ Example of ``occ`` **app_api:daemon:register** command:
91
56
92
57
.. code-block:: bash
93
58
94
-
sudo -u www-data php occ app_api:daemon:register docker_local_sock "My Local Docker" docker-install unix-socket /var/run/docker.sock "https://nextcloud.local" --net nextcloud
59
+
sudo -u www-data php occ app_api:daemon:register docker_local_sock "My Local Docker" docker-install http /var/run/docker.sock "https://nextcloud.local" --net nextcloud
95
60
96
61
97
62
ExApp deployment
@@ -156,7 +121,7 @@ For all examples and applications we release we usually add manual_install comma
.. note:: **Deployment/Startup of App should be done by developer when manual_install DeployConfig type is used.**
@@ -172,7 +137,6 @@ The following env variables are required and built automatically:
172
137
* ``APP_ID`` - ExApp appid
173
138
* ``APP_DISPLAY_NAME`` - ExApp display name
174
139
* ``APP_VERSION`` - ExApp version
175
-
* ``APP_PROTOCOL`` - protocol ExApp is listening on (http|https)
176
140
* ``APP_HOST`` - host ExApp is listening on
177
141
* ``APP_PORT`` - port ExApp is listening on (randomly selected by AppAPI)
178
142
* ``APP_PERSISTENT_STORAGE`` - path to mounted volume for persistent data storage between ExApp updates
@@ -182,19 +146,6 @@ The following env variables are required and built automatically:
182
146
.. note::
183
147
Additional envs can be passed using multiple ``--env ENV_NAME=ENV_VAL`` options
184
148
185
-
Docker daemon remote
186
-
********************
187
-
188
-
If you want to connect to remote docker daemon with TLS enabled, you need to provide SSL key and cert by provided options.
189
-
Important: before deploy you need to import ca.pem file using `occ security <https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/occ_command.html#security>`_ command:
0 commit comments