add(admin): add command to change the default page

Signed-off-by: Oscar Di Manno <oscar.dimanno1@gmail.com>
This commit is contained in:
Oscar Di Manno
2024-10-19 21:02:12 +02:00
committed by Ferdinand Thiessen
parent 3457da2e0c
commit ff9ebbb760

View File

@@ -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"