A secure messaging server supporting end-to-end encryption and centralized modes.
- End-to-end encryption support
- Centralized server mode
- File attachment handling
- Configurable message retention
- Secure storage
go install github.com/climinal/server@latestConfiguration is stored in ~/.config/climinal/config.yml. Example configuration:
port: 8080
encryption_mode: "e2e"
log_retention_days: 30
storage_path: "./storage"Run the server:
climinal-serverMIT License