Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 05:37
· 33 commits to main since this release

Run it

docker run --rm ghcr.io/truespar/sentio:0.1.1 --help

Or the full stack, which brings up PostgreSQL, Redis, NATS,
MinIO, ClamAV and rspamd alongside it:

git clone https://github.com/truespar/sentio.git && cd sentio
git checkout v0.1.1
docker compose up -d

Image ghcr.io/truespar/sentio:0.1.1 - linux/amd64, linux/arm64

Binaries

Dynamically linked, requiring glibc 2.34 or newer - Debian 12+,
Ubuntu 22.04+, RHEL 9+. Grant the port-binding capability
rather than running as root:

sudo setcap 'cap_net_bind_service=+ep' /usr/local/bin/sentio-smtp

Verify with sha256sum -c SHA256SUMS.

Changes

See CHANGELOG.md.