PaperSync

PaperSync

Aplicación Docker from furch-services' Repository

Visión general

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.

Argumentos en tiempo de ejecución

Interfaz web
http://[IP]:[PORT:8000]
Red
bridge
Concha
sh
Privilegiado
false

Configuración de plantillas

DataPathrw

Persistent storage for the SQLite database and encrypted credentials.

Objetivo
/app/data
Por defecto
/mnt/user/appdata/papersync/data
LogsPathrw

Container log files.

Objetivo
/app/logs
Por defecto
/mnt/user/appdata/papersync/logs
Web UI PortPorttcp

Port for the PaperSync web dashboard.

Objetivo
8000
Por defecto
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.

Por defecto
admin
APP_ENVVariable

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

Por defecto
production
LOG_LEVELVariable

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

Por defecto
INFO
DATABASE_URLVariable

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

Por defecto
sqlite:////app/data/papersync.db

Detalles

Repositorio
ghcr.io/furch-services/papersync:latest
Última actualización2026-05-31
Visto por primera vez2026-05-30

Ejecute PaperSync en Unraid.

PaperSync se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.