No description
Find a file
2026-02-02 10:26:05 +01:00
.github/workflows ci: Update workflows 2025-04-28 10:41:44 +02:00
appinfo chore(release): v1.0.11 2026-01-19 11:14:18 +01:00
img feat(appinfo): Add screenshot for Appstore 2024-05-03 08:03:25 +02:00
lib refactor: Require Nextcloud 33 2026-01-19 11:14:01 +01:00
src Reapply "fix(deps): Update to @nextcloud/files ^v4" 2026-01-19 11:03:43 +01:00
stubs Initial commit 2024-02-20 13:23:56 +01:00
templates Initial commit 2024-02-20 13:23:56 +01:00
vendor-bin/psalm build(deps-dev): bump symfony/process in /vendor-bin/psalm 2026-01-28 23:27:43 +00:00
.eslintrc.js Initial commit 2024-02-20 13:23:56 +01:00
.gitignore Initial commit 2024-02-20 13:23:56 +01:00
.nextcloudignore build: Add krankerl config 2024-03-15 09:29:29 +01:00
.nvmrc Initial commit 2024-02-20 13:23:56 +01:00
.php-cs-fixer.dist.php Initial commit 2024-02-20 13:23:56 +01:00
CHANGELOG.md chore(release): v1.0.11 2026-01-19 11:14:18 +01:00
composer.json refactor: Require Nextcloud 33 2026-01-19 11:14:01 +01:00
composer.lock refactor: Require Nextcloud 33 2026-01-19 11:14:01 +01:00
docker-compose.yml feat: Add Tika and Gotenberg to development setup 2026-01-18 18:17:07 +01:00
krankerl.toml build: Add krankerl config 2024-03-15 09:29:29 +01:00
LICENSE Initial commit 2024-02-20 13:23:56 +01:00
package-lock.json fix(deps): Fix npm audit 2026-02-01 04:07:09 +00:00
package.json Reapply "fix(deps): Update to @nextcloud/files ^v4" 2026-01-19 11:03:43 +01:00
psalm.xml refactor: Require Nextcloud 33 2026-01-19 11:14:01 +01:00
README.md docs: Switch to modern docker compose command 2026-01-18 18:17:04 +01:00
stylelint.config.js Initial commit 2024-02-20 13:23:56 +01:00
webpack.js Initial commit 2024-02-20 13:23:56 +01:00

Paperless Integration

Integration with the Paperless Document Management System.
It adds a file action menu item that can be used to upload a file from your Nextcloud Files to Paperless.

🛠️ State of maintenance

While there are many things that could be done to further improve this app, the app is currently maintained with limited effort. This means:

  • The main functionality works for the majority of the use cases
  • We will ensure that the app will continue to work like this for future releases and we will fix bugs that we classify as 'critical'
  • We will not invest further development resources ourselves in advancing the app with new features
  • We do review and enthusiastically welcome community PR's

We would be more than excited if you would like to collaborate with us. We will merge pull requests for new features and fixes. We also would love to welcome co-maintainers.

If there is a strong business case for any development of this app, we will consider your wishes for our roadmap. Please contact your account manager to talk about the possibilities.

Development

Set allow_local_remote_servers to true (boolean) in your config.php.
The Paperless server will run on http://localhost:8000 with username admin and password admin:

docker compose up