Show Activities after login

Hello,

If I login into Nextcloud, it will show up my files. But it’s possible to show my activities after the login?

http xxxxx /index.php/apps/activity/

You can either set the Activity app as the deafult for all users by adding the following line to the config.php:

'defaultapp' => 'activity',

Or you could install the app AppOrder and set it up as the default. Then users can decide by themselves which app will be displayed for them after the login.

Good, thank you!