Skip to content
@Coffey-Labs

Coffey Labs

Coffey Labs designs and maintains open-source infrastructure — mail, observability, and the systems tooling around them. Copyleft-licensed without exception.

Coffey Labs

Open-source infrastructure — mail, observability, VPN, and the systems tooling around them. Copyleft-licensed without exception: every project here is GPLv3 or AGPLv3, including the parts other projects would hold back.

🌐 coffeylabs.org


Projects

📬 ihasmail  ·  TypeScript  ·  AGPL-3.0

Immutable webmail for Stalwart Mail Server.

A Gmail-class single-page client — mail, calendars, contacts, files and Sieve filters — that speaks only JMAP. No IMAP, no SMTP, no database, and with IMMUTABLE=1 no writable filesystem either: everything durable belongs to Stalwart, and the container is disposable. Settings live in the account's own JMAP Files rather than the browser, so the app itself stays stateless.

Three-pane conversation view with Gmail search operators and shortcuts, a recurrence- and free-busy-aware calendar, vCard import/export, an installable PWA with Web Push, and nine interface languages beyond English. Requires Stalwart 0.16 or newer.

Live demo · ihasmail.org · docs.ihasmail.org


🔐 ihasvpn  ·  Go + TypeScript  ·  AGPL-3.0

A self-hosted WireGuard server with a secure web console, in one container.

Peers with QR codes and .conf downloads, who is connected and how much they move, disconnect and session reset with a click, key rotation, expiry, and client-supplied keys for devices that keep their own. The tunnel runs on the kernel's WireGuard module over netlink, with nftables NAT, TCP MSS clamping and tuned sysctls, so it goes as fast as the host allows; wireguard-go is the fallback where the module is missing. argon2id passwords, two-factor with recovery codes, viewer and administrator roles, an audit log and Prometheus metrics. One static binary and one SQLite file; nothing else to run.

ihasvpn.org


📊 cairnobs  ·  Go + Rust  ·  AGPL-3.0

Open-core, Kubernetes-native log aggregation and observability.

Built to match Splunk on capability while winning on cost-per-GB, with honest multi-tenant RBAC. Logs flow from a statically-linked Rust edge agent through Redpanda into a Go ingest pipeline, landing in ClickHouse for analytics and Tantivy for full-text search — one query language spanning both stores, compiling to a single execution plan, with raw ClickHouse SQL as an escape hatch onto the same IR.

On top: dashboards, a threshold-and-absence alerting evaluator, a cairnobsctl CLI, a Terraform provider, and AI-assisted query authoring that runs against a self-hosted Ollama model by default. Ships as a Kubernetes Operator, Helm chart or docker-compose. The enterprise/ directory is AGPLv3 like everything else.

cairnobs.org


🚀 ihasmail-oneshot  ·  Go  ·  AGPL-3.0

One command that turns a Linux Docker host into a working mail server with webmail.

Deploys a fresh Stalwart and a fresh ihasmail behind Caddy, links them, gets them certificates, and hands you the administrator password and the DNS records to publish. Along the way it completes Stalwart's bootstrap through its API without leaving the one-time credential behind, gives Stalwart its own ACME account so it doesn't fight Caddy for port 443, and stops one scanning bot from getting the proxy banned for everyone. It checks the host before changing anything and proves the link by signing in through the webmail before calling itself done.

A single static binary for amd64 and arm64, standard library only. --local gives a loopback-only stack for trying ihasmail against a real Stalwart; what it leaves behind is an ordinary docker compose project, not tied to the tool.

Releases


🔧 stalwart-migrator  ·  Go  ·  GPL-3.0

In-place upgrade tooling for Stalwart Mail Server, 0.15.5 → latest.

A checkpoint at every step, so an interrupted run resumes instead of restarting, plus automated validation that the server still works afterwards. Go, standard library only — no external dependencies.

Used in production: a live nine-domain, 2.4 GB RocksDB server went 0.15.5 → 0.16.19 with 8 seconds of downtime, every phase green. An independent user has since reported runs at roughly 221 GB across 16 domains and 55 accounts. Preflight refuses on the two things it cannot fix for you — shared-tenant domains, and migrating as the built-in fallback admin. Recovery from a failed migration is your own snapshot; this tool does not undo one.


🛠 SysAdminAutomation  ·  Shell  ·  GPL-3.0

Fifteen Bash scripts for routine Linux administration — backups, log handling, monitoring, user and service management, package updates.

Distribution-agnostic, using only base utilities, each carrying its usage in its header. The conventions are consistent across the collection: --dry-run changes nothing, anything destructive confirms first, --yes / ASSUME_YES=1 skips the prompt for unattended use — and with no tty and no override, a destructive script refuses rather than guessing. All fifteen run under set -euo pipefail and are ShellCheck-linted on every push.


🖥 ubuntu2mint  ·  Shell  ·  GPL-3.0

High-risk, best-effort in-place conversion of Ubuntu toward Linux Mint — Ubuntu stays the base OS while Mint repositories, desktop and tooling are added on top, approximating Mint without a reinstall.

Supports Ubuntu 24.04 → Mint 22.x and 22.04 → Mint 21.x, with conservative APT pinning, lock detection, a pre-install simulation that aborts on critical-package removal, and backup/rollback support. A second script prunes the leftover Ubuntu GNOME desktop after you have booted a working Mint session.

Unsupported by design and gated behind both an interactive acknowledgement and --i-accept-the-risk. EDR/MDM/VPN tooling may break; a clean install is the recommended path. For experienced admins who understand APT pinning, display managers and rollback.


Licensing

Project Licence
ihasmail AGPL-3.0-or-later
ihasvpn AGPL-3.0-or-later
cairnobs AGPL-3.0-or-later (including enterprise/)
ihasmail-oneshot AGPL-3.0-or-later
stalwart-migrator GPL-3.0
SysAdminAutomation GPL-3.0
ubuntu2mint GPL-3.0

Copyleft without exception — no open-core carve-outs, no source-available licences, no relicensed "enterprise" tier.

Popular repositories Loading

  1. ihasmail ihasmail Public

    Self-hosted, immutable JMAP webmail for Stalwart Mail Server — mail, calendars, contacts, files and Sieve filters in one app. AGPL-3.0.

    TypeScript 52 4

  2. stalwart-migrator stalwart-migrator Public

    In-place Upgrade tooling for Stalwart 0.15.x to latest.

    Go 6 1

  3. SysAdminAutomation SysAdminAutomation Public

    This project provides a collection of Bash scripts to automate common Linux system administration duties.

    Shell 4 4

  4. ubuntu2mint ubuntu2mint Public

    Scripted conversion of Ubuntu to Mint

    Shell 1

  5. cairnobs cairnobs Public

    Open-core, Kubernetes-native log aggregation and observability

    Go 1

  6. ihasvpn ihasvpn Public

    Self-hosted WireGuard server with a secure web console, in one container

    Go 1

Repositories

Showing 9 of 9 repositories
  • .github Public
    Coffey-Labs/.github's past year of commit activity
    0 0 0 0 Updated Sep 14, 2026
  • ihasmail Public

    Self-hosted, immutable JMAP webmail for Stalwart Mail Server — mail, calendars, contacts, files and Sieve filters in one app. AGPL-3.0.

    Coffey-Labs/ihasmail's past year of commit activity
    TypeScript 52 AGPL-3.0 4 0 0 Updated Sep 14, 2026
  • ihasmail-oneshot Public

    One command that deploys a fresh Stalwart mail server and ihasmail webmail on a Docker host, linked, with certificates and DNS records.

    Coffey-Labs/ihasmail-oneshot's past year of commit activity
    Go 1 AGPL-3.0 0 0 0 Updated Sep 14, 2026
  • ihasvpn Public

    Self-hosted WireGuard server with a secure web console, in one container

    Coffey-Labs/ihasvpn's past year of commit activity
    Go 1 AGPL-3.0 0 0 0 Updated Sep 13, 2026
  • unraid-templates Public

    Unraid Community Applications templates for Coffey Labs software: ihasmail

    Coffey-Labs/unraid-templates's past year of commit activity
    0 MIT 0 0 0 Updated Sep 11, 2026
  • cairnobs Public

    Open-core, Kubernetes-native log aggregation and observability

    Coffey-Labs/cairnobs's past year of commit activity
    Go 1 AGPL-3.0 0 0 0 Updated Sep 10, 2026
  • SysAdminAutomation Public

    This project provides a collection of Bash scripts to automate common Linux system administration duties.

    Coffey-Labs/SysAdminAutomation's past year of commit activity
    Shell 4 GPL-3.0 4 0 0 Updated Sep 10, 2026
  • stalwart-migrator Public

    In-place Upgrade tooling for Stalwart 0.15.x to latest.

    Coffey-Labs/stalwart-migrator's past year of commit activity
    Go 6 GPL-3.0 1 0 0 Updated Sep 10, 2026
  • ubuntu2mint Public

    Scripted conversion of Ubuntu to Mint

    Coffey-Labs/ubuntu2mint's past year of commit activity
    Shell 1 GPL-3.0 0 0 0 Updated Aug 30, 2026

People

This organization has no public members. You must be a member to see who’s a part of this organization.