]> git.mxchange.org Git - friendica.git/blobdiff - doc/tools.md
Merge pull request #7970 from annando/api-announce
[friendica.git] / doc / tools.md
index d068a2cc7834d4691c948ca6bf02a27c88fc2ed3..8746e9c15021810e5db1f67eae97470a8b6b325f 100644 (file)
@@ -9,6 +9,7 @@ Friendica Tools
 Friendica has a build in command console you can find in the *bin* directory.
 The console provides the following commands:
 
+* cache:                  Manage node cache
 * config:                 Edit site config
 * createdoxygen:          Generate Doxygen headers
 * dbstructure:            Do database updates
@@ -24,6 +25,8 @@ The console provides the following commands:
 * php2po:                 Generate a messages.po file from a strings.php file
 * po2php:                 Generate a strings.php file from a messages.po file
 * typo:                   Checks for parse errors in Friendica files
+* postupdate:             Execute pending post update scripts (can last days)
+* storage:                Manage storage backend
 
 Please consult *bin/console help* on the command line interface of your server for details about the commands.
 
@@ -53,7 +56,7 @@ In */etc/fail2ban/jail.local* create a section for Friendica:
 And create a filter definition in */etc/fail2ban/filter.d/friendica.conf*:
 
        [Definition]
-       failregex = ^.*Login\.php.*failed login attempt.*from IP <HOST>.*$
+       failregex = ^.*authenticate\: failed login attempt.*\"ip\"\:\"<HOST>\".*$
        ignoreregex =
 
 Additionally you have to define the number of failed logins before the ban should be activated.