]> git.mxchange.org Git - friendica.git/blobdiff - doc/Settings.md
Merge pull request #2981 from rabuzarus/20161129_-_small_dfrn_request_polish
[friendica.git] / doc / Settings.md
index 808c40c23a7f6b3354d71415005b3fdc698125b1..06ef85c43613a4fbdb04260a723458661c31f539 100644 (file)
@@ -9,6 +9,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.
@@ -123,9 +126,15 @@ Comma separated list of domains which are allowed in email addresses for registr
 This can lockout those who are not part of this organisation from registering here.
 Wildcards are accepted.
 (Wildcard support on Windows platforms requires PHP5.3).
-By default, any (valid) email address is allowed in registrations.  
+By default, any (valid) email address is allowed in registrations.
+
+#### 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.
 
-#### Allow remote_self 
+As admin of the node you can also set this flag directly in the database.
+Before doing so, you should be sure you know what you do and have a backup of the database.
 
 ### Advanced
 
@@ -243,6 +252,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.