Other startpage/app than dashboard after login

Hello,

I have a very simple problem but I cannot solve it.
I want to have an other page and app after nextcloud login, for example:
http://IP-ADDRESSorDOMAIN/nextcloud/index.php/apps/photos/albums

How can I do that? There must be several ways to get that right …

Thanks.

Peter

in config.php:

'defaultapp' => ...

see Configuration Parameters — Nextcloud latest Administration Manual latest documentation

Thanks. That works to open the correct app. But as there is no way on a smartphone to navigate to /apps/photos/albums, because the menu hides under the first photo within every browser I tried, I would like to go to /apps/photos/albums directly. Is there any way to do that?

Cheers
Peter

Why do you not install the smartphone app. Nobody uses the mobile browser for that. :wink:

Install - Nextcloud

→ Android: https://play.google.com/store/apps/details?id=com.nextcloud.client
→ iOS: ‎Nextcloud on the App Store

Because there is no diashow in the nextcloud app. At the desktop the photo app is very comfortable.

Maybe you can better use the app files for default:
https://cloud.server.tld/apps/files

  'defaultapp' => 'files',

Then you go in the correct directory, open the first image and start the diashow.
Works for me in browser of my smartphone.

By setting a bookmark in your browser.

Yes, works for me, too. Thanks.