No description
  • PHP 71.1%
  • JavaScript 14.7%
  • Vue 14.2%
Find a file
2026-06-02 10:27:15 +02:00
.github/workflows
appinfo chore(release): v1.0.13 2026-05-06 09:57:16 +02:00
img
lib refactor: Require Nextcloud 33 2026-01-19 11:14:01 +01:00
src fix(files): use @nextcloud/files 4 stable for NC 33 file action 2026-04-29 10:32:54 +02:00
stubs
templates
vendor-bin/psalm build(deps-dev): bump symfony/process in /vendor-bin/psalm 2026-01-28 23:27:43 +00:00
.eslintrc.js
.gitignore
.nextcloudignore
.nvmrc
.php-cs-fixer.dist.php
CHANGELOG.md chore(release): v1.0.13 2026-05-06 09:57:16 +02: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
krankerl.toml
LICENSE
package-lock.json fix(deps): Fix npm audit 2026-05-31 04:16:35 +00:00
package.json fix(files): use @nextcloud/files 4 stable for NC 33 file action 2026-04-29 10:32:54 +02:00
psalm.xml refactor: Require Nextcloud 33 2026-01-19 11:14:01 +01:00
README.md
stylelint.config.js
webpack.js

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