Caddy Dashboard

Manage your Caddy server configurations, upstreams, and CA information easily.

handleTabChange('config')} title="Configuration" /> handleTabChange('upstreams')} title="Upstreams" /> handleTabChange('ca_management')} title="CA Management" /> {#if activeTab === 'config'}

Current Configuration

{#if loadingConfig}
{:else}
            {JSON.stringify(config, null, 2)}
          
{/if}
{/if} {#if activeTab === 'upstreams'}

Upstreams

{#if loadingUpstreams}
{:else} Address Requests Fails {#each upstreams as upstream} {upstream.address} {upstream.num_requests} {upstream.fails} {/each}
{/if}
{/if} {#if activeTab === 'ca_management'}

CA Management

{/if}

Update Configuration