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

    Interface LocalIdentityStore

    Local identity store configuration

    Stores user credentials in a local JSON file.

    interface LocalIdentityStore {
        driver: "local";
        path: string;
        realm?: string;
    }
    Index

    Properties

    Properties

    driver: "local"

    Store driver type

    path: string

    Path to the JSON file containing user credentials

    realm?: string

    Realm name for this identity store