feat: Add option for a noindex meta tag on the HTML index page

Adds a new config option `index_page_allow_indexing` which defaults to false.

Fixes: !1527
This commit is contained in:
theS1LV3R
2026-03-11 16:47:47 +01:00
committed by Ginger
parent 67d5619ccb
commit 7b6bf4b78e
6 changed files with 28 additions and 1 deletions
+5
View File
@@ -1799,6 +1799,11 @@
#
#config_reload_signal = true
# Allow or disallow search engine crawling by adding
# `<meta name="robots" content="noindex" />` to the index page.
#
#index_page_allow_indexing = false
[global.tls]
# Path to a valid TLS certificate file.