Caddy
| Description / name | Input element |
|---|---|
| Container Registry | |
| Container Configuration Root Path | |
| Timezone | |
| Caddy Host Port | |
| Caddy /config Path | |
| Caddy /data Path |
Fast, multi-platform web server and reverse proxy with automatic HTTPS, written in Go.
| Port | 80 |
| Registry | ghcr.io/daemonless/caddy |
| Daemonless | daemonless/caddy |
| Source | caddyserver/caddy |
| Website | caddyserver.com |
Version Tags
| Tag | Description | Best For |
|---|---|---|
latest |
Official upstream Caddy FreeBSD binary (auto-tracks latest release). | Most users. Matches Linux Docker behavior. |
pkg |
FreeBSD Quarterly. Uses stable, tested packages. | Production stability. |
pkg-latest |
FreeBSD Latest. Rolling package updates. | Newest FreeBSD packages. |
Root Privileges Required
Podman on FreeBSD currently requires root. All commands must be run as root (or via doas/sudo).
Before deploying, ensure your host environment is ready. See the Quick Start Guide for host setup instructions.
Deployment
Access at: http://localhost:80
Interactive Configuration
Parameters
Environment Variables
| Variable | Default | Description |
|---|---|---|
TZ |
UTC |
Timezone for the container |
Volumes
| Path | Description |
|---|---|
/config |
Configuration directory (Caddyfile) |
/data |
Persistent data (ACME certificates, OCSP staples) |
Ports
| Port | Protocol | Description |
|---|---|---|
80 |
TCP | HTTP |
443 |
TCP | HTTPS (TCP + UDP/HTTP-3) |
443 |
UDP | HTTPS (TCP + UDP/HTTP-3) |
Implementation Details
- Architectures: amd64
- User:
root(UID/GID set via PUID/PGID). Defaults to1000:1000. - Base: Built on
ghcr.io/daemonless/base(FreeBSD 15.1).
Need help? Join our Discord community.