docs: mention mole proxy in outgoingrequests config docs

Match the existing webhooks.proxyurl documentation by referencing the
mole proxy instance and linking to the webhook security best practices.
This commit is contained in:
kolaente 2026-03-23 16:32:33 +01:00 committed by kolaente
parent e5a1c05771
commit 701e3f9525
1 changed files with 1 additions and 1 deletions

View File

@ -1003,7 +1003,7 @@
{
"key": "proxyurl",
"default_value": "",
"comment": "The URL of a proxy to use for outgoing HTTP requests. Applies to webhooks, avatar downloads, and migration imports. Must be used with `outgoingrequests.proxypassword`."
"comment": "The URL of [a mole instance](https://github.com/frain-dev/mole) to use to proxy outgoing HTTP requests. Applies to webhooks, avatar downloads, and migration imports. You should use this and configure appropriately if you're not the only one using your Vikunja instance. More info about why: https://webhooks.fyi/best-practices/webhook-providers#implement-security-on-egress-communication. Must be used in combination with `outgoingrequests.proxypassword`."
},
{
"key": "proxypassword",