PaperSync

PaperSync

Docker-Anwendung from furch-services' Repository

Übersicht

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.

Laufzeit-Argumente

Web-UI
http://[IP]:[PORT:8000]
Netzwerk
bridge
Shell
sh
Privilegiert
false

Konfiguration der Vorlage

DataPathrw

Persistent storage for the SQLite database and encrypted credentials.

Ziel
/app/data
Standard
/mnt/user/appdata/papersync/data
LogsPathrw

Container log files.

Ziel
/app/logs
Standard
/mnt/user/appdata/papersync/logs
Web UI PortPorttcp

Port for the PaperSync web dashboard.

Ziel
8000
Standard
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.

Standard
admin
APP_ENVVariable

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

Standard
production
LOG_LEVELVariable

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

Standard
INFO
DATABASE_URLVariable

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

Standard
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))"

Einzelheiten

Repository
ghcr.io/furch-services/papersync:latest
Zuletzt aktualisiert2026-06-01
Erstmals gesehen2026-05-30

Führen Sie PaperSync auf Unraid aus.

PaperSync ist gelistet in Community Apps für Unraid OS. Erkunden Sie Unraid, um einen flexiblen Heimserver, ein NAS oder ein Heimlabor aufzubauen.