From 88020040d80b7f9c5bf9bf4abee2026ef8011246 Mon Sep 17 00:00:00 2001 From: Trenton Holmes <797416+stumpylog@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:41:41 -0700 Subject: [PATCH] Sets up a few more config options as links --- docs/configuration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index f8da3da6b..88c8a5094 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -795,7 +795,7 @@ still perform some basic text pre-processing before matching. Defaults to 1. -`PAPERLESS_EMAIL_TASK_CRON=` +#### [`PAPERLESS_EMAIL_TASK_CRON=`](#PAPERLESS_EMAIL_TASK_CRON) {#PAPERLESS_EMAIL_TASK_CRON} : Configures the scheduled email fetching frequency. The value should be a valid crontab(5) expression describing when to run. @@ -804,7 +804,7 @@ should be a valid crontab(5) expression describing when to run. Defaults to `*/10 * * * *` or every ten minutes. -`PAPERLESS_TRAIN_TASK_CRON=` +#### [`PAPERLESS_TRAIN_TASK_CRON=`](#PAPERLESS_TRAIN_TASK_CRON) {#PAPERLESS_TRAIN_TASK_CRON} : Configures the scheduled automatic classifier training frequency. The value should be a valid crontab(5) expression describing when to run. @@ -813,7 +813,7 @@ should be a valid crontab(5) expression describing when to run. Defaults to `5 */1 * * *` or every hour at 5 minutes past the hour. -`PAPERLESS_INDEX_TASK_CRON=` +#### [`PAPERLESS_INDEX_TASK_CRON=`](#PAPERLESS_INDEX_TASK_CRON) {#PAPERLESS_INDEX_TASK_CRON} : Configures the scheduled search index update frequency. The value should be a valid crontab(5) expression describing when to run. @@ -822,7 +822,7 @@ should be a valid crontab(5) expression describing when to run. Defaults to `0 0 * * *` or daily at midnight. -`PAPERLESS_SANITY_TASK_CRON=` +#### [`PAPERLESS_SANITY_TASK_CRON=`](#PAPERLESS_SANITY_TASK_CRON) {#PAPERLESS_SANITY_TASK_CRON} : Configures the scheduled sanity checker frequency. @@ -1207,7 +1207,7 @@ increase RAM usage. Defaults to 1. -`PAPERLESS_BIND_ADDR=` +#### [`PAPERLESS_BIND_ADDR=`](#PAPERLESS_BIND_ADDR) {#PAPERLESS_BIND_ADDR} : The IP address the webserver will listen on inside the container. There are special setups where you may need to configure this value