Difference between revisions of "NextCloud/Pain points/Default App"
< NextCloud | Pain points
Jump to navigation
Jump to search
Line 10: | Line 10: | ||
<code>'defaultapp' => 'apporder'</code> | <code>'defaultapp' => 'apporder'</code> | ||
+ | |||
+ | ... or you can specify the exact name of the app, but i prefer to just use the value output by the "App Order" app. |
Latest revision as of 16:41, 24 March 2021
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.