@accelerated-software-development/caddy-api-client - v0.2.2
    Preparing search index...

    Interface ServiceStatus

    Status of a registered service

    interface ServiceStatus {
        enabled: boolean;
        proxy: string | null;
        service: ServiceRegistration;
    }
    Index

    Properties

    Properties

    enabled: boolean

    Whether interception is currently enabled

    proxy: string | null

    Which proxy instance is being used (null if disabled)

    Service registration details