overly simple mail archiving solution
Find a file
2025-07-01 19:59:39 +07:00
.vscode feat: initial rewrite in rust 2025-03-29 23:59:40 +07:00
crates feat: sensible default search 2025-07-01 19:59:39 +07:00
migrations feat: complete most initial endpoints in rust 2025-03-30 23:39:24 +07:00
.env.example feat: initial commit 2025-03-17 04:52:54 +07:00
.gitignore feat: add config to gitignore 2025-03-30 23:43:05 +07:00
Cargo.lock feat: compress blob db 2025-03-31 03:50:01 +07:00
Cargo.toml feat: initial rewrite in rust 2025-03-29 23:59:40 +07:00
centaureissi.example.toml feat: add config to gitignore 2025-03-30 23:43:05 +07:00
diesel.toml feat: initial rewrite in rust 2025-03-29 23:59:40 +07:00
Dockerfile feat: compress blob db 2025-03-31 03:50:01 +07:00
LICENSE feat: initial commit 2025-03-17 04:52:54 +07:00
README.md fix: incomplete maildir iteration 2025-03-31 20:44:21 +07:00

centaureissi

overly simple mail archiving solution

Configuration

centaureissi is configured using the file centaureissi.toml:

  • data_dir: Data directory to store images
  • auth_secret: Secret used to sign JWTs
  • base_url: Accesible URL of the instance
  • disable_registration: Optional, disable registration on the instance

Contributing

centaureissi is still incomplete, and not yet open to contributions.

License

centaureissi is licensed under the MIT license.