sozune — built on Sōzu

The modern reverse proxy,
without the painful config.

Service discovery for Docker, Swarm, Kubernetes, and Nomad. Automatic HTTPS with Let's Encrypt. HTTP/2 by default. Hot reload through a REST API.

docker-compose.yml
services:
  whoami:
    image: traefik/whoami
    labels:
      - "sozune.enable=true"
      - "sozune.http.app.host=app.example.com"
      - "sozune.http.app.tls=true"
Features

Built for ops who are tired of YAML.

Four things you should expect from a modern reverse proxy. None of them optional.

01

Multi-platform discovery

Docker, Swarm, Kubernetes, Nomad, an HTTP endpoint, or a YAML file. Routes are picked up, added, and removed automatically.

02

Automatic HTTPS

Let's Encrypt provisioning and renewal, no intervention. Multi-domain SNI supported out of the box.

03

HTTP/2 by default

ALPN negotiates h2 on every TLS listener. No flag, no config — it just works.

04

Hot reload

REST API to create, update, delete entrypoints on the fly. Zero downtime, zero restart.