feat: integrate Paperless-ngx document workflows - #64
Open
brdweb wants to merge 2 commits into
Open
Conversation
Contributor
Author
|
I tried to ensure the minimal amount of changes to the project for those who don't wish to use paperless with it. Within my homelab using paperless on the same docker host but using domain access to paperless it worked well. Feel free to provide any feedback or changes as you see fit before merging. |
Owner
|
@brdweb Review is still pending as this pr is still in draft. |
brdweb
marked this pull request as ready for review
July 23, 2026 00:17
Owner
|
@brdweb Review will be done next week (due to a lack of time on my end)! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
document_links, including purchase/sale relations and migration of existing attachmentsDocument ownership semantics
Deployment notes
INTEGRATION_ENCRYPTION_KEYto a stable 32-byte value before creating a connection (openssl rand -hex 32). Do not reuseAUTH_SECRET.0009_cheerful_catseye.sqlcreates integration, sync-job, and document-link tables and migrates existing maintenance/spending attachments.thumbnails/keys in addition to existing document objects.docs/paperless-integration.md.Validation
npm run lint— passnpm run check— pass (0 errors, 0 warnings)npm run build— pass200 image/webpwith valid WebP content200 application/pdf401The full suite currently reports 250 passing and 6 failing tests in
src/tests/api/attention-utils.test.ts. Those failures are the existing timezone-sensitive date assertions; both that test file and its implementation are unchanged fromupstream/mainand are outside this PR.Safety and rollback