Tsarr Documentation - v1.8.0
    Preparing search index...

    Type Alias HostConfigResource

    type HostConfigResource = {
        id?: number;
        bindAddress?: string | null;
        port?: number;
        sslPort?: number;
        enableSsl?: boolean;
        launchBrowser?: boolean;
        authenticationMethod?: Lidarr.AuthenticationType;
        authenticationRequired?: Lidarr.AuthenticationRequiredType;
        analyticsEnabled?: boolean;
        username?: string | null;
        password?: string | null;
        passwordConfirmation?: string | null;
        logLevel?: string | null;
        logSizeLimit?: number;
        consoleLogLevel?: string | null;
        branch?: string | null;
        apiKey?: string | null;
        sslCertPath?: string | null;
        sslCertPassword?: string | null;
        urlBase?: string | null;
        instanceName?: string | null;
        applicationUrl?: string | null;
        updateAutomatically?: boolean;
        updateMechanism?: Lidarr.UpdateMechanism;
        updateScriptPath?: string | null;
        proxyEnabled?: boolean;
        proxyType?: Lidarr.ProxyType;
        proxyHostname?: string | null;
        proxyPort?: number;
        proxyUsername?: string | null;
        proxyPassword?: string | null;
        proxyBypassFilter?: string | null;
        proxyBypassLocalAddresses?: boolean;
        certificateValidation?: Lidarr.CertificateValidationType;
        backupFolder?: string | null;
        backupInterval?: number;
        backupRetention?: number;
        trustCgnatIpAddresses?: boolean;
    }
    Index

    Properties

    id?: number
    bindAddress?: string | null
    port?: number
    sslPort?: number
    enableSsl?: boolean
    launchBrowser?: boolean
    authenticationMethod?: Lidarr.AuthenticationType
    authenticationRequired?: Lidarr.AuthenticationRequiredType
    analyticsEnabled?: boolean
    username?: string | null
    password?: string | null
    passwordConfirmation?: string | null
    logLevel?: string | null
    logSizeLimit?: number
    consoleLogLevel?: string | null
    branch?: string | null
    apiKey?: string | null
    sslCertPath?: string | null
    sslCertPassword?: string | null
    urlBase?: string | null
    instanceName?: string | null
    applicationUrl?: string | null
    updateAutomatically?: boolean
    updateMechanism?: Lidarr.UpdateMechanism
    updateScriptPath?: string | null
    proxyEnabled?: boolean
    proxyType?: Lidarr.ProxyType
    proxyHostname?: string | null
    proxyPort?: number
    proxyUsername?: string | null
    proxyPassword?: string | null
    proxyBypassFilter?: string | null
    proxyBypassLocalAddresses?: boolean
    certificateValidation?: Lidarr.CertificateValidationType
    backupFolder?: string | null
    backupInterval?: number
    backupRetention?: number
    trustCgnatIpAddresses?: boolean