mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
13 KiB
13 KiB
HostConfigResource
Example Usage
import { HostConfigResource } from "prowlarr/models";
let value: HostConfigResource = {};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id |
number | ➖ | N/A |
bindAddress |
string | ➖ | N/A |
port |
number | ➖ | N/A |
sslPort |
number | ➖ | N/A |
enableSsl |
boolean | ➖ | N/A |
launchBrowser |
boolean | ➖ | N/A |
authenticationMethod |
models.AuthenticationType | ➖ | N/A |
authenticationRequired |
models.AuthenticationRequiredType | ➖ | N/A |
analyticsEnabled |
boolean | ➖ | N/A |
username |
string | ➖ | N/A |
password |
string | ➖ | N/A |
passwordConfirmation |
string | ➖ | N/A |
logLevel |
string | ➖ | N/A |
logSizeLimit |
number | ➖ | N/A |
consoleLogLevel |
string | ➖ | N/A |
branch |
string | ➖ | N/A |
apiKey |
string | ➖ | N/A |
sslCertPath |
string | ➖ | N/A |
sslCertPassword |
string | ➖ | N/A |
urlBase |
string | ➖ | N/A |
instanceName |
string | ➖ | N/A |
applicationUrl |
string | ➖ | N/A |
updateAutomatically |
boolean | ➖ | N/A |
updateMechanism |
models.UpdateMechanism | ➖ | N/A |
updateScriptPath |
string | ➖ | N/A |
proxyEnabled |
boolean | ➖ | N/A |
proxyType |
models.ProxyType | ➖ | N/A |
proxyHostname |
string | ➖ | N/A |
proxyPort |
number | ➖ | N/A |
proxyUsername |
string | ➖ | N/A |
proxyPassword |
string | ➖ | N/A |
proxyBypassFilter |
string | ➖ | N/A |
proxyBypassLocalAddresses |
boolean | ➖ | N/A |
certificateValidation |
models.CertificateValidationType | ➖ | N/A |
backupFolder |
string | ➖ | N/A |
backupInterval |
number | ➖ | N/A |
backupRetention |
number | ➖ | N/A |
historyCleanupDays |
number | ➖ | N/A |
trustCgnatIpAddresses |
boolean | ➖ | N/A |