mirror of
https://github.com/warmbly/warmbly.git
synced 2026-09-06 16:01:28 +00:00
feat: add a one-command self-host installer at warmbly.com/install.sh with an interactive data-control wizard, give docker-compose.yml image keys and per-store volume variables, add an image-mode updater, move engagement/form/audit retention into instance settings, and add warmblyctl backup/restore
This commit is contained in:
@@ -115,6 +115,9 @@ func instanceSettingsAuditDetails(doc instancesettings.Document) map[string]any
|
||||
"sync_backfill_messages": doc.Sync.BackfillMessages,
|
||||
"sync_daily_messages_mailbox": doc.Sync.DailyMessagesPerMailbox,
|
||||
"sync_daily_messages_org": doc.Sync.DailyMessagesPerOrg,
|
||||
"retention_engagement_event_days": doc.Retention.EngagementEventDays,
|
||||
"retention_form_event_days": doc.Retention.FormEventDays,
|
||||
"retention_audit_log_days": doc.Retention.AuditLogDays,
|
||||
"deliverability_enforce_domain_auth": doc.Deliverability.EnforceDomainAuth,
|
||||
"deliverability_auth_grace_hours": doc.Deliverability.AuthGraceHours,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user