NextCloud/Pain points/Default App

From Adam Meola - wiki
< NextCloud‎ | Pain points
Revision as of 16:41, 24 March 2021 by Adam (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

When a user logs in to a NextCloud instance, they are directed to the "default app".

This "default app" is set to "Files" BY default.



This can be changed in config/config.php.

To the $CONFIG array, add (or change if this value already exists):


'defaultapp' => 'apporder'

... or you can specify the exact name of the app, but i prefer to just use the value output by the "App Order" app.