feat(paperless): add support for setting absender custom field

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-10 14:54:42 +00:00
parent c16635d7c4
commit eab75b89db
3 changed files with 114 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ class Settings(BaseSettings):
# Making Paperless optional
paperless_ngx_api_token: Optional[str] = None
paperless_host: Optional[str] = None
paperless_custom_field_absender: Optional[str] = None # Name or ID of the "absender" custom field in Paperless
azure_ai_key: str
azure_region: str