/paperhooks

Hook toolkit for Paperless-ngx with a REST API client in written Go

Primary LanguageGoBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Client and hook toolkit for Paperless-ngx

Latest release CI workflow Go reference

Paperhooks is a toolkit for writing consumption hooks for Paperless-ngx written using the Go programming language. A REST API client is part of the toolkit (pkg/client).

Paperless-ngx is a document management system transforming physical documents into a searchable online archive.

Run integration tests

Integration tests execute operations against a real Paperless-ngx server running in a Docker container. The wrapper script enables destructive tests and should not be run against a production instance.

Commands:

env --chdir contrib/integration-env docker-compose up

contrib/run-integration