summaryrefslogtreecommitdiffstats
path: root/debian/dokuwiki.default
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2025-02-26 09:37:18 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2025-02-26 09:37:18 +0000
commitb1978c99c086c6e28daf2927c9d5fbf539b40f31 (patch)
tree44880de670fc9ee86219d9a66ae4082eb906b51d /debian/dokuwiki.default
parentAdding upstream version 2024-02-06b+dfsg. (diff)
downloaddokuwiki-debian.tar.xz
dokuwiki-debian.zip
Adding debian version 2024-02-06b+dfsg-3.debian/2024-02-06b+dfsg-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/dokuwiki.default')
-rw-r--r--debian/dokuwiki.default21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/dokuwiki.default b/debian/dokuwiki.default
new file mode 100644
index 0000000..4df3e2b
--- /dev/null
+++ b/debian/dokuwiki.default
@@ -0,0 +1,21 @@
+# Configuration file for the dokuwiki crontab job
+
+# Comment or set to false to disable daily cleanup
+# (see <https://www.dokuwiki.org/tips:maintenance>)
+# (default is false)
+RUN_CLEANUP="true"
+
+# By default, cache files older than 180 days (~6 months) are removed:
+# you can use this variable to change this value according to your
+# needs.
+# (default is 180)
+#CLEANUP_MAXDAYS=180
+
+# Set to true to remove revisions older than $CLEANUP_MAXDAYS
+# (default is false)
+REMOVE_REVISIONS="false"
+
+# Set to true to enable daily spam blacklist update from Wikipedia
+# (see <https://www.dokuwiki.org/blacklist>)
+# (default is false)
+UPDATE_BLACKLIST="false"