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.
| Type | boolean |
| Default | |
| Declared in | modules/options.nix |
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.
| Type | boolean |
| Default | |
| Declared in | modules/options.nix |
nixflix.caddy.domain¶
Base domain for subdomain-based reverse proxy routing. Each service is accessible at <subdomain>.<domain>.
| Type | string |
| Default | |
| Example | |
| Declared in | modules/options.nix |