Skip to content

Caddy

Configuration options for caddy.

Available Options

This page documents 3 configuration options.

nixflix.caddy.enable

Whether to enable Caddy reverse proxy for all services.

Typeboolean
Default
false

nixflix.caddy.addHostsEntries

Whether to add networking.hosts entries mapping service subdomains to 127.0.0.1.

Enable if you don't have a separate DNS setup.

Typeboolean
Default
false

nixflix.caddy.domain

Base domain for subdomain-based reverse proxy routing. Each service is accessible at <subdomain>.<domain>.

Typestring
Default
"nixflix"
Example
"internal"