paperless-ngx 2.6.0 Features Enhancement: Allow user to control PIL image pixel limit @stumpylog (#5997) Enhancement: Allow a user to disable the pixel limit for OCR entirely @stumpylog (#5996) Feature: workflow removal action @shamoon (#5928) ...
简介: ubuntu 20.04裸机安装paperless-ngx 说明 在官方文档中该安装方式是在debian/buster上安装测试过而已,所以我在ubuntu上安装其实稳定性还是有待考究,但是需要的包,ubuntu也并不缺少,在安装部署过程中并没有因此遇到什么问题。 安装 安装依赖项 sudo apt install -y python3 python3-pip python3-dev ...
bash -c "$(curl -L https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/install-paperless-ngx.sh)" More details and step-by-step guides for alternative installation methods can be found in the documentation. Migrating from Paperless-ng is easy, just drop in the new docker ima...
paperless-ngx 1.16.3 Bug Fixes Fix: Set user and home environment through supervisord @stumpylog (#3638) Fix: Ignore errors when trying to copy the original file's stats @stumpylog (#3652) Fix: Copy default thumbnail if thumbnail generation fails @plu (#3632) Fix: Set user and home ...
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 ...
PAPERLESS_CSRF_TRUSTED_ORIGINS:https://paperlessngx.yourname.synology.mePAPERLESS_OCR_USER_ARGS: '{"invalidate_digital_signatures": true}'CLICK TO COPY 🐋 🔥Troubleshoot: If you want to add an OCR language that is not installed by default on Paperless-NGX, you just need to add the follo...
Revert "Enhancement: support remote user auth directly against API (DR… 1年前 resources New -ngx logo 2022 3年前 scripts Updates the default Postgres to 15 for new installs 2年前 src-ui Reset dev version string 1年前 src Merge branch 'dev' ...
wget "https://raw.githubusercontent.com/paperless-ngx/paperless-ngx/main/docker/compose/.env" -O .env SECRET_KEY=$(LC_ALL=C tr -dc 'a-zA-Z0-9!"#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' < /dev/urandom | dd bs=1 count=64 2>/dev/null) DEFAULT_LANGUAGES=("deu eng ...
ubuntu 20.04裸机安装paperless-ngx 说明 在官方文档中该安装方式是在debian/buster上安装测试过而已,所以我在ubuntu上安装其实稳定性还是有待考究,但是需要的包,ubuntu也并不缺少,在安装部署过程中并没有因此遇到什么问题。 安装 安装依赖项 代码语言:txt
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:/...