PaperSync

PaperSync

Application Docker from furch-services' Repository

Vue d'ensemble

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.

Arguments d'exécution

Interface utilisateur Web
http://[IP]:[PORT:8000]
Réseau
bridge
Coquille
sh
Privilégié
false

Configuration du modèle

DataPathrw

Persistent storage for the SQLite database and encrypted credentials.

Cible
/app/data
Défaut
/mnt/user/appdata/papersync/data
LogsPathrw

Container log files.

Cible
/app/logs
Défaut
/mnt/user/appdata/papersync/logs
Web UI PortPorttcp

Port for the PaperSync web dashboard.

Cible
8000
Défaut
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.

Défaut
admin
APP_ENVVariable

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

Défaut
production
LOG_LEVELVariable

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

Défaut
INFO
DATABASE_URLVariable

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

Défaut
sqlite:////app/data/papersync.db

Détails

Référentiel
ghcr.io/furch-services/papersync:latest
Dernière mise à jour2026-05-31
Première vue2026-05-30

Exécutez PaperSync sur Unraid.

PaperSync est listé dans Community Apps pour Unraid OS. Explorez Unraid pour créer un serveur domestique flexible, un NAS ou un laboratoire domestique.