Tsarr Documentation - v2.11.0
    Preparing search index...

    Type Alias TautulliSettings

    type TautulliSettings = {
        hostname?: string | null;
        port?: number | null;
        useSsl?: boolean | null;
        apiKey?: string | null;
        externalUrl?: string | null;
    }
    Index

    Properties

    hostname?: string | null
    port?: number | null
    useSsl?: boolean | null
    apiKey?: string | null
    externalUrl?: string | null