feat(dashboard): Add admin documentation for dashboard

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-06-08 21:50:34 +02:00
parent 0e12e3cba3
commit 017c0585cc
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
=============
Dashboard app
=============
The Nextcloud Dashboard is your starting point of the day, giving users an overview of your upcoming appointments, urgent emails, chat messages, incoming tickets, latest tweets and much more! Users can add the widgets they like and change the background to their liking.
Enabling the dashboard app
-------------------------
The Dashboard App is shipped and enabled by default. If it is not enabled
simply go to your Nextcloud Apps page to enable it.
Configuring your Nextcloud for the activity app
-----------------------------------------------
The dashboard widgets are provided by apps and have a unique identifier. This can be used to customize the default layout of the dashboard as an administrator. The layout is stored as a comma-separated list of widget identifiers.
The layout of an existing user can be read with the following command::
occ user:setting admin dashboard layout
The layout of the dashboard for a specific user can be set with the following command::
occ user:setting admin dashboard layout --value="calendar,files,activity"
The default layout of the dashboard for all users can be set with the following command::
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.

View File

@@ -16,6 +16,7 @@ Nextcloud configuration
language_configuration
logging_configuration
antivirus_configuration
dashboard_configuration
reverse_proxy_configuration
bruteforce_configuration
automatic_configuration