PaperSync
Docker-Anwendung from furch-services' Repository
Übersicht
Laufzeit-Argumente
- Web-UI
http://[IP]:[PORT:8000]- Netzwerk
bridge- Shell
sh- Privilegiert
- false
Konfiguration der Vorlage
Persistent storage for the SQLite database and encrypted credentials.
- Ziel
- /app/data
- Standard
- /mnt/user/appdata/papersync/data
Container log files.
- Ziel
- /app/logs
- Standard
- /mnt/user/appdata/papersync/logs
Port for the PaperSync web dashboard.
- Ziel
- 8000
- Standard
- 8000
Fernet encryption key used to encrypt stored API credentials. Generate with: python3 -c "from cryptography.fernet import Fernet; print(Fernet.generate_key().decode())"
Password for the web UI login.
Username for the web UI login.
- Standard
- admin
Application environment. Set to "development" to disable the secure cookie flag (e.g. when accessing without HTTPS).
- Standard
- production
Logging verbosity. One of: DEBUG, INFO, WARNING, ERROR.
- Standard
- INFO
SQLAlchemy database URL. The default path is correct for the bind-mounted data directory.
- Standard
- sqlite:////app/data/papersync.db
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))"
Kategorien
Einzelheiten
ghcr.io/furch-services/papersync:latestFü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.