diff --git a/admin_manual/configuration_server/dashboard_configuration.rst b/admin_manual/configuration_server/dashboard_configuration.rst index 528eaa520..e33c57458 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 is possible to replace the default app, which is the dashboard app, with a custom app with the following command: + + occ config:app:set core defaultpage --value "/apps/files/extstoragemounts" +