My goal is to have paperless-ngx running on my synology on volume1 (docker) but the media folder under a second volume2 (paperless). So I created the media folder there and put the volumes as follows in my yml file: volumes: - /volume1/docker/paperlessngx/data:/usr/src/paperless/data...
Cancel Create saved search Sign in Sign up Reseting focus {{ message }} NozomiKitano / paperless-ngx Public forked from paperless-ngx/paperless-ngx Notifications You must be signed in to change notification settings Fork 0 Star 0 ...
echo "paperless. You can move this folder around after installing paperless." echo "You will need this folder whenever you want to start, stop, update or " echo "maintain your paperless instance." echo "" ask "Target folder" "$(pwd)/paperless-ngx" TARGET_FOLDER=$ask_result echo ...
Now create seven new folders inside thepaperlessngxfolder that you created atSTEP 10and name themconsume,data,db,export,media,redis,trash. Follow the instructions in the image below. Note: Be careful to enter only lowercase, not uppercase letters. STEP 12 Log into Portainer using your username...
services: broker: image: docker.io/library/redis:7 restart: unless-stopped webserver: image: ghcr.io/paperless-ngx/paperless-ngx:latest restart: unless-stopped depends_on: - broker ports: - 8000:8000 volumes: - data:/usr/src/paperless/data - media:/usr/src/paperless/media - ./export:/...
- The layout of the folder structure for your documents and data remains the same, so you can just plug your old docker volumes into paperless-ngx and expect it to find everything where it should be. - Read the [changelog](changelog.md) and take note of breaking changes. - You should...
version: "3.4" services: broker: image: docker.io/library/redis:7 restart: unless-stopped volumes: - redisdata:/data webserver: image: ghcr.io/paperless-ngx/paperless-ngx:latest user: 1000:1000 restart: unless-stopped depends_on: - broker - gotenberg - tika ports: - "8000:8000" health...
Hello, thanks for this great work! I am new to paperless-ng do not normally use docker, so I may be doing something wrong. My paperless works well, but when I try to import a .docx file for example, it fails with, Error while converting ...