PaperSync
PaperSync
Docker app from furch-services' Repository
Overview
Runtime arguments
- Web UI
http://[IP]:[PORT:8000]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Persistent storage for the SQLite database and encrypted credentials.
- Target
- /app/data
- Default
- /mnt/user/appdata/papersync/data
Container log files.
- Target
- /app/logs
- Default
- /mnt/user/appdata/papersync/logs
Port for the PaperSync web dashboard.
- Target
- 8000
- Default
- 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.
- Default
- admin
Application environment. Set to "development" to disable the secure cookie flag (e.g. when accessing without HTTPS).
- Default
- production
Logging verbosity. One of: DEBUG, INFO, WARNING, ERROR.
- Default
- INFO
SQLAlchemy database URL. The default path is correct for the bind-mounted data directory.
- Default
- sqlite:////app/data/papersync.db
Categories
Details
ghcr.io/furch-services/papersync:latestRun PaperSync on Unraid.
PaperSync is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.