File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ type Config struct {
104104 CloudflareApiToken string // Cloudflare API token
105105
106106 // API ingress configuration - exposes Hypeman API via Caddy
107- ApiHostname string // Hostname for API access (e.g., api .hostname.kernel.sh). Empty = disabled.
107+ ApiHostname string // Hostname for API access (e.g., hypeman .hostname.kernel.sh). Empty = disabled.
108108 ApiTLS bool // Enable TLS for API hostname
109109 ApiRedirectHTTP bool // Redirect HTTP to HTTPS for API hostname
110110
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ func (c *ACMEConfig) IsTLSConfigured() bool {
145145
146146// APIIngressConfig holds configuration for exposing the Hypeman API via Caddy.
147147type APIIngressConfig struct {
148- // Hostname is the hostname for API access (e.g., "api .hostname.kernel.sh").
148+ // Hostname is the hostname for API access (e.g., "hypeman .hostname.kernel.sh").
149149 // Empty means API ingress is disabled.
150150 Hostname string
151151
You can’t perform that action at this time.
0 commit comments