From 701e3f952514cb12f4cec5b533b38ce81b1cc60f Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 23 Mar 2026 16:32:33 +0100 Subject: [PATCH] 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. --- config-raw.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-raw.json b/config-raw.json index 2c3701bca..6bb00e6cf 100644 --- a/config-raw.json +++ b/config-raw.json @@ -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",