Difference between revisions of "NextCloud/Pain points/Default App"

From Adam Meola - wiki
Jump to navigation Jump to search
(Created page with "When a user logs in to a NextCloud instance, they are directed to the "default app".<br /><br />This "default app" is set to "Files" BY default. This can be changed in con...")
 
Line 7: Line 7:
  
  
<code><meta charset="utf-8"><span>'defaultapp'</span><span> => </span><span>'apporder'</code></span>
+
<code>'defaultapp' => 'apporder'</code>

Revision as of 16:39, 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 <meta charset="utf-8">$CONFIG array, add (or change if this value already exists):


'defaultapp' => 'apporder'