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?: Readarr.AuthenticationType;
        authenticationRequired?: Readarr.AuthenticationRequiredType;
        analyticsEnabled?: boolean;
        username?: string | null;
        password?: string | null;
        passwordConfirmation?: string | null;
        logLevel?: string | null;
        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?: Readarr.UpdateMechanism;
        updateScriptPath?: string | null;
        proxyEnabled?: boolean;
        proxyType?: Readarr.ProxyType;
        proxyHostname?: string | null;
        proxyPort?: number;
        proxyUsername?: string | null;
        proxyPassword?: string | null;
        proxyBypassFilter?: string | null;
        proxyBypassLocalAddresses?: boolean;
        certificateValidation?: Readarr.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?: Readarr.AuthenticationType
    authenticationRequired?: Readarr.AuthenticationRequiredType
    analyticsEnabled?: boolean
    username?: string | null
    password?: string | null
    passwordConfirmation?: string | null
    logLevel?: string | null
    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?: Readarr.UpdateMechanism
    updateScriptPath?: string | null
    proxyEnabled?: boolean
    proxyType?: Readarr.ProxyType
    proxyHostname?: string | null
    proxyPort?: number
    proxyUsername?: string | null
    proxyPassword?: string | null
    proxyBypassFilter?: string | null
    proxyBypassLocalAddresses?: boolean
    certificateValidation?: Readarr.CertificateValidationType
    backupFolder?: string | null
    backupInterval?: number
    backupRetention?: number
    trustCgnatIpAddresses?: boolean