release paperless ngx 0.0.2 fixed bug with redis configuration

This commit is contained in:
Richard Tomik
2025-10-26 18:28:25 +01:00
parent e65df72663
commit 4cb45e3013
6 changed files with 97 additions and 3 deletions

View File

@ -158,11 +158,16 @@ redis:
host: "redis.default.svc.cluster.local"
port: 6379
database: 0
# Authentication (leave empty if Redis has no auth)
username: "" # Optional: Redis username (Redis 6.0+)
# Use existingSecret for credentials if Redis has auth
existingSecret: ""
passwordKey: "redis-password"
# Or set password directly (leave empty if no auth)
password: ""
# Optional: Prefix for Redis keys and channels
# Useful for sharing one Redis server among multiple Paperless instances
prefix: ""
## Paperless-ngx Configuration
config: