Files
2026-03-18 11:10:07 -04:00

32 lines
879 B
YAML

plugins:
url_to_article_enabled:
default: true
client: true
type: bool
url_to_article_auto_populate:
default: false
client: true
type: bool
description: "Automatically populate the body when a URL is detected in the title (no button click needed)"
url_to_article_max_content_length:
default: 50000
type: integer
description: "Maximum number of characters to extract from a page"
url_to_article_fetch_timeout:
default: 10
type: integer
description: "Seconds to wait when fetching a URL"
url_to_article_allowed_domains:
default: ""
type: string
description: "Comma-separated list of allowed domains. Leave blank to allow all."
url_to_article_blocked_domains:
default: "localhost,127.0.0.1,0.0.0.0,::1"
type: string
description: "Comma-separated list of blocked domains (SSRF protection)"