]> git.mxchange.org Git - friendica.git/blobdiff - doc/Settings.md
Merge branch 'develop' of https://github.com/friendica/friendica into issue/#3039...
[friendica.git] / doc / Settings.md
index e317914ccb8bc4fab8760853e4ae97321f4e4703..a154a307325368edc8429abf635f9e5c411df128 100644 (file)
@@ -1,5 +1,7 @@
 # Settings
 
+* [Home](help)
+
 If you are the admin of a Friendica node, you have access to the so called **Admin Panel** where you can configure your Friendica node.
 
 On the front page of the admin panel you will see a summary of information about your node.
@@ -9,6 +11,9 @@ This number should decrease quickly.
 The second is the messages which could for various reasons not being delivered.
 They will be resend later.
 You can have a quick glance into that second queus in the "Inspect Queue" section of the admin panel.
+If you have activated the background workers, there is a third number representing the count of jobs queued for the workers.
+These worker tasks are prioritised and are done accordingly.
+
 Then you get an overview of the accounts on your node, which can be moderated in the "Users" section of the panel.
 As well as an overview of the currently active addons
 The list is linked, so you can have quick access to the plugin settings.
@@ -125,7 +130,7 @@ Wildcards are accepted.
 (Wildcard support on Windows platforms requires PHP5.3).
 By default, any (valid) email address is allowed in registrations.
 
-#### Allow remote_self 
+#### Allow Users to set remote_self 
 
 If you enable the `Allow Users to set remote_self` users can select Atom feeds from their contact list being their *remote self* in die advanced contact settings.
 Which means that postings by the remote self are automatically reposted by Friendica in their names.
@@ -249,6 +254,7 @@ And on the second you can read the log.
 
 You should not place your logs into any directory that is accessible from the web.
 If you have to, and you are using the default configuration from Apache, you should choose a name for the logfile ending in ``.log`` or ``.out``.
+Should you use another web server, please make sure that you have the correct accessrules in place so that your log files are not accessible.
 
 There are five different log levels: Normal, Trace, Debug, Data and All.
 Specifying different verbosities of information and data written out to the log file.