From ff9ebbb760bd3c6fc7fe90a41ae328da26866192 Mon Sep 17 00:00:00 2001 From: Oscar Di Manno Date: Sat, 19 Oct 2024 21:02:12 +0200 Subject: [PATCH] add(admin): add command to change the default page Signed-off-by: Oscar Di Manno --- .../configuration_server/dashboard_configuration.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/admin_manual/configuration_server/dashboard_configuration.rst b/admin_manual/configuration_server/dashboard_configuration.rst index 528eaa520..6ac06f951 100644 --- a/admin_manual/configuration_server/dashboard_configuration.rst +++ b/admin_manual/configuration_server/dashboard_configuration.rst @@ -28,3 +28,9 @@ The default layout of the dashboard for all users can be set with the following occ config:app:set dashboard layout --value="files,activity,calendar" Changing the default layout will not affect existing users that already have a custom layout stored. + + +It's possible to replace the default dashboard with a custom app with the following command:: + + occ config:app:set core defaultpage --value "/apps/files/extstoragemounts" +