From 88fb429e10a3b11cae01c436104bbb4d1cbc14d0 Mon Sep 17 00:00:00 2001 From: Edward Ly Date: Tue, 29 Oct 2024 17:12:00 -0700 Subject: [PATCH] fix(admin): remove references to ExApp Management UI and removed AppAPI commands Signed-off-by: Edward Ly --- .../exapps_management/ManagingExApps.rst | 22 ++----------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/admin_manual/exapps_management/ManagingExApps.rst b/admin_manual/exapps_management/ManagingExApps.rst index bd1f7e25b..ac1c07d79 100644 --- a/admin_manual/exapps_management/ManagingExApps.rst +++ b/admin_manual/exapps_management/ManagingExApps.rst @@ -1,14 +1,8 @@ Managing ExApps =============== -There are two ways to manage ExApps: - -1. Using OCC CLI tool -2. Using the ExApp Management UI - - -OCC CLI -^^^^^^^ +Managing ExApps can be done from App Management UI as with other Nextcloud Apps, +but you can also use the AppAPI commands in the OCC CLI tool. There are several commands to work with ExApps: @@ -18,8 +12,6 @@ There are several commands to work with ExApps: 4. Enable 5. Disable 6. List ExApps -7. List ExApp users (removed since AppAPI 3.0.0) -8. List ExApp scopes Register -------- @@ -105,13 +97,3 @@ ListExApps command will show all ExApps: appid (Display Name): version [enabled/disabled] to_gif_example (To Gif Example): 1.0.0 [enabled] upscaler_example (Upscaler Example): 1.0.0 [enabled] - -Using the ExApp Management UI -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - -ExApps management is similar to default Apps management. -To access ExApps management navigate using Admin settings dropdown menu or from AppAPI admin settings section. - -.. note:: - - ExApps management support only apps from App Store. For manual-install type use CLI ExApps management commands.