Send a bug report to one place, on purpose, after reading it
The page built its own markdown and nothing could send it; local and upstream are different people, so neither falls back to the other.
This commit is contained in:
@@ -1922,6 +1922,22 @@
|
||||
# anything that in practice means "mine". Matched as literal text, not as patterns.
|
||||
AI_CHAT_MY_SYSTEM_PHRASES=""
|
||||
|
||||
# ━━━ Bug Reports ━━━
|
||||
# A bug the assistant files is written here and goes nowhere until the owner sends it. Nothing is
|
||||
# ever transmitted automatically — the report is shown in full, read-only, and sending is a
|
||||
# second, separate press.
|
||||
#
|
||||
# Two destinations, and they are not a fallback chain. Fetching code from several mirrors is
|
||||
# harmless because they all serve the same thing; sending a report is not, because the
|
||||
# destinations are different people. Local ships OFF so an install that has configured nothing
|
||||
# reports upstream rather than silently into a tracker nobody reads.
|
||||
#
|
||||
# LOCAL ON — reports go to your own Gitea (see HOSTN_BUG_REPORT_* in host*.conf) and stay there.
|
||||
# They do NOT reach the Varaverk maintainer. Turn it on if you want your own backlog.
|
||||
# LOCAL OFF — reports open a prefilled GitHub issue you submit under your own account.
|
||||
BUG_REPORT_LOCAL_ENABLED=false
|
||||
BUG_REPORT_GITHUB_REPO="FailedProxy/Varaverk"
|
||||
|
||||
# ━━━ AI Conf Write Access ━━━
|
||||
# Separate switch from AI_ENABLED, off by default, and an explicit key whitelist. Never paths,
|
||||
# never credentials, never a container name. An empty whitelist means no writes regardless of
|
||||
|
||||
Reference in New Issue
Block a user