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:
parent
e5a1c05771
commit
701e3f9525
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue