diff options
| author | 2018-12-16 17:02:03 +0100 | |
|---|---|---|
| committer | 2018-12-16 17:02:03 +0100 | |
| commit | 512d047f02b601dcf21f8c807117ea154967e58f (patch) | |
| tree | c0825b4d1fc0c9e68efa0424de57476329a7d071 /cli/README.md | |
| parent | e0e96d6a13788c539be1bcce3cde0a1d614ff2c3 (diff) | |
Update naming to WebSub (#2184)
Instead of PubSubHubbub / PuSH
Diffstat (limited to 'cli/README.md')
| -rw-r--r-- | cli/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/README.md b/cli/README.md index 148e15be5..9c87c394e 100644 --- a/cli/README.md +++ b/cli/README.md @@ -38,7 +38,7 @@ cd /usr/share/FreshRSS ./cli/do-install.php --default_user admin ( --auth_type form --environment production --base_url https://rss.example.net --language en --title FreshRSS --allow_anonymous --api_enabled --db-type mysql --db-host localhost:3306 --db-user freshrss --db-password dbPassword123 --db-base freshrss --db-prefix freshrss ) # --auth_type can be: 'form' (default), 'http_auth' (using the Web server access control), 'none' (dangerous) # --db-type can be: 'sqlite' (default), 'mysql' (MySQL or MariaDB), 'pgsql' (PostgreSQL) -# --base_url should be a public (routable) URL if possible, and is used for push (PubSubHubbub), for some API functions (e.g. favicons), and external URLs in FreshRSS. +# --base_url should be a public (routable) URL if possible, and is used for push (WebSub), for some API functions (e.g. favicons), and external URLs in FreshRSS. # --environment can be: 'production' (default), 'development' (for additional log messages) # --language can be: 'en' (default), 'fr', or one of the [supported languages](../app/i18n/) # --db-prefix is an optional prefix in front of the names of the tables. We suggest using 'freshrss_' |
