mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-05-10 12:00:17 +00:00
- Added secure config export/import with passphrase-based encryption - CLI commands: pulse config export/import with AES-256-GCM encryption - Auto-import on Docker startup via PULSE_INIT_CONFIG_FILE/DATA env vars - API endpoints /api/config/export and /api/config/import (require API_TOKEN) - Configs remain encrypted throughout export/import process - Perfect for GitOps, CI/CD, and infrastructure as code workflows This allows users to configure Pulse once via UI, export the encrypted config, and deploy it automatically to multiple instances without manual reconfiguration. Addresses #249 - Config management for automation enthusiasts |
||
|---|---|---|
| .. | ||
| config.go | ||
| main.go | ||