Skip to content

climinal/server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climinal Server

A secure messaging server supporting end-to-end encryption and centralized modes.

Features

  • End-to-end encryption support
  • Centralized server mode
  • File attachment handling
  • Configurable message retention
  • Secure storage

Installation

go install github.com/climinal/server@latest

Configuration

Configuration is stored in ~/.config/climinal/config.yml. Example configuration:

port: 8080
encryption_mode: "e2e"
log_retention_days: 30
storage_path: "./storage"

Usage

Run the server:

climinal-server

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages