feat: add opt-in product usage and feedback integration (#1110)

This commit is contained in:
Paul Nothaft
2026-09-05 12:59:06 +02:00
parent c71ffae912
commit b53e5d97b4
24 changed files with 2360 additions and 18 deletions
+3
View File
@@ -81,6 +81,9 @@ services:
# JWT_SECRET) and the break-glass override that re-enables local
# password login when the IdP is down while SSO-only mode is active.
- OIDC_ENCRYPTION_KEY=${OIDC_ENCRYPTION_KEY:-}
# Optional product usage (#1110); remains off until explicit in-app consent.
- USAGE_COLLECTOR_URL=${USAGE_COLLECTOR_URL:-https://usage.picpeak.app}
- USAGE_ENCRYPTION_KEY=${USAGE_ENCRYPTION_KEY:-}
- OIDC_BREAK_GLASS=${OIDC_BREAK_GLASS:-}
- ADMIN_URL=${ADMIN_URL:-}
- TZ=${TZ:-UTC}