StackPanel

caddy

Configuration options for stackpanel.caddy

Caddy Options

caddy.auto-start

Automatically start Caddy when entering the shell

PropertyValue
Typeboolean
Defaultfalse

caddy.enable

Whether to enable Caddy reverse proxy.

PropertyValue
Typeboolean
Defaultfalse

Example:

true


caddy.project-name

Project name used to compute a stable port. Set this to your project name for consistent port allocation.

PropertyValue
Typestring
Default"default"

Example:

"myapp"


caddy.project-port

Stable port for Caddy. If null, computed from project-name.

PropertyValue
Typenull or 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Defaultnull

Example:

34521


caddy.tld

Top-level domain for virtual hosts.

Virtual hosts use the format: .. For example, with project "myapp" and tld "localhost":

Change to "lan" or "local" for custom DNS setups.

PropertyValue
Typestring
Default"localhost"

Example:

"lan"


caddy.use-step-tls

Use Step CA for TLS certificates (requires stackpanel.network.step.enable)

PropertyValue
Typeboolean
Defaultfalse

On this page