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...")
 
 
(2 intermediate revisions by the same user not shown)
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><meta charset="utf-8"><span>'defaultapp'</span><span> => </span><span>'apporder'</code></span>
+
 
 +
<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.