PaperSync

PaperSync

Docker 应用程序 from furch-services' Repository

概述

Automatically syncs sent invoices from Papierkram to Paperless-ngx. Polls the Papierkram API for sent invoices, downloads them as PDFs, and uploads them to your Paperless-ngx instance. Includes a password-protected web dashboard for status monitoring, manual sync, dry-run mode, and log viewing. Single container — no external dependencies, no message queues.

运行时参数

网络用户界面
http://[IP]:[PORT:8000]
网络
bridge
外壳
sh
特权
false

模板配置

DataPathrw

Persistent storage for the SQLite database and encrypted credentials.

目标
/app/data
默认值
/mnt/user/appdata/papersync/data
LogsPathrw

Container log files.

目标
/app/logs
默认值
/mnt/user/appdata/papersync/logs
Web UI PortPorttcp

Port for the PaperSync web dashboard.

目标
8000
默认值
8000
SECRET_KEYVariable

Fernet encryption key used to encrypt stored API credentials. Generate with: python3 -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"

APP_PASSWORDVariable

Password for the web UI login.

APP_USERNAMEVariable

Username for the web UI login.

默认值
admin
APP_ENVVariable

Application environment. Set to "development" to disable the secure cookie flag (e.g. when accessing without HTTPS).

默认值
production
LOG_LEVELVariable

Logging verbosity. One of: DEBUG, INFO, WARNING, ERROR.

默认值
INFO
DATABASE_URLVariable

SQLAlchemy database URL. The default path is correct for the bind-mounted data directory.

默认值
sqlite:////app/data/papersync.db
WEBHOOK_SECRETVariable

Optional secret token to enable the POST /sync/trigger webhook endpoint. Allows external tools (n8n, Zapier, cron) to trigger a sync via HTTP. Generate with: python3 -c "import secrets; print(secrets.token_hex(32))"

详细信息

存储库
ghcr.io/furch-services/papersync:latest
最后更新2026-06-01
初见2026-05-30

在Unraid 上运行 PaperSync 。

PaperSync 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。