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

From Adam Meola - wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
  
This can be changed in config/config.php.<br /><br />to the <meta charset="utf-8"><span>$CONFIG</span> array, add (or change if this value already exists):
+
This can be changed in config/config.php.
 +
 
 +
To the <code>$CONFIG</code> array, add (or change if this value already exists):
  
  
 
<code>'defaultapp' => 'apporder'</code>
 
<code>'defaultapp' => 'apporder'</code>

Revision as of 16:40, 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'