scan-to-paperless icon indicating copy to clipboard operation
scan-to-paperless copied to clipboard

Results 12 scan-to-paperless issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/sbrunner/scan-to-paperless). ## Repository problems These problems occurred while...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | ubuntu | final | major | `22.04` -> `24.04` | ---...

dependencies

This issue is the dashboard used by GHCI modules. [Project on GHCI](https://geoservices-int.camptocamp.com/github/project/sbrunner/scan-to-paperless) ## Audit (Snyk/dpkg) - [ ] Check outdated version - [ ] Check security vulnerabilities with Snyk -...

Error while creating the container Command: docker run --tty --interactive --detach --name=apt --entrypoint= ubuntu:22.04 tail --follow /dev/null Return code: 125 Error: docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock....

Thx for sharing the project and code, and sry for bothering you with what is more a support-request than a software-issue. I ran into this project in search for a...

Hi I’ve creaged the following Docker Compose file, ```` version: '2' services: scan-to-paperless: image: sbrunner/scan-to-paperless container_name: scan-to-paperless environment: - PUID=1005 - PGID=1000 - TZ=Europe/London volumes: - /share/Container/scan-to-paperless/consume:/destination - /share/Container/scan-to-paperless/scan:/source restart:...