Skip to content

Commit 600f3ad

Browse files
authored
Merge pull request #12431 from oscardimanno/master
add(admin): add command to change the default page
2 parents 3457da2 + a70594b commit 600f3ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

admin_manual/configuration_server/dashboard_configuration.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ The default layout of the dashboard for all users can be set with the following
2828
occ config:app:set dashboard layout --value="files,activity,calendar"
2929

3030
Changing the default layout will not affect existing users that already have a custom layout stored.
31+
32+
33+
It is possible to replace the default app, which is the dashboard app, with a custom app with the following command:
34+
35+
occ config:app:set core defaultpage --value "/apps/files/extstoragemounts"
36+

0 commit comments

Comments
 (0)