summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2021-05-08 18:51:35 +0200
committerBenjamin Brahmer <info@b-brahmer.de>2021-05-08 20:10:39 +0200
commit563c660a2f9771d2731783c962cea90cf74eaa92 (patch)
treee100a897842373270caa4468a40da2d18a358b62
parentaa7645401d9da6f836c78d391247b2657faeb78e (diff)
move faq
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--docs/faq.md (renamed from old-docs/faq/README.md)10
1 files changed, 5 insertions, 5 deletions
diff --git a/old-docs/faq/README.md b/docs/faq.md
index ca366910e..4acb37e43 100644
--- a/old-docs/faq/README.md
+++ b/docs/faq.md
@@ -35,8 +35,8 @@ Because we care about our users' security and don't want to hide security warnin
The only fix for this issue is that feed providers serve their content over HTTPS.
-### I am getting: Exception: Some\\Class does not exist erros in my nextcloud.log
-This is very often caused by missing or old files, e.g. by failing to upload all of the News app' files or errors during installation. Before you report a bug, please recheck if all files from the archive are in place and accessible.
+### I am getting: Exception: Some\\Class does not exist errors in my nextcloud.log
+This is very often caused by missing or old files, e.g. by failing to upload all the News app files or errors during installation. Before you report a bug, please recheck if all files from the archive are in place and accessible.
### Feeds not updated
Feeds can be updated using Nextcloud's system cron or any program that implements the [News app's updater API](https://github.com/nextcloud/news/tree/master/docs/externalapi), most notably [Nextcloud News Updater](https://github.com/nextcloud/news-updater). **The feed update is not run in Webcron and AJAX cron mode!**
@@ -62,7 +62,7 @@ You will get two rows where column `class`will be `OCA\News\Cron\Updater` and `O
```sql
UPDATE oc_jobs SET reserved_at = 0 WHERE id = <id from above SELECT statement>;
```
-
+
* If your cron works fine but Nextcloud's cronjobs are never executed, file a bug in [server](https://github.com/nextcloud/server/)
[Nextcloud News Updater](https://github.com/nextcloud/news-updater):
@@ -74,7 +74,7 @@ You will get two rows where column `class`will be `OCA\News\Cron\Updater` and `O
* Check your **data/nextcloud.log** for errors
### Adding feeds that use self-signed certificates
-If you want to add a feed that uses a self-signed certificate that is not signed by a trusted CA the request will fail with "SSL certficate is invalid". A common solution is to turn off the certificate verification **which is wrong** and **makes your installation vulnerable to MITM attacks**. Therefore **turning off certificate verification is not supported**.
+If you want to add a feed that uses a self-signed certificate that is not signed by a trusted CA the request will fail with "SSL certificate is invalid". A common solution is to turn off the certificate verification **which is wrong** and **makes your installation vulnerable to MITM attacks**. Therefore **turning off certificate verification is not supported**.
If you have control over the feed in question, consider signing your certificate for free on one of the following providers:
@@ -99,7 +99,7 @@ unread, this can lead to an oversized news table over time. As a consequence, th
Nextcloud cannot be used.
The command `occ news:updater:after-update [--purge-unread] [<purge-count>]` can be used to manually purge old news items across the instance. With
-the `--purge-unread` option, unread items are also purged (starred items are still exempt). If `purge-count` is not specifid, the configured
+the `--purge-unread` option, unread items are also purged (starred items are still exempt). If `purge-count` is not specified, the configured
`autoPurgeCount` is used.
The purge count only applies to the items that are purged. For example, when purging a feed that has 100 unread items, 100 starred read