PaperSync
Docker 应用程序 from furch-services' Repository
概述
运行时参数
- 网络用户界面
http://[IP]:[PORT:8000]- 网络
bridge- 外壳
sh- 特权
- false
模板配置
Persistent storage for the SQLite database and encrypted credentials.
- 目标
- /app/data
- 默认值
- /mnt/user/appdata/papersync/data
Container log files.
- 目标
- /app/logs
- 默认值
- /mnt/user/appdata/papersync/logs
Port for the PaperSync web dashboard.
- 目标
- 8000
- 默认值
- 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.
- 默认值
- admin
Application environment. Set to "development" to disable the secure cookie flag (e.g. when accessing without HTTPS).
- 默认值
- production
Logging verbosity. One of: DEBUG, INFO, WARNING, ERROR.
- 默认值
- INFO
SQLAlchemy database URL. The default path is correct for the bind-mounted data directory.
- 默认值
- 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))"
详细信息
ghcr.io/furch-services/papersync:latest在Unraid 上运行 PaperSync 。
PaperSync 已被列入Unraid OS 的社区应用程序。探索Unraid ,构建灵活的家庭服务器、NAS 或家庭实验室。