PaperSync
Aplicación Docker from furch-services' Repository
Visión general
Argumentos en tiempo de ejecución
- Interfaz web
http://[IP]:[PORT:8000]- Red
bridge- Concha
sh- Privilegiado
- false
Configuración de plantillas
Persistent storage for the SQLite database and encrypted credentials.
- Objetivo
- /app/data
- Por defecto
- /mnt/user/appdata/papersync/data
Container log files.
- Objetivo
- /app/logs
- Por defecto
- /mnt/user/appdata/papersync/logs
Port for the PaperSync web dashboard.
- Objetivo
- 8000
- Por defecto
- 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.
- Por defecto
- admin
Application environment. Set to "development" to disable the secure cookie flag (e.g. when accessing without HTTPS).
- Por defecto
- production
Logging verbosity. One of: DEBUG, INFO, WARNING, ERROR.
- Por defecto
- INFO
SQLAlchemy database URL. The default path is correct for the bind-mounted data directory.
- Por defecto
- sqlite:////app/data/papersync.db
Categorías
Detalles
ghcr.io/furch-services/papersync:latestEjecute 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.