# One line: what it is and why you run it. ## Quick start ```bash cp .env.example .env $EDITOR .env docker compose up -d ``` Then open `http://:`. ## Port | Port | Protocol | Purpose | |------|----------|---------| | xxxx | http | Web UI | ## Why it looks like this ## Gotchas ## Exposing it Publishes a plain HTTP port; nothing here is proxy-aware. - [Reverse proxy with Caddy](../docs/reverse-proxy.md) - [Cloudflare Tunnel](../docs/cloudflare-tunnel.md) - [Single sign-on with Authentik](../docs/authentik-sso.md) ## Links - Upstream docs: - Image: