diff --git a/admin_manual/ai/app_llm2.rst b/admin_manual/ai/app_llm2.rst index 3fbf049c506..41a05b85e4e 100644 --- a/admin_manual/ai/app_llm2.rst +++ b/admin_manual/ai/app_llm2.rst @@ -55,7 +55,7 @@ Installation 0. Make sure the :ref:`Nextcloud Assistant app` is installed 1. :ref:`Install AppAPI and setup a Deploy Demon` -2. Install the "Local large language model" ExApp via the "External Apps" page in the Nextcloud web admin user interface +2. Install the "Local large language model" ExApp via the "Apps" page in the Nextcloud web admin user interface Supplying alternate models ~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/admin_manual/ai/app_stt_whisper2.rst b/admin_manual/ai/app_stt_whisper2.rst index 16e5c7981a3..3590ee53dd9 100644 --- a/admin_manual/ai/app_stt_whisper2.rst +++ b/admin_manual/ai/app_stt_whisper2.rst @@ -34,7 +34,7 @@ Installation 0. Make sure the :ref:`Nextcloud Assistant app` is installed 1. :ref:`Install AppAPI and setup a Deploy Demon` -2. Install the *stt_whisper2* "Local Speech-To-Text" ExApp via the "External Apps" page in the Nextcloud web admin user interface +2. Install the *stt_whisper2* "Local Speech-To-Text" ExApp via the "Apps" page in the Nextcloud web admin user interface Supplying alternate models ~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/admin_manual/ai/app_summary_bot.rst b/admin_manual/ai/app_summary_bot.rst index c6a9fcea2cf..c9ff5456012 100644 --- a/admin_manual/ai/app_summary_bot.rst +++ b/admin_manual/ai/app_summary_bot.rst @@ -48,7 +48,7 @@ Installation Setup (via App Store) ~~~~~~~~~~~~~~~~~~~~~ -1. Install the *Summary Bot* app via the "External Apps" page in Nextcloud +1. Install the *Summary Bot* app via the "Apps" page in Nextcloud 2. Enable the *Summary Bot* Bot for the selected Chatroom via the three dots menu of the Chatroom (The Bots settings are located inside the *Bots* section) diff --git a/admin_manual/ai/app_translate2.rst b/admin_manual/ai/app_translate2.rst index b5a81929ecf..05cc8bfb371 100644 --- a/admin_manual/ai/app_translate2.rst +++ b/admin_manual/ai/app_translate2.rst @@ -37,7 +37,7 @@ Installation 0. Make sure the :ref:`Nextcloud Assistant app` is installed 1. :ref:`Install AppAPI and setup a Deploy Demon` -2. Install the "Local Machine Translation" (translate2) ExApp via the "External Apps" page in the Nextcloud web admin user interface +2. Install the "Local Machine Translation" (translate2) ExApp via the "Apps" page in the Nextcloud web admin user interface Model Switch ------------ diff --git a/admin_manual/exapps_management/TestDeploy.rst b/admin_manual/exapps_management/TestDeploy.rst index aebef3e4160..b7cad98f403 100644 --- a/admin_manual/exapps_management/TestDeploy.rst +++ b/admin_manual/exapps_management/TestDeploy.rst @@ -17,7 +17,7 @@ for each compute device, there is a separate Docker image. .. note:: The Test Deploy ExApp container is not removed after the test as it's needed for logs and status checks. - You can remove it after testing from the External Apps page. + You can remove it after testing from the Apps page. The Docker images are also not removed from the Daemon; you can clean up unused images with the ``docker image prune`` command. .. image:: ./img/test_deploy_modal_4.png