mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
fix: Add marker to positions that need adjusting on branch off
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
@@ -30,6 +30,8 @@ AppAPI automatically creates the default Deploy daemon configuration for Nextclo
|
||||
|
||||
See `Nextcloud in Docker AIO (all-in-one) <https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/DeployConfigurations.html#nextcloud-in-docker-aio-all-in-one>`_ for more details.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
.. note::
|
||||
|
||||
Nextcloud AIO is not limited to its default Deploy daemon.
|
||||
|
||||
@@ -30,6 +30,8 @@ ExApp deployment issues
|
||||
The deployment issues questions are covered in the `Test Deploy <https://docs.nextcloud.com/server/latest/admin_manual/exapps_management/TestDeploy.html>`_ section of the administration guide.
|
||||
Generally speaking, there are three steps to find the proper error message to understand the problem:
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
1. Check Nextcloud logs
|
||||
2. Check ExApp container logs (available only if ExApp container is created and/or running)
|
||||
3. Check Deploy daemon host logs (``journalctl -u docker.service``)
|
||||
|
||||
@@ -30,6 +30,8 @@ For the ``manual-install`` type, an administrator will have to manually extract
|
||||
(e.g. ``/path/to/apps-writable/<appid>/l10n/*.(js|json)``).
|
||||
This will allow the server to access the ExApp's strings with translations.
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
.. note::
|
||||
|
||||
Only the ``l10n`` folder must be present on the server side; ``appinfo/info.xml`` could lead to misdetection by the server as a PHP app folder.
|
||||
|
||||
@@ -27,6 +27,8 @@ Request data
|
||||
|
||||
The possible values of ``log_lvl`` are described here: `Nextcloud Log level <https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/logging_configuration.html#log-level>`_
|
||||
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
Response data
|
||||
*************
|
||||
|
||||
|
||||
Reference in New Issue
Block a user