buhrli@Raspberry:~ $ systemctl status docker Unit docker.service could not be found. buhrli@Raspberry:~ $
Dokumente digitalisieren
-
Buhrli -
February 14, 2026 at 3:43 PM -
Thread is Resolved
-
-
Ich mach das ganz altmodisch. Die Dokumente werden mit VueScan eingescant, umbenannt und landen dann im Ordner Dokumente mit diversen Unterordnern, die auch wieder Unterordner haben (Wohnung, Versicherungen, sonstiges usw.). Dann habe ich 3 USB-Sticks auf die der Ordner regelmäßig kopiert wird (3 deshalb, falls mal 1 oder 2 nicht funktionieren, ich bin ein bißchen paranoid
).Ist zum Anfang ein zienlicher Aufwand, aber nachher, wenn man erstmal auf dem Laufenden ist recht easy.
Hast VueScan gekauft ? Ist bisher das einzige Programm was meinen Scanner Canon DR-C230 erkennt.
-
Hast VueScan gekauft ?
Ich hatte mir eine Professional Lizenz gekauft, als sie noch auf Dauer gültig war. Allerdings unterstütze ich die Entwickler weiterhin mit einer jährlichen Zahlung über das VueScan Supporter Program.

-
Hast VueScan gekauft ? Ist bisher das einzige Programm was meinen Scanner Canon DR-C230 erkennt.
Ja, ich hab das vor 2 Jahren ungefähr mal gekauft, du bekommst solange Updates bis die Versionsnummer wechselt (bei mir z.B. die 9.7.99), als nächstes kam die Version 9.8.37, diese hätte ich dann wieder kaufen müssen. Man kann aber seine alte Version unbegrenzt weiterhin nutzen. Muss ja nicht immer die neueste sein.
-
Quote
One time purchase licenses are for life. You can continue to use any version that is released with your free update period forever. Every one-time purchase comes with free updates for 1 year. Subscription licenses come with free updates as long as your subscriction is active. Once you end your subscription you can no longer use VueScan.
-
Ich habe alles nochmal neu auf einem pi4 installiert. Docker läuft aber wieder die selbe Meldung wie beim ersten Versuch.
Da die IP ja die Verbindung "ablehnt" denke ich, dass ich irgendwo noch was um/einstellen muss. Ich weiß nur nicht ob am Pi oder an der Fritzbox.
Anpingen lässt sich der Pi.
-
Docker läuft
Sicher? >>> systemctl status docker
Falls ja, dann prüfen, ob Paperless läuft >>> sudo docker ps -a
-
Sojan wenn ich später zu Hause bin poste ich dir die Ausgabe.
-
buhrli@Berry:~ $ systemctl status docker ● docker.service - Docker Application Container Engine Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: e> Active: active (running) since Wed 2026-02-18 20:58:26 CET; 19h ago Invocation: e0c7a19ddcf64f25955b249d4f4f4c75 TriggeredBy: ● docker.socket Docs: https://docs.docker.com Main PID: 1512 (dockerd) Tasks: 11 CPU: 1.347s CGroup: /system.slice/docker.service └─1512 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/cont> Feb 18 20:58:24 Berry dockerd[1512]: time="2026-02-18T20:58:24.374999579+01:00"> Feb 18 20:58:25 Berry dockerd[1512]: time="2026-02-18T20:58:25.704029949+01:00"> Feb 18 20:58:25 Berry dockerd[1512]: time="2026-02-18T20:58:25.786260597+01:00"> Feb 18 20:58:25 Berry dockerd[1512]: time="2026-02-18T20:58:25.786322467+01:00"> Feb 18 20:58:25 Berry dockerd[1512]: time="2026-02-18T20:58:25.786380301+01:00"> Feb 18 20:58:25 Berry dockerd[1512]: time="2026-02-18T20:58:25.800320653+01:00"> Feb 18 20:58:26 Berry dockerd[1512]: time="2026-02-18T20:58:26.149849856+01:00"> Feb 18 20:58:26 Berry dockerd[1512]: time="2026-02-18T20:58:26.164180060+01:00"> Feb 18 20:58:26 Berry dockerd[1512]: time="2026-02-18T20:58:26.164337189+01:00"> Feb 18 20:58:26 Berry systemd[1]: Started docker.service - Docker Application C> lines 1-22/22 (END) buhrli@Berry:~ $ sudo docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 6de44bca171e hello-world "/hello" 20 hours ago Exited (0) 20 hours ago hopeful_visvesvaraya buhrli@Berry:~ $
-
Paperless mag ja richtig gut sein. Aber ich finde Docker total kompliziert. Um nicht zu sagen unnötig kompliziert. Bzw. für den Heimanwender zu aufwendig.
Ich habe irgendwo gelesen, das man paperless auch ohne den ganzen Docker Overhead installieren können soll.
Vielleicht mal hier schauen: https://forum.ubuntuusers.de/topic/paperless-ngx-ohne-docker/
-
$ sudo docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
6de44bca171e hello-world "/hello" 20 hours ago Exited (0) 20 hours ago hopeful_visvesvaraya
Docker läuft, aber Paperless nicht. Da ist nur dein Test mit "hello world" zu sehen.
Dann müsstest du deine docker-compose hier mal reinstellen, sonst wird es schwierig aus der Ferne.
-
Dann müsstest du deine docker-compose hier mal reinstellen, sonst wird es schwierig aus der Ferne.
Meinst du das was in dem Ordner steht?
-
Aber ich finde Docker total kompliziert. Um nicht zu sagen unnötig kompliziert. Bzw. für den Heimanwender zu aufwendig.
Du meinst, eine Installation bare-metal wäre einfacher? Was genau an Docker ist so kompliziert?
Ich habe die Vorlage der docker-compose aus der Paperless-Anleitung fast 1:1 übernommen und war in wenigen Minuten installiert.
-
Meinst du das was in dem Ordner steht?
Weiß nicht, welchen Ordner du jetzt meinst. Irgendwo sollte eine docker-compose.yaml vorhanden sein.
-
Sorry, formatiere das bitte um, so kann das doch keiner lesen. Dafür gibt es hier den Code-Block.
-
Code
Display More# Docker Compose file for running paperless from the docker container registry. # This file contains everything paperless needs to run. # Paperless supports amd64, arm and arm64 hardware. # # All compose files of paperless configure paperless in the following way: # # - Paperless is (re)started on system boot, if it was running before shutdown. # - Docker volumes for storing data are managed by Docker. # - Folders for importing and exporting files are created in the same directory # as this file and mounted to the correct folders inside the container. # - Paperless listens on port 8000. # # In addition to that, this Docker Compose file adds the following optional # configurations: # # - Instead of SQLite (default), PostgreSQL is used as the database server. # - Apache Tika and Gotenberg servers are started with paperless and paperless # is configured to use these services. These provide support for consuming # Office documents (Word, Excel, PowerPoint and their LibreOffice counter- # parts). # # To install and update paperless with this file, do the following: # # - Copy this file as 'docker-compose.yml' and the files 'docker-compose.env' # and '.env' into a folder. # - Run 'docker compose pull'. # - Run 'docker compose up -d'. # # For more extensive installation and update instructions, refer to the # documentation. services: broker: image: docker.io/library/redis:8 restart: unless-stopped volumes: - redisdata:/data db: image: docker.io/library/postgres:18 restart: unless-stopped volumes: - /home/buhrli/paperless-database:/var/lib/postgresql environment: POSTGRES_DB: paperless POSTGRES_USER: paperless POSTGRES_PASSWORD: paperless webserver: image: ghcr.io/paperless-ngx/paperless-ngx:latest -
Ist das wirklich deine docker-compose? Da fehlen ja sämtliche Angaben zum Webserver (und noch mehr).
Woher stammt denn deine Vorlage?
Nehme eine dieser Vorlagen und passe sie entsprechend an.
paperless-ngx/docker/compose at main · paperless-ngx/paperless-ngxA community-supported supercharged document management system: scan, index and archive all your documents - paperless-ngx/paperless-ngxgithub.com -
Ist das wirklich deine docker-compose? Da fehlen ja sämtliche Angaben zum Webserver (und noch mehr).
Woher stammt denn deine Vorlage?
Zuerst habe ich das wie in #2 gemacht. Das funktionierte nicht.
Das jetzige habe von einem Youtube Video.
-
Sorry wurde eben nicht alles Kopiert!
Code
Display More# Docker Compose file for running paperless from the docker container registry. # This file contains everything paperless needs to run. # Paperless supports amd64, arm and arm64 hardware. # # All compose files of paperless configure paperless in the following way: # # - Paperless is (re)started on system boot, if it was running before shutdown. # - Docker volumes for storing data are managed by Docker. # - Folders for importing and exporting files are created in the same directory # as this file and mounted to the correct folders inside the container. # - Paperless listens on port 8000. # # In addition to that, this Docker Compose file adds the following optional # configurations: # # - Instead of SQLite (default), PostgreSQL is used as the database server. # - Apache Tika and Gotenberg servers are started with paperless and paperless # is configured to use these services. These provide support for consuming # Office documents (Word, Excel, PowerPoint and their LibreOffice counter- # parts). # # To install and update paperless with this file, do the following: # # - Copy this file as 'docker-compose.yml' and the files 'docker-compose.env' # and '.env' into a folder. # - Run 'docker compose pull'. # - Run 'docker compose up -d'. # # For more extensive installation and update instructions, refer to the # documentation. services: broker: image: docker.io/library/redis:8 restart: unless-stopped volumes: - redisdata:/data db: image: docker.io/library/postgres:18 restart: unless-stopped volumes: - /home/buhrli/paperless-database:/var/lib/postgresql environment: POSTGRES_DB: paperless POSTGRES_USER: paperless POSTGRES_PASSWORD: paperless webserver: image: ghcr.io/paperless-ngx/paperless-ngx:latest restart: unless-stopped depends_on: - db - broker - gotenberg - tika ports: - "8000:8000" volumes: - /home/buhrli/paperless-data:/usr/src/paperless/data - /home/buhrli/paperless-documents:/usr/src/paperless/media - ./export:/usr/src/paperless/export - /home/buhrli/paperless-ngx/consume:/usr/src/paperless/consume env_file: docker-compose.env environment: PAPERLESS_REDIS: redis://broker:6379 PAPERLESS_DBHOST: db PAPERLESS_TIKA_ENABLED: 1 PAPERLESS_TIKA_GOTENBERG_ENDPOINT: http://gotenberg:3000 PAPERLESS_TIKA_ENDPOINT: http://tika:9998 gotenberg: image: docker.io/gotenberg/gotenberg:8.25 restart: unless-stopped # The gotenberg chromium route is used to convert .eml files. We do not # want to allow external content like tracking pixels or even javascript. command: - "gotenberg" - "--chromium-disable-javascript=true" - "--chromium-allow-list=file:///tmp/.*" tika: image: docker.io/apache/tika:latest restart: unless-stopped volumes: redisdata: -
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!