summarylogtreecommitdiffstats
path: root/nextcloud-news-updater.ini
diff options
context:
space:
mode:
authorDavid Runge2020-10-23 01:38:30 +0200
committerDavid Runge2020-10-23 01:38:30 +0200
commit172ceed52aeced8c2e79d5efd2f1cfeb3789bbec (patch)
tree533ebcfc92f155a6d403221b33a3a9873b1b42e9 /nextcloud-news-updater.ini
parent8b6456cb9b7ec822b85585c65b46bca757aeed22 (diff)
downloadaur-172ceed52aeced8c2e79d5efd2f1cfeb3789bbec.tar.gz
Upgrade to 11.0.0
PKGBUILD: Upgrade to 11.0.0. Minor cleanups. .gitignore: Add .zst files. nextcloud-news-updater.ini: Switch to current API version (v15). nextcloud-news-updater.install: Add note about the requirement to add the nextcloud instance's data dir to ReadWritePaths. nextcloud-news-updater.service: Harden the service further.
Diffstat (limited to 'nextcloud-news-updater.ini')
-rw-r--r--nextcloud-news-updater.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/nextcloud-news-updater.ini b/nextcloud-news-updater.ini
index 104988bd6b34..c9ec09ed4cf5 100644
--- a/nextcloud-news-updater.ini
+++ b/nextcloud-news-updater.ini
@@ -13,8 +13,8 @@ loglevel = error
url = /usr/share/webapps/nextcloud
# absolute path to custom php.ini
#phpini = /etc/php/php.ini
-# v1-2 is the current version, v2 is only a draft
-apilevel = v1-2
+# or v2 which is currently a draft
+apilevel = v15
# 'endless' (script handles update interval itself) or 'singlerun' (when using systemd timer)
mode = endless
# path to php binary